blob: 94dee071022172d66f0105b950bdfe925f3cc2c4 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 67384449b85e65661558b9ebe059792cdd737fc7 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
4Subject: [PATCH 08/18] Remove RPC_FLUSH
5
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
25--
Brad Bishop15ae2502019-06-18 21:44:24 -0400262.21.0
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080027