mesa: remove support for GL_APPLE_client_storage extension
[mesa.git] / src / glsl / glsl_parser.yy
index 1851f1e202e298ad1bf7a4a8e0d1a7d7d28a28b8..25d02fb1eafd43093077cfea059576124b49d81b 100644 (file)
@@ -1111,7 +1111,7 @@ layout_qualifier_id:
              }
           }
 
-          /* Layout qualifiers for AMD_conservative_depth. */
+          /* Layout qualifiers for AMD/ARB_conservative_depth. */
           if (!got_one && state->AMD_conservative_depth_enable) {
              if (strcmp($1, "depth_any") == 0) {
                 got_one = true;
@@ -1129,7 +1129,7 @@ layout_qualifier_id:
        
              if (got_one && state->AMD_conservative_depth_warn) {
                 _mesa_glsl_warning(& @1, state,
-                                   "GL_AMD_conservative_depth "
+                                   "GL_ARB_conservative_depth "
                                    "layout qualifier `%s' is used\n", $1);
              }
           }