Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NVIDIA/egl-gbm

Tags

1.1.2.1

Toggle 1.1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from scaronni/main

Add ICD json file

Fixes #6

1.1.2

Toggle 1.1.2's commit message
Increment version number to 1.1.2.

1.1.1

Toggle 1.1.1's commit message
egl-gbm: bump to version 1.1.1

1.1.0

Toggle 1.1.0's commit message
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.