diff options
author | Xuelian Bai <xuelian.bai@samsung.com> | 2023-02-23 17:01:12 +0800 |
---|---|---|
committer | Xuelian Bai <xuelian.bai@samsung.com> | 2023-08-15 14:02:15 +0800 |
commit | a69294ca3dd95a5dbf74dcf72a14c6b0c9268de6 (patch) | |
tree | c315af7529cbd3b839e9a1a61035595c566e3995 /include/EGL | |
parent | 214093b11c1497342656c8b885110a0620ae95be (diff) | |
download | mesa-a69294ca3dd95a5dbf74dcf72a14c6b0c9268de6.tar.gz mesa-a69294ca3dd95a5dbf74dcf72a14c6b0c9268de6.tar.bz2 mesa-a69294ca3dd95a5dbf74dcf72a14c6b0c9268de6.zip |
Upgrade to mesa22.3.5
1. Add missing linux header files which is not included in glibc
2. Disable unsupported fence syn related features
3. Fixed crash in pipeline cases
Change-Id: I64c9b3fcddf119ccc34ad393244f03ec96618942
Signed-off-by: Xuelian Bai <xuelian.bai@samsung.com>
Diffstat (limited to 'include/EGL')
-rw-r--r-- | include/EGL/eglext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index 9d5915ae9d1..43e9fa7aacb 100644 --- a/include/EGL/eglext.h +++ b/include/EGL/eglext.h @@ -1498,7 +1498,6 @@ EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDTIZEN (EGLDisplay dpy, EGLSyncKHR s #endif /* EGL_TIZEN_native_fence_sync */ #include <EGL/eglmesaext.h> -#include <EGL/eglextchromium.h> #ifdef __cplusplus } |