Mesa (staging/18.3): egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 16 12:05:12 UTC 2018


Module: Mesa
Branch: staging/18.3
Commit: a57a727617affa30ae92d11869f493825099103f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a57a727617affa30ae92d11869f493825099103f

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Nov 14 12:51:38 2018 +0000

egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache

Fixes dEQP-EGL.functional.get_proc_address.extension.egl_android_blob_cache
on builds with glvnd enabled.

Fixes: 6f5b57093b3462a54e9c7 "egl: add support for EGL_ANDROID_blob_cache"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
(cherry picked from commit c9733649670243a1a6eb7ca2c376bd27960f8d8a)

Squashed with commit:

egl: fix bad rebase

I screwed up a rebase over a refactor and didn't notice locally because
the uncommitted refactor hid the issue.

Fixes: c9733649670243a1a6eb "egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
(cherry picked from commit 2b2f790e594cde3aa0d4dcebafc9a072651cd62a)

---

 src/egl/generate/eglFunctionList.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py
index 667704eb2c..2cd35557bc 100644
--- a/src/egl/generate/eglFunctionList.py
+++ b/src/egl/generate/eglFunctionList.py
@@ -196,6 +196,9 @@ EGL_FUNCTIONS = (
     # EGL_ANDROID_native_fence_sync
     _eglFunc("eglDupNativeFenceFDANDROID",           "display"),
 
+    # EGL_ANDROID_blob_cache
+    _eglFunc("eglSetBlobCacheFuncsANDROID",          "display"),
+
     # EGL_EXT_image_dma_buf_import_modifiers
     _eglFunc("eglQueryDmaBufFormatsEXT",             "display"),
     _eglFunc("eglQueryDmaBufModifiersEXT",           "display"),




More information about the mesa-commit mailing list