blob: 1c15009515c380ce816642408f02e1ffa25ec3d7 [file] [log] [blame]
Andrew Geissler26e4bea2020-11-30 19:54:03 -06001From 18839d288b60aa3592ba5a3ac4ac44eb8328a793 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 Geissler26e4bea2020-11-30 19:54:03 -06004Subject: [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