summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorDaniel Stone <[email protected]>2017-07-31 15:09:16 +0100
committerDaniel Stone <[email protected]>2017-08-21 12:13:50 +0100
commit85ef0215dd3fac2d2a141018467361cff92f4bab (patch)
tree3a8e2de873663042964a366ed95453e0edb84cfe /src/egl
parent393ec1a5071263d300e91f43058ed3b594d41418 (diff)
egl: Add dma_buf_import_modifiers for glvnd
Make sure we advertise the new entrypoints to libglvnd's EGL dispatch. Signed-off-by: Daniel Stone <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reported-by: Emmanuel Gil Peyrot <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101982 Fixes: 4c412293d0e ("egl: advertise EGL_EXT_image_dma_buf_import_modifiers")
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/generate/eglFunctionList.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py
index 80cb83437c0..fb5b3c30bdf 100644
--- a/src/egl/generate/eglFunctionList.py
+++ b/src/egl/generate/eglFunctionList.py
@@ -195,5 +195,9 @@ EGL_FUNCTIONS = (
# EGL_ANDROID_native_fence_sync
_eglFunc("eglDupNativeFenceFDANDROID", "display"),
+
+ # EGL_EXT_image_dma_buf_import_modifiers
+ _eglFunc("eglQueryDmaBufFormatsEXT", "display"),
+ _eglFunc("eglQueryDmaBufModifiersEXT", "display"),
)