diff options
| -rw-r--r-- | recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch | 27 | ||||
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch b/recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch new file mode 100644 index 0000000..d90cb09 --- /dev/null +++ b/recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From a09249699cab4ffe6304aaf7e5936019c97f5a26 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 6 Feb 2016 11:09:18 -0800 | ||
| 4 | Subject: [PATCH 15/16] Remove RPC_FLUSH | ||
| 5 | |||
| 6 | Origins from buildroot | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | interface/khronos/ext/gl_oes_egl_image_client.c | 1 - | ||
| 11 | 1 file changed, 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/interface/khronos/ext/gl_oes_egl_image_client.c b/interface/khronos/ext/gl_oes_egl_image_client.c | ||
| 14 | index f9b7287..b04ffef 100644 | ||
| 15 | --- a/interface/khronos/ext/gl_oes_egl_image_client.c | ||
| 16 | +++ b/interface/khronos/ext/gl_oes_egl_image_client.c | ||
| 17 | @@ -107,7 +107,6 @@ GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageO | ||
| 18 | GLEGLIMAGETARGETTEXTURE2DOES_ID, | ||
| 19 | RPC_ENUM(target), | ||
| 20 | RPC_EGLID(image)); | ||
| 21 | - RPC_FLUSH(thread); | ||
| 22 | #if EGL_BRCM_global_image | ||
| 23 | } | ||
| 24 | #endif | ||
| 25 | -- | ||
| 26 | 2.7.0 | ||
| 27 | |||
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 75e437f..d78a7c9 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
| @@ -32,6 +32,7 @@ SRC_URI = "\ | |||
| 32 | file://0012-interface-remove-faulty-assert-to-make-weston-happy-.patch \ | 32 | file://0012-interface-remove-faulty-assert-to-make-weston-happy-.patch \ |
| 33 | file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \ | 33 | file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \ |
| 34 | file://0014-initialize-front-back-wayland-buffers.patch \ | 34 | file://0014-initialize-front-back-wayland-buffers.patch \ |
| 35 | file://0015-Remove-RPC_FLUSH.patch \ | ||
| 35 | " | 36 | " |
| 36 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
| 37 | 38 | ||
