From: Brian Paul Date: Tue, 5 Sep 2006 23:11:09 +0000 (+0000) Subject: fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ X-Git-Tag: android-x86-1.6~3100 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=43cc1dc18f4eb992e70b10fa66d1befa3a3ca912;p=android-x86%2Fexternal-mesa.git fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ --- diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index a080e7d7240..898be0f2006 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -3759,7 +3759,7 @@ enable_parser_extensions(GLcontext *ctx, grammar id) /* These are not supported at this time */ if ((ctx->Extensions.ARB_vertex_blend || ctx->Extensions.EXT_vertex_weighting) - && !enable_ext(ctx, id, "point_parameters")) + && !enable_ext(ctx, id, "vertex_blend")) return GL_FALSE; if (ctx->Extensions.ARB_matrix_palette && !enable_ext(ctx, id, "matrix_palette"))