From cd9c9a83d64d3b4231c45cc7b391332efeaaeaec Mon Sep 17 00:00:00 2001 From: Olivia Lee Date: Mon, 14 Jul 2025 12:20:23 -0700 Subject: [PATCH] docs: document GL_EXT_shader_clock in new_features.txt This was missed when the feature was implemented. Signed-off-by: Olivia Lee Fixes: 2ce201707e2 ("mesa: Add support for GL_EXT_shader_clock") Reviewed-by: Chris Healy Part-of: --- docs/relnotes/new_features.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 070067a9c70..11a77d1f2dd 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -59,6 +59,7 @@ GL_EXT_shader_realtime_clock on panfrost/v6+ VK_KHR_shader_float8 on RADV (RDNA4+) GL_EXT_window_rectangles on r600 GL_EXT_shader_image_load_store on r600/evergreen+ +GL_EXT_shader_clock on all drivers that support GL_ARB_shader_clock CL_UNORM_INT_101010_2 and cl_ext_image_unorm_int_2_101010 timestamps on panvk/v10+ VK_KHR_calibrated_timestamps on panvk/v10+