KhronosGroup / EGL-Registry

EGL API and Extension Registry
115 stars 105 forks source link

Correct EGL_EXT_config_select_group's type to be a display extension #199

Closed kbrenneman closed 4 months ago

kbrenneman commented 5 months ago

Because EGL_EXT_config_select_group only affects the behavior of eglChooseConfig (which takes and is dispatched based on an EGLDisplay), it's a display extension, not a client extension.

okias commented 5 months ago

/cc @rmader @1ace

stonesthrow commented 5 months ago

Thanks for CC'ing contributors/authors for this update.

rmader commented 5 months ago

Yeah, looks to me like that should be correct.

stonesthrow commented 5 months ago

With Robert's approval then, I'll mark this ready to merge.

stonesthrow commented 5 months ago

@oddhack - ready to merge

1ace commented 5 months ago

Yep, that's right, thanks 👍

okias commented 5 months ago
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>

meanwhile sending patch for GL-CTS. Just tested the adjustment and works well.

Thank you again for pointing this out!

EDIT:

GL-CTS patch followup: https://gerrit.khronos.org/c/vk-gl-cts/+/14636