summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-09-05 23:11:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-09-05 23:11:09 +0000
commit43cc1dc18f4eb992e70b10fa66d1befa3a3ca912 (patch)
tree88aa80f94cdec1ab3acf197a4e1e2767ebe2eb3d /src/mesa
parenta088f160b32a1bd461291fe975b9efd064ff24a5 (diff)
fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/arbprogparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c
index a080e7d724..898be0f200 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"))