From: Matt Turner Date: Wed, 10 Jul 2013 18:12:10 +0000 (-0700) Subject: glsl: Remove outdated FINISHME comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c30948517ee8640e2aa74bef63f6d7668b918ed9;p=mesa.git glsl: Remove outdated FINISHME comment. Explicit index support was added by commit 1256a5dc. Reviewed-by: Ian Romanick --- diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy index 56367f8c66d..935eb2d83e4 100644 --- a/src/glsl/glsl_parser.yy +++ b/src/glsl/glsl_parser.yy @@ -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;