From: Francisco Jerez Date: Mon, 22 Feb 2016 23:48:17 +0000 (-0800) Subject: docs: Mark off GL_OES_shader_image_atomic as done. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31a0affa280ef06261a2ed0135f72a7accc1bac6;p=mesa.git docs: Mark off GL_OES_shader_image_atomic as done. Reviewed-by: Ilia Mirkin --- diff --git a/docs/GL3.txt b/docs/GL3.txt index 76f40e44c22..8c043e9b5ff 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -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) diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index eee4373e359..fa650830e23 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers.

Bug fixes