Mesa (master): glsl: Remove outdated FINISHME comment.

Matt Turner mattst88 at kemper.freedesktop.org
Thu Jul 11 23:22:03 UTC 2013


Module: Mesa
Branch: master
Commit: c30948517ee8640e2aa74bef63f6d7668b918ed9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c30948517ee8640e2aa74bef63f6d7668b918ed9

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Jul 10 11:12:10 2013 -0700

glsl: Remove outdated FINISHME comment.

Explicit index support was added by commit 1256a5dc.

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/glsl/glsl_parser.yy |    3 ---
 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;
 




More information about the mesa-commit mailing list