mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
While the shaderCoreBuiltins feature is only supported on v9+, the extension itself provides some useful physical device properties and is supported on all GPUs. Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36019>
5 lines
282 B
Text
5 lines
282 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
|
|
VK_ARM_shader_core_builtins on panvk
|