Module: Mesa Branch: master Commit: 2b2f790e594cde3aa0d4dcebafc9a072651cd62a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b2f790e594cde3aa0d4dcebafc9a072651cd62a
Author: Eric Engestrom <[email protected]> Date: Thu Nov 15 17:48:58 2018 +0000 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 <[email protected]> --- src/egl/generate/eglFunctionList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/generate/eglFunctionList.py b/src/egl/generate/eglFunctionList.py index 49c70c982d..2cd35557bc 100644 --- a/src/egl/generate/eglFunctionList.py +++ b/src/egl/generate/eglFunctionList.py @@ -197,7 +197,7 @@ EGL_FUNCTIONS = ( _eglFunc("eglDupNativeFenceFDANDROID", "display"), # EGL_ANDROID_blob_cache - ("eglSetBlobCacheFuncsANDROID", "display"), + _eglFunc("eglSetBlobCacheFuncsANDROID", "display"), # EGL_EXT_image_dma_buf_import_modifiers _eglFunc("eglQueryDmaBufFormatsEXT", "display"), _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
