]> git.cworth.org Git - apitrace/blobdiff - specs/eglapi.py
glstate: Better support for integer textures dumps.
[apitrace] / specs / eglapi.py
index 9149e08ec75ec2499293e3539f743094689d7d3f..cc9584087891833ced125d243587fc4f2eacfe3d 100644 (file)
@@ -137,6 +137,7 @@ eglapi.addFunctions([
     Function(EGLProc, "eglGetProcAddress", [(ConstCString, "procname")]),
 
     # EGL_KHR_lock_surface
+    # EGL_KHR_lock_surface2
     Function(EGLBoolean, "eglLockSurfaceKHR", [(EGLDisplay, "display"), (EGLSurface, "surface"), (EGLAttribList, "attrib_list")]),
     Function(EGLBoolean, "eglUnlockSurfaceKHR", [(EGLDisplay, "display"), (EGLSurface, "surface")]),
 
@@ -144,6 +145,7 @@ eglapi.addFunctions([
     Function(EGLImageKHR, "eglCreateImageKHR", [(EGLDisplay, "dpy"), (EGLContext, "ctx"), (EGLenum, "target"), (EGLClientBuffer, "buffer"), (EGLAttribList, "attrib_list")]),
     Function(EGLBoolean, "eglDestroyImageKHR", [(EGLDisplay, "dpy"), (EGLImageKHR, "image")]),
 
+    # EGL_KHR_fence_sync
     # EGL_KHR_reusable_sync
     Function(EGLSyncKHR, "eglCreateSyncKHR", [(EGLDisplay, "dpy"), (EGLenum, "type"), (EGLAttribList, "attrib_list")]),
     Function(EGLBoolean, "eglDestroySyncKHR", [(EGLDisplay, "dpy"), (EGLSyncKHR, "sync")]),