Fix to support EGL_SYNC_NATIVE_FENCE_ANDROID on TIZEN
authorJoonbum Ko <joonbum.ko@samsung.com>
Mon, 9 May 2022 04:36:25 +0000 (13:36 +0900)
committerXuelian Bai <xuelian.bai@samsung.com>
Thu, 18 Jan 2024 01:31:56 +0000 (09:31 +0800)
commitdf52dd1510f24dcc2fb5186de69a0e8a9156cb9a
tree51a5d8d85601d05e102c23ff9fe52b0395bae64d
parentebe282f610dcfd8b33b1a8e9624eac101a11d834
Fix to support EGL_SYNC_NATIVE_FENCE_ANDROID on TIZEN

 - EGL_SYNC_NATIVE_FENCE_TIZEN is not an official extension.
  So we need to support official extensions about egl sync.
   EGL_SYNC_NATIVE_FENCE_TIZEN will be deprecated.

Change-Id: I53c4ea248d4ffaf0190619b861633eda450b44c4
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
include/EGL/eglext.h
src/egl/drivers/dri2/egl_dri2.c
src/egl/drivers/dri2/platform_tizen.c
src/egl/main/eglapi.c
src/egl/main/eglsync.c