[Mesa-dev] [PATCH] glsl: Remove outdated FINISHME comment.
Ian Romanick
idr at freedesktop.org
Thu Jul 11 14:33:49 PDT 2013
On 07/11/2013 11:41 AM, Matt Turner wrote:
> Explicit index support was added by commit 1256a5dc.
Lol.
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
> 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;
>
>
More information about the mesa-dev
mailing list