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

Author: Ilia Mirkin <imir...@alum.mit.edu>
Date:   Sun Aug  6 13:00:18 2017 -0400

fix GL_ARB_spirv_extensions name

Trivial. There is no _gl_ in there.

---

 docs/features.txt       | 2 +-
 src/mesa/main/version.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/features.txt b/docs/features.txt
index 28842ed0f2..ac7645d069 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -224,13 +224,13 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi
 GL 4.6, GLSL 4.60
 
   GL_ARB_gl_spirv                                       in progress (Nicolai 
Hähnle, Ian Romanick)
-  GL_ARB_gl_spirv_extensions                            in progress (Nicolai 
Hähnle, Ian Romanick)
   GL_ARB_indirect_parameters                            DONE (nvc0, radeonsi)
   GL_ARB_pipeline_statistics_query                      DONE (i965, nvc0, 
radeonsi, softpipe, swr)
   GL_ARB_polygon_offset_clamp                           not started
   GL_ARB_shader_atomic_counter_ops                      DONE (i965/gen7+, 
nvc0, radeonsi, softpipe)
   GL_ARB_shader_draw_parameters                         DONE (i965, nvc0, 
radeonsi)
   GL_ARB_shader_group_vote                              DONE (i965, nvc0, 
radeonsi)
+  GL_ARB_spirv_extensions                               in progress (Nicolai 
Hähnle, Ian Romanick)
   GL_ARB_texture_filter_anisotropic                     not started
   GL_ARB_transform_feedback_overflow_query              DONE (i965/gen6+, 
radeonsi)
   GL_KHR_no_error                                       started (Timothy 
Arceri)
diff --git a/src/mesa/main/version.c b/src/mesa/main/version.c
index fe82b4674d..7cb4ee7f9c 100644
--- a/src/mesa/main/version.c
+++ b/src/mesa/main/version.c
@@ -388,7 +388,7 @@ compute_version(const struct gl_extensions *extensions,
    const bool ver_4_6 = (ver_4_5 &&
                          consts->GLSLVersion >= 460 &&
                          /* extensions->ARB_gl_spirv */ 0 &&
-                         /* extensions->ARB_gl_spirv_extensions */ 0 &&
+                         /* extensions->ARB_spirv_extensions */ 0 &&
                          extensions->ARB_indirect_parameters &&
                          extensions->ARB_pipeline_statistics_query &&
                          /* extensions->ARB_polygon_offset_clamp */ 0 &&

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to