Skip to content

opengl: use native fence only if EGL_KHR_wait_sync is supported

Bhushan Shah requested to merge work/bshah/use-proper-extension into master

Otherwise you end up in situation where eglWaitSync is not supported, but we still attempt to use it on e.g. gallium drivers.

Merge request reports