Mesa (master): docs: Mark off ARB_sample_shading; minor tidyup.

Chris Forbes chrisf at kemper.freedesktop.org
Wed Nov 6 06:36:18 UTC 2013


Module: Mesa
Branch: master
Commit: 3785fe27158d1774a785b61c7cbbc90edbe0f9eb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3785fe27158d1774a785b61c7cbbc90edbe0f9eb

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Wed Nov  6 19:35:41 2013 +1300

docs: Mark off ARB_sample_shading; minor tidyup.

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

---

 docs/GL3.txt            |    4 ++--
 docs/relnotes/10.0.html |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 03b24ed..7d100df 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -100,7 +100,7 @@ GL_ARB_draw_buffers_blend                            DONE (i965, r600, radeonsi,
 GL_ARB_draw_indirect                                 started (Christoph)
 GL_ARB_gpu_shader5                                   started
 GL_ARB_gpu_shader_fp64                               not started
-GL_ARB_sample_shading                                started (Anuj)
+GL_ARB_sample_shading                                DONE (i965)
 GL_ARB_shader_subroutine                             not started
 GL_ARB_tessellation_shader                           not started
 GL_ARB_texture_buffer_object_rgb32                   DONE (i965, r600, radeonsi, softpipe)
@@ -134,7 +134,7 @@ GL_ARB_shader_image_load_store                       not started
 GL_ARB_conservative_depth                            DONE (all drivers that support GLSL 1.30)
 GL_ARB_shading_language_420pack                      DONE (all drivers that support GLSL 1.30)
 GL_ARB_internalformat_query                          DONE (i965, r300, r600, radeonsi)
-GL_ARB_map_buffer_alignment                          DONE (r300, r300, r600, radeonsi)
+GL_ARB_map_buffer_alignment                          DONE (r300, r600, radeonsi)
 
 
 GL 4.3:
diff --git a/docs/relnotes/10.0.html b/docs/relnotes/10.0.html
index 5ff5339..b74d03d 100644
--- a/docs/relnotes/10.0.html
+++ b/docs/relnotes/10.0.html
@@ -50,6 +50,7 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_texture_query_levels on i965.</li>
 <li>GL_ARB_texture_mirror_clamp_to_edge.</li>
 <li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, and GL_ARB_transform_feedback_instanced on i965/Gen7 (with appropriate kernel support).</li>
+<li>GL_ARB_sample_shading on i965.</li>
 <li>GL_KHR_debug</li>
 </ul>
 




More information about the mesa-commit mailing list