summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_render.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-29 16:50:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-29 16:50:31 +0000
commitee403ff0ba272f5be539ddc921d3fffb3d250cc4 (patch)
treeedcd3441d7b0991ed48be40646195b40eb8109a5 /src/mesa/tnl/t_vb_render.c
parent1b2fef5c28a40cd001598071e25b876ad4fccdd1 (diff)
Removed DD_Z_NEVER.
Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE.
Diffstat (limited to 'src/mesa/tnl/t_vb_render.c')
-rw-r--r--src/mesa/tnl/t_vb_render.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c
index 95bc403e70..42d00e52da 100644
--- a/src/mesa/tnl/t_vb_render.c
+++ b/src/mesa/tnl/t_vb_render.c
@@ -1,4 +1,4 @@
-/* $Id: t_vb_render.c,v 1.16 2001/03/19 02:25:37 keithw Exp $ */
+/* $Id: t_vb_render.c,v 1.17 2001/03/29 16:50:33 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -360,7 +360,7 @@ static void check_render( GLcontext *ctx, struct gl_pipeline_stage *stage )
if (ctx->Visual.rgbMode) {
inputs |= VERT_RGBA;
- if (ctx->_TriangleCaps & DD_SEPERATE_SPECULAR)
+ if (ctx->_TriangleCaps & DD_SEPARATE_SPECULAR)
inputs |= VERT_SPEC_RGB;
if (ctx->Texture._ReallyEnabled) {
@@ -403,7 +403,7 @@ const struct gl_pipeline_stage _tnl_render_stage =
{
"render",
(_NEW_BUFFERS |
- _DD_NEW_SEPERATE_SPECULAR |
+ _DD_NEW_SEPARATE_SPECULAR |
_DD_NEW_FLATSHADE |
_NEW_TEXTURE|
_NEW_LIGHT|