diff --git a/docs/features.txt b/docs/features.txt index 851f18df23a..53073657d8f 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -225,18 +225,18 @@ GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, v GL_KHR_robustness DONE (freedreno) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) -GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, asahi +GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, asahi, r600/evergreen+ - GL_ARB_gl_spirv DONE (freedreno, llvmpipe) + GL_ARB_gl_spirv DONE (freedreno, llvmpipe, r600) GL_ARB_indirect_parameters DONE (freedreno/a6xx+, nvc0, llvmpipe, virgl, r600/evergreen+) GL_ARB_pipeline_statistics_query DONE (freedreno/a6xx+, nvc0, r600, llvmpipe, softpipe, crocus/gen6+) GL_ARB_polygon_offset_clamp DONE (freedreno, nv50, nvc0, r600, llvmpipe, v3d, panfrost, crocus) GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, nvc0, r600, llvmpipe, softpipe, v3d, panfrost) GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, llvmpipe, nvc0, crocus/gen6+, r600/evergreen+) GL_ARB_shader_group_vote DONE (freedreno/a6xx, nvc0, llvmpipe, crocus, r600) - GL_ARB_spirv_extensions DONE (freedreno, llvmpipe) + GL_ARB_spirv_extensions DONE (freedreno, llvmpipe, r600) GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/v6+, crocus) - GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+) + GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+, r600/evergreen+) GL_KHR_no_error DONE (all drivers) These are the extensions cherry-picked to make GLES 3.1 diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index ba9d3093cbb..9073eca4738 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -56,3 +56,5 @@ cl_khr_extended_bit_ops VK_KHR_shader_clock on panvk 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+