docs: Mark off GL_OES_shader_image_atomic as done.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 22 Feb 2016 23:48:17 +0000 (15:48 -0800)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 23 Feb 2016 03:59:56 +0000 (19:59 -0800)
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
docs/GL3.txt
docs/relnotes/11.3.0.html

index 76f40e44c22846c1c667366129982537b07cf9d7..8c043e9b5ff5ea84c948e448d1162c229a5239dc 100644 (file)
@@ -249,7 +249,7 @@ GLES3.2, GLSL ES 3.2
   GL_OES_primitive_bounding box                        not started
   GL_OES_sample_shading                                not started (based on parts of GL_ARB_sample_shading, which is done for some drivers)
   GL_OES_sample_variables                              not started (based on parts of GL_ARB_sample_shading, which is done for some drivers)
-  GL_OES_shader_image_atomic                           not started (based on parts of GL_ARB_shader_image_load_store, which is done for some drivers)
+  GL_OES_shader_image_atomic                           DONE (all drivers that support GL_ARB_shader_image_load_store)
   GL_OES_shader_io_blocks                              not started (based on parts of GLSL 1.50, which is done)
   GL_OES_shader_multisample_interpolation              not started (based on parts of GL_ARB_gpu_shader5, which is done)
   GL_OES_tessellation_shader                           not started (based on GL_ARB_tessellation_shader, which is done for some drivers)
index eee4373e359d6279150d4355de02b956bf9fce2d..fa650830e233b02b042ffd6473940ec6bb34129e 100644 (file)
@@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers.
 
 <ul>
 <li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
+<li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li>
 </ul>
 
 <h2>Bug fixes</h2>