From 2b2f790e594cde3aa0d4dcebafc9a072651cd62a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 15 Nov 2018 17:48:58 +0000 Subject: [PATCH] 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 --- 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 49c70c9..2cd3555 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"), -- 2.7.4