Skip to content

Draft: gallium: Enable support for EGL 1.5 in all drivers

Robert Mader requested to merge rmader/mesa:egl-1.5-v3d into main

By enabling the missing EXT_create_context_robustness and EXT_query_reset_notification_strategy EGL extensions for drivers without GL_EXT_robustness support.

This only needs a default stub implementation that can be shared by all drivers in question.

Original patch by Urja Rannikko urjaman@gmail.com


Includes !30728 (merged)

Depends on https://github.com/KhronosGroup/VK-GL-CTS/pull/480

Based on and superseding !26811 (closed)

Related:

See https://gitlab.freedesktop.org/rmader/mesa/-/pipelines/1251098 for a pretty exhaustive CI run.

Edited by Robert Mader

Merge request reports