summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-07-10 11:12:10 -0700
committerMatt Turner <mattst88@gmail.com>2013-07-11 16:22:07 -0700
commitc30948517ee8640e2aa74bef63f6d7668b918ed9 (patch)
treee1f0d463c112cea68b7953741fb0dafbbe868cdf /src/glsl
parent77300bacaf991c4f052999466cf7a5e48704114b (diff)
downloadexternal_mesa3d-c30948517ee8640e2aa74bef63f6d7668b918ed9.zip
external_mesa3d-c30948517ee8640e2aa74bef63f6d7668b918ed9.tar.gz
external_mesa3d-c30948517ee8640e2aa74bef63f6d7668b918ed9.tar.bz2
glsl: Remove outdated FINISHME comment.
Explicit index support was added by commit 1256a5dc. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/glsl_parser.yy3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy
index 56367f8..935eb2d 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;