docs: Mark timer queries as done on panfrost

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30553>
This commit is contained in:
Mary Guillemard 2024-09-09 09:23:36 +02:00
parent 8ffda8093e
commit 51157e7440
2 changed files with 3 additions and 1 deletions

View file

@ -106,7 +106,7 @@ GL 3.3, GLSL 3.30 --- all DONE: freedreno, nv50, nvc0, r600, radeonsi, llvmpipe,
GL_ARB_shader_bit_encoding DONE (v3d, panfrost)
GL_ARB_texture_rgb10_a2ui DONE (v3d, panfrost)
GL_ARB_texture_swizzle DONE (v3d, vc4, panfrost, lima, etnaviv/HALTI0)
GL_ARB_timer_query DONE ()
GL_ARB_timer_query DONE (panfrost)
GL_ARB_instanced_arrays DONE (etnaviv/HALTI2, v3d, panfrost)
GL_ARB_vertex_type_2_10_10_10_rev DONE (v3d, panfrost)

View file

@ -6,3 +6,5 @@ VK_EXT_legacy_vertex_attributes on nvk
GL_KHR_shader_subgroup on radeonsi
VK_KHR_maintenance7 on nvk
VK_KHR_dynamic_rendering_local_read on nvk
GL_ARB_timer_query on Panfrost
GL_EXT_disjoint_timer_query on Panfrost