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