Преглед изворни кода

glsl: Remove outdated FINISHME comment.

Explicit index support was added by commit 1256a5dc.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
tags/mesa-9.2-rc1
Matt Turner пре 12 година
родитељ
комит
c30948517e
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0
    3
      src/glsl/glsl_parser.yy

+ 0
- 3
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;


Loading…
Откажи
Сачувај