Mesa (master): docs: mark GL 4.4/4.5 extension groups as DONE for nvc0

Ilia Mirkin imirkin at kemper.freedesktop.org
Fri Oct 14 01:56:14 UTC 2016


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

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Thu Oct 13 21:42:54 2016 -0400

docs: mark GL 4.4/4.5 extension groups as DONE for nvc0

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 docs/features.txt | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index 7713808..0d6c16a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -188,37 +188,37 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, radeonsi
   GL_ARB_vertex_attrib_binding                          DONE (all drivers)
 
 
-GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, radeonsi
+GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi
 
   GL_MAX_VERTEX_ATTRIB_STRIDE                           DONE (all drivers)
-  GL_ARB_buffer_storage                                 DONE (i965, nv50, nvc0, r600)
-  GL_ARB_clear_texture                                  DONE (i965, nv50, nvc0, r600)
-  GL_ARB_enhanced_layouts                               DONE (i965, nv50, nvc0, llvmpipe, softpipe)
+  GL_ARB_buffer_storage                                 DONE (i965, nv50, r600)
+  GL_ARB_clear_texture                                  DONE (i965, nv50, r600)
+  GL_ARB_enhanced_layouts                               DONE (i965, nv50, llvmpipe, softpipe)
   - compile-time constant expressions                   DONE
   - explicit byte offsets for blocks                    DONE
   - forced alignment within blocks                      DONE
-  - specified vec4-slot component numbers               DONE (i965, nv50, nvc0, llvmpipe, softpipe)
+  - specified vec4-slot component numbers               DONE (i965, nv50, llvmpipe, softpipe)
   - specified transform/feedback layout                 DONE
   - input/output block locations                        DONE
   GL_ARB_multi_bind                                     DONE (all drivers)
-  GL_ARB_query_buffer_object                            DONE (i965/hsw+, nvc0)
-  GL_ARB_texture_mirror_clamp_to_edge                   DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)
-  GL_ARB_texture_stencil8                               DONE (i965/hsw+, nv50, nvc0, r600, llvmpipe, softpipe, swr)
-  GL_ARB_vertex_type_10f_11f_11f_rev                    DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr)
-
-GL 4.5, GLSL 4.50:
-
-  GL_ARB_ES3_1_compatibility                            DONE (i965/hsw+, nvc0, radeonsi)
-  GL_ARB_clip_control                                   DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
-  GL_ARB_conditional_render_inverted                    DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
-  GL_ARB_cull_distance                                  DONE (i965, nv50, nvc0, radeonsi, llvmpipe, softpipe, swr)
-  GL_ARB_derivative_control                             DONE (i965, nv50, nvc0, r600, radeonsi)
+  GL_ARB_query_buffer_object                            DONE (i965/hsw+)
+  GL_ARB_texture_mirror_clamp_to_edge                   DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
+  GL_ARB_texture_stencil8                               DONE (i965/hsw+, nv50, r600, llvmpipe, softpipe, swr)
+  GL_ARB_vertex_type_10f_11f_11f_rev                    DONE (i965, nv50, r600, llvmpipe, softpipe, swr)
+
+GL 4.5, GLSL 4.50 -- all DONE: nvc0
+
+  GL_ARB_ES3_1_compatibility                            DONE (i965/hsw+, radeonsi)
+  GL_ARB_clip_control                                   DONE (i965, nv50, r600, radeonsi, llvmpipe, softpipe, swr)
+  GL_ARB_conditional_render_inverted                    DONE (i965, nv50, r600, radeonsi, llvmpipe, softpipe, swr)
+  GL_ARB_cull_distance                                  DONE (i965, nv50, radeonsi, llvmpipe, softpipe, swr)
+  GL_ARB_derivative_control                             DONE (i965, nv50, r600, radeonsi)
   GL_ARB_direct_state_access                            DONE (all drivers)
   GL_ARB_get_texture_sub_image                          DONE (all drivers)
-  GL_ARB_shader_texture_image_samples                   DONE (i965, nv50, nvc0, r600, radeonsi)
-  GL_ARB_texture_barrier                                DONE (i965, nv50, nvc0, r600, radeonsi)
+  GL_ARB_shader_texture_image_samples                   DONE (i965, nv50, r600, radeonsi)
+  GL_ARB_texture_barrier                                DONE (i965, nv50, r600, radeonsi)
   GL_KHR_context_flush_control                          DONE (all - but needs GLX/EGL extension to be useful)
-  GL_KHR_robustness                                     DONE (i965, nvc0, radeonsi)
+  GL_KHR_robustness                                     DONE (i965, radeonsi)
   GL_EXT_shader_integer_mix                             DONE (all drivers that support GLSL)
 
 These are the extensions cherry-picked to make GLES 3.1




More information about the mesa-commit mailing list