[Mesa-dev] [PATCH] glsl: Remove outdated FINISHME comment.
Matt Turner
mattst88 at gmail.com
Thu Jul 11 11:41:28 PDT 2013
Explicit index support was added by commit 1256a5dc.
---
src/glsl/glsl_parser.yy | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy
index c8c660f..f0b6357 100644
--- a/src/glsl/glsl_parser.yy
+++ b/src/glsl/glsl_parser.yy
@@ -1211,9 +1211,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;
--
1.8.1.5
More information about the mesa-dev
mailing list