From 51157e7440ef55af48e1a037a3959ac068ccf094 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Mon, 9 Sep 2024 09:23:36 +0200 Subject: [PATCH] docs: Mark timer queries as done on panfrost Signed-off-by: Mary Guillemard Part-of: --- docs/features.txt | 2 +- docs/relnotes/new_features.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index e2cac027ee6..3a941b9d6a1 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 () + 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) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index abd5159fb42..fbb172d2f89 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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