[Mesa-dev] [PATCH 0/2] egl: Enable EGL_EXT_client_extensions
Kenneth Graunke
kenneth at whitecape.org
Wed Nov 20 00:45:17 PST 2013
On 10/11/2013 07:08 PM, Chad Versace wrote:
> The extension is simple, and the implementation is simple.
>
> This little series lives on my egl-ext-client-extensions branch. I tested it
> with my Piglit branch of the same name.
>
> Chad Versace (2):
> egl: Kill macro _EGL_DECLARE_MUTEX
> egl: Enable EGL_EXT_client_extensions
>
> src/egl/main/eglapi.c | 8 +++++++-
> src/egl/main/eglcurrent.c | 2 +-
> src/egl/main/egldriver.c | 2 +-
> src/egl/main/eglglobals.c | 10 +++++++++-
> src/egl/main/eglglobals.h | 7 +++++++
> src/egl/main/eglmutex.h | 4 ----
> src/egl/main/eglscreen.c | 2 +-
> 7 files changed, 26 insertions(+), 9 deletions(-)
Chad,
I'm no EGL expert, but I read your extension spec and this
implementation looks okay to me.
Both patches are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list