summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-12-27 17:50:05 -0800
committerEric Anholt <eric@anholt.net>2013-12-27 17:53:06 -0800
commitcfdb26c2a47dd2659e5a9e76480f43150304ce48 (patch)
tree493a3ffbb8f72eb276452a1cd54cecb9920748bb
parentefa64545fb7c833c3ff93cdbc3f09d593233d83c (diff)
Add missing provider for eglCreateImageKHR.
EGL_KHR_image_base defines these two functions, and so does EGL_KHR_image (which is bascically the union of EGL_KHR_image_base and EGL_KHR_image_pixmap).
-rw-r--r--registry/egl.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/registry/egl.xml b/registry/egl.xml
index c470f0c..0a32280 100644
--- a/registry/egl.xml
+++ b/registry/egl.xml
@@ -1431,6 +1431,8 @@
<require>
<!-- @ Most interfaces defined by EGL_KHR_image above -->
<enum name="EGL_IMAGE_PRESERVED_KHR"/>
+ <command name="eglCreateImageKHR"/>
+ <command name="eglDestroyImageKHR"/>
</require>
</extension>
<extension name="EGL_KHR_image_pixmap" supported="egl">