[Mesa-dev] [PATCH] docs: true up nvc0 status - images, etc

Ilia Mirkin imirkin at alum.mit.edu
Tue May 24 03:10:12 UTC 2016


Images aren't supported on maxwell, but neither is tessellation. Don't
overly confuse matters by trying to expose those subtleties in the
GL3.txt file/relnotes.

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
 docs/GL3.txt              | 10 +++++-----
 docs/relnotes/11.3.0.html | 13 ++++++++-----
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 029fe5f..2dff3cd 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -154,7 +154,7 @@ GL 4.2, GLSL 4.20 -- all DONE: radeonsi
   GL_ARB_texture_storage                                DONE (all drivers)
   GL_ARB_transform_feedback_instanced                   DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
   GL_ARB_base_instance                                  DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
-  GL_ARB_shader_image_load_store                        DONE (i965, radeonsi, softpipe)
+  GL_ARB_shader_image_load_store                        DONE (i965, nvc0, radeonsi, softpipe)
   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_shading_language_packing                       DONE (all drivers)
@@ -178,7 +178,7 @@ GL 4.3, GLSL 4.30:
   GL_ARB_multi_draw_indirect                            DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
   GL_ARB_program_interface_query                        DONE (all drivers)
   GL_ARB_robust_buffer_access_behavior                  DONE (i965, nvc0, radeonsi)
-  GL_ARB_shader_image_size                              DONE (i965, radeonsi, softpipe)
+  GL_ARB_shader_image_size                              DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_shader_storage_buffer_object                   DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_stencil_texturing                              DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
   GL_ARB_texture_buffer_range                           DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe)
@@ -230,8 +230,8 @@ GLES3.1, GLSL ES 3.1
   GL_ARB_framebuffer_no_attachments                     DONE (i965, nvc0, r600, radeonsi, softpipe)
   GL_ARB_program_interface_query                        DONE (all drivers)
   GL_ARB_shader_atomic_counters                         DONE (i965, nvc0, radeonsi, softpipe)
-  GL_ARB_shader_image_load_store                        DONE (i965, softpipe, radeonsi)
-  GL_ARB_shader_image_size                              DONE (i965, softpipe, radeonsi)
+  GL_ARB_shader_image_load_store                        DONE (i965, nvc0, radeonsi, softpipe)
+  GL_ARB_shader_image_size                              DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_shader_storage_buffer_object                   DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_shading_language_packing                       DONE (all drivers)
   GL_ARB_separate_shader_objects                        DONE (all drivers)
@@ -268,7 +268,7 @@ GLES3.2, GLSL ES 3.2
   GL_OES_shader_multisample_interpolation               DONE (i965, nvc0, r600, radeonsi)
   GL_OES_tessellation_shader                            not started (based on GL_ARB_tessellation_shader, which is done for some drivers)
   GL_OES_texture_border_clamp                           DONE (all drivers)
-  GL_OES_texture_buffer                                 DONE (i965, radeonsi)
+  GL_OES_texture_buffer                                 DONE (i965, nvc0, radeonsi)
   GL_OES_texture_cube_map_array                         not started (based on GL_ARB_texture_cube_map_array, which is done for all drivers)
   GL_OES_texture_stencil8                               DONE (all drivers that support GL_ARB_texture_stencil8)
   GL_OES_texture_storage_multisample_2d_array           DONE (all drivers that support GL_ARB_texture_multisample)
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html
index afed043..5871ec8 100644
--- a/docs/relnotes/11.3.0.html
+++ b/docs/relnotes/11.3.0.html
@@ -44,9 +44,9 @@ Note: some of the new features are only available with certain drivers.
 </p>
 
 <ul>
-<li>OpenGL 4.2 on radeonsi</li>
+<li>OpenGL 4.2 on nvc0, radeonsi</li>
 <li>GL_ARB_ES3_1_compatibility on nvc0, radeonsi</li>
-<li>GL_ARB_compute_shader on radeonsi, softpipe</li>
+<li>GL_ARB_compute_shader on nvc0, radeonsi, softpipe</li>
 <li>GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe</li>
 <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe</li>
 <li>GL_ARB_internalformat_query2 on all drivers</li>
@@ -54,15 +54,18 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi</li>
 <li>GL_ARB_shader_atomic_counters on radeonsi, softpipe</li>
 <li>GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe</li>
-<li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li>
-<li>GL_ARB_shader_image_size on radeonsi, softpipe</li>
+<li>GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe</li>
+<li>GL_ARB_shader_image_size on nvc0, radeonsi, softpipe</li>
 <li>GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe</li>
 <li>GL_ATI_fragment_shader on all Gallium drivers</li>
 <li>GL_EXT_base_instance on all drivers that support GL_ARB_base_instance</li>
 <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li>
+<li>GL_OES_sample_shading on i965, nvc0, r600, radeonsi</li>
+<li>GL_OES_sample_variables on i965, nvc0, r600, radeonsi</li>
 <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li>
+<li>GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi</li>
 <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_texture_buffer and GL_EXT_texture_buffer on i965, radeonsi</li>
+<li>GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0, radeonsi</li>
 <li>EGL_KHR_reusable_sync on all drivers</li>
 <li>GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+</li>
 </ul>
-- 
2.7.3



More information about the mesa-dev mailing list