mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Document !705
This commit is contained in:
parent
0452c69caa
commit
a9a706cbbd
2
doc/changes/compositor/mr.705.md
Normal file
2
doc/changes/compositor/mr.705.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
client: Handle EGL_NO_CONTEXT_KHR gracefully if the EGLDisplay supports
|
||||
EGL_KHR_no_config_context.
|
1
doc/changes/misc_features/mr.705.md
Normal file
1
doc/changes/misc_features/mr.705.md
Normal file
|
@ -0,0 +1 @@
|
|||
external/glad: Add EGL extension EGL_KHR_no_config_context.
|
2
doc/changes/state_trackers/mr.705.md
Normal file
2
doc/changes/state_trackers/mr.705.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
OpenXR: Support EGL clients sending in no EGLConfig if the EGLDisplay supports
|
||||
EGL_KHR_no_config_context.
|
1
doc/changes/xrt/mr.705.1.md
Normal file
1
doc/changes/xrt/mr.705.1.md
Normal file
|
@ -0,0 +1 @@
|
|||
xrt: Return xrt_result_t from xrt_gfx_provider_create_gl_egl
|
2
doc/changes/xrt/mr.705.2.md
Normal file
2
doc/changes/xrt/mr.705.2.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
xrt: Add XRT_ERROR_EGL_CONFIG_MISSING error, to handle missing config from
|
||||
EGL compositor creation call.
|
Loading…
Reference in a new issue