docs: add GL_KHR_robustness to panfrost

GL_KHR_robustness gets implicitly added when
GL_ARB_robust_buffer_access_behavior is supported, so we should check
off these boxes as well.

Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36282>
This commit is contained in:
Erik Faye-Lund
2025-07-22 10:09:01 +02:00
committed by Marge Bot
parent 87ebe6b31a
commit b3556ebdf3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
EGL_EXT_create_context_robustness support on Panfrost V10+
GL_ARB_robust_buffer_access_behavior and GL_KHR_robust_buffer_access_behavior support on Panfrost
GL_ARB_robust_buffer_access_behavior, GL_KHR_robust_buffer_access_behavior and GL_KHR_robustness support on Panfrost