diff options
author | Xuelian Bai <xuelian.bai@samsung.com> | 2023-02-23 17:01:12 +0800 |
---|---|---|
committer | Xuelian Bai <xuelian.bai@samsung.com> | 2024-01-18 09:31:56 +0800 |
commit | d87755f5a312590e75e774214b8464036e214697 (patch) | |
tree | 712b37391980ed899190591801e179ba24234ab3 /include/EGL/eglext.h | |
parent | 2afef971e9fccbff45a275104d1658b37a1798b0 (diff) | |
download | mesa-d87755f5a312590e75e774214b8464036e214697.tar.gz mesa-d87755f5a312590e75e774214b8464036e214697.tar.bz2 mesa-d87755f5a312590e75e774214b8464036e214697.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/eglext.h')
-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 } |