mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-12 18:00:29 +01:00
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 <daniels@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reported-by: Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101982 Fixes:4c412293d0("egl: advertise EGL_EXT_image_dma_buf_import_modifiers") (cherry picked from commit85ef0215dd)
This commit is contained in:
parent
5fdf832235
commit
c77ae9744e
1 changed files with 4 additions and 0 deletions
|
|
@ -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"),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue