mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
This is the last piece to expose KHR_robustness. The main bulk of the job is done already in the broadcom compiler through lowerings, so we only need to set the proper key in order to enable the robustness. Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Maíra Canal <mcanal@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35965>
4 lines
245 B
Text
4 lines
245 B
Text
EGL_EXT_create_context_robustness support on Panfrost V10+
|
|
GL_ARB_robust_buffer_access_behavior, GL_KHR_robust_buffer_access_behavior and GL_KHR_robustness support on Panfrost
|
|
VK_EXT_mutable_descriptor_type on panvk/v9+
|
|
GL_KHR_robustness on v3d
|