From cb22616f18385b51794272beb19b970f88e58b51 Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Thu, 10 Jul 2025 11:03:37 +0200 Subject: [PATCH] docs/features: GL_ARB_timer_query implemented for v3d This extension is implemented for v3d, but we forgot to update the documentation. Signed-off-by: Juan A. Suarez Romero Reviewed-by: Jose Maria Casanova Crespo Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 975e9ff6e66..e6dfdcb6abe 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -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 (panfrost) + GL_ARB_timer_query DONE (panfrost, v3d) GL_ARB_instanced_arrays DONE (etnaviv/HALTI2, v3d, panfrost) GL_ARB_vertex_type_2_10_10_10_rev DONE (v3d, panfrost)