KhronosGroup / EGL-Registry

EGL API and Extension Registry
115 stars 105 forks source link

EGL_ANGLE_sync_control_rate extension missing from EGL-Registry #116

Closed pasikarkkainen closed 3 years ago

pasikarkkainen commented 3 years ago

It seems for some reason "EGL_ANGLE_sync_control_rate" extension is missing from the registry. Specification is available at https://chromium.googlesource.com/chromium/src/gpu/+/master/GLES2/extensions/ANGLE/EGL_ANGLE_sync_control_rate.txt

Work is ongoing to implement EGL_ANGLE_sync_control_rate in Mesa (issue: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2930 , mr: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5139 ).

Firefox is currently planning to start using EGL_ANGLE_sync_control_rate with the (recently introduced) EGL/X11 backend ( https://bugzilla.mozilla.org/show_bug.cgi?id=1640779 ).

oddhack commented 3 years ago

Same comment as #115, please reach out to the authors and ask them to submit the extension to the registry.

stonesthrow commented 3 years ago

👍

stonesthrow commented 3 years ago

@jonahr@google.com

pasikarkkainen commented 3 years ago

Jonah submitted PR for this, thanks a lot! https://github.com/KhronosGroup/EGL-Registry/pull/118

pasikarkkainen commented 3 years ago

@oddhack Any chance you could review EGL_ANGLE_sync_control_rate PR https://github.com/KhronosGroup/EGL-Registry/pull/118 ? Or perhaps @nwnk ? Thanks!

pasikarkkainen commented 3 years ago

Thanks a lot everyone! I'll close this issue as the EGL_ANGLE_sync_control_rate extension spec is now merged.