From: Chia-I Wu Date: Wed, 30 Nov 2011 10:29:43 +0000 (+0800) Subject: egl: trace EGL_IMG_context_priority X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=058193e7de0ab8f549ca0ba14984650fdf0fe2e9;p=apitrace egl: trace EGL_IMG_context_priority --- diff --git a/specs/eglapi.py b/specs/eglapi.py index c1e9cae..c887807 100644 --- a/specs/eglapi.py +++ b/specs/eglapi.py @@ -147,6 +147,10 @@ EGLSurfaceAttrib = FakeEnum(EGLint, [ EGLContextAttrib = FakeEnum(EGLint, [ "EGL_CONTEXT_CLIENT_TYPE", # 0x3097 "EGL_CONTEXT_CLIENT_VERSION", # 0x3098 + + # EGL_IMG_context_priority + "EGL_CONTEXT_PRIORITY_LEVEL_IMG", # 0x3100 + "EGL_NONE", ])