doc: Document !705

This commit is contained in:
Jakob Bornecrantz 2021-03-03 18:16:25 +00:00 committed by Jakob Bornecrantz
parent 0452c69caa
commit a9a706cbbd
5 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
client: Handle EGL_NO_CONTEXT_KHR gracefully if the EGLDisplay supports
EGL_KHR_no_config_context.

View file

@ -0,0 +1 @@
external/glad: Add EGL extension EGL_KHR_no_config_context.

View file

@ -0,0 +1,2 @@
OpenXR: Support EGL clients sending in no EGLConfig if the EGLDisplay supports
EGL_KHR_no_config_context.

View file

@ -0,0 +1 @@
xrt: Return xrt_result_t from xrt_gfx_provider_create_gl_egl

View file

@ -0,0 +1,2 @@
xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from
EGL compositor creation call.