Tags: NVIDIA/egl-gbm
Tags
EGL-GBM: Use the correct EGLSync type. In eGbmCreatePlatformWindowSurfaceHook, create an EGLSync of type EGL_SYNC_FENCE_KHR instead of EGL_SYNC_REUSABLE_KHR. eglStreamAcquireImageNV and eglStreamReleaseImageNV actually require a reusable EGL_SYNC_FENCE_KHR sync, not an EGL_SYNC_REUSABLE_KHR sync. Also fixed eGbmInitializeHook to check for EGL_EXT_sync_reuse instead of EGL_KHR_reusable_sync.