From dcf380d1b6d57e84c67b9d94872cea2e1e0e2f0b Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Nov 2024 09:07:06 +0100 Subject: [PATCH] docs: update GL_OES_shader_image_atomic support This is always supported on GLES 3.1 now, so let's update features.txt with that. Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 4da46fff1d4..07763ee07bc 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -283,7 +283,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: freedreno/a6xx, radeonsi, virgl, llvmpipe, zin GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, nvc0, r600, softpipe, v3d) GL_OES_sample_shading DONE (freedreno/a6xx, nvc0, r600, panfrost, d3d12) GL_OES_sample_variables DONE (freedreno/a6xx, nvc0, r600, panfrost/bifrost, crocus/gen7+) - GL_OES_shader_image_atomic DONE (v3d, all drivers that support GL_ARB_shader_image_load_store) + GL_OES_shader_image_atomic DONE (All drivers that support GLES 3.1) GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1) GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, nvc0, r600) GL_OES_tessellation_shader DONE (freedreno/a6xx, all drivers that support GL_ARB_tessellation_shader)