blob: 9e496c723f799412c9c319a8d8ffed73df160a9d [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---
Patrick Williams520786c2023-06-25 16:20:36 -050010Upstream-Status: Pending
11
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 interface/khronos/ext/gl_oes_egl_image_client.c | 1 -
13 1 file changed, 1 deletion(-)
14
15diff --git a/interface/khronos/ext/gl_oes_egl_image_client.c b/interface/khronos/ext/gl_oes_egl_image_client.c
16index f9b7287..b04ffef 100644
17--- a/interface/khronos/ext/gl_oes_egl_image_client.c
18+++ b/interface/khronos/ext/gl_oes_egl_image_client.c
19@@ -107,7 +107,6 @@ GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageO
20 GLEGLIMAGETARGETTEXTURE2DOES_ID,
21 RPC_ENUM(target),
22 RPC_EGLID(image));
23- RPC_FLUSH(thread);
24 #if EGL_BRCM_global_image
25 }
26 #endif