glsl: Remove outdated FINISHME comment.
authorMatt Turner <mattst88@gmail.com>
Wed, 10 Jul 2013 18:12:10 +0000 (11:12 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 11 Jul 2013 23:22:07 +0000 (16:22 -0700)
Explicit index support was added by commit 1256a5dc.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/glsl_parser.yy

index 56367f8c66dc183ff3234afb3fa161cafc41c9bf..935eb2d83e4f6a09eedbef4f289b0a18a0317768 100644 (file)
@@ -1177,9 +1177,6 @@ layout_qualifier_id:
           memset(& $$, 0, sizeof($$));
 
           if (state->ARB_explicit_attrib_location_enable) {
-             /* FINISHME: Handle 'index' once GL_ARB_blend_func_exteneded and
-              * FINISHME: GLSL 1.30 (or later) are supported.
-              */
              if (strcmp("location", $1) == 0) {
                 $$.flags.q.explicit_location = 1;