From: Eric Engestrom Date: Thu, 15 Nov 2018 17:48:58 +0000 (+0000) Subject: egl: fix bad rebase X-Git-Tag: upstream/19.0.0~1597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b2f790e594cde3aa0d4dcebafc9a072651cd62a;p=platform%2Fupstream%2Fmesa.git 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 --- 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"),