mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 16:18:06 +02:00
EGL_EXT_create_context_robustness provides separate knobs for device reset strategy and robust buffer access. As there is no separate query for both piecies of functionality, devices which do not support robust buffer access need to reject contexts created with that flag with EGL_BAD_CONFIG. Given that EGL can't do cap queries, we create a fake extension entry in the EGLDisplay to cover whether the device can do robust buffer access or just device-reset queries. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26972> |
||
|---|---|---|
| .. | ||
| drivers | ||
| generate | ||
| main | ||
| wayland | ||
| .clang-format | ||
| egl-entrypoint-check.py | ||
| egl-glvnd-symbols.txt | ||
| egl-symbols.txt | ||
| meson.build | ||