blob: 68875eb50f127e71dfbf7f3257d4d8223f94df6f [file] [log] [blame]
Andrew Geissler062316f2020-05-15 14:19:14 -05001From 581742c1edf89d4ed3728a3c6d59484ced4234cc Mon Sep 17 00:00:00 2001
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 6 Feb 2016 11:09:18 -0800
Andrew Geissler062316f2020-05-15 14:19:14 -05004Subject: [PATCH] Remove RPC_FLUSH
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
6Origins from buildroot
7
8Signed-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
13diff --git a/interface/khronos/ext/gl_oes_egl_image_client.c b/interface/khronos/ext/gl_oes_egl_image_client.c
14index 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