소스 검색

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: c973364967 "egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
tags/19.0-branchpoint
Eric Engestrom 6 년 전
부모
커밋
2b2f790e59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/egl/generate/eglFunctionList.py

+ 1
- 1
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"),

Loading…
취소
저장