diff options
author | Brian <[email protected]> | 2006-12-15 10:09:33 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2006-12-15 10:09:33 -0700 |
commit | 9abf73b8cc204a9348c751022bace78560d7cb3e (patch) | |
tree | 426055bc29c372c497220c9cf418d093df93331a /src/mesa/tnl/t_context.c | |
parent | a7e252026db542d362bc4688d49c7e28c2f9f1ea (diff) |
varying changes
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r-- | src/mesa/tnl/t_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index b07f90af02f..3887f18213a 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -199,7 +199,7 @@ _tnl_InvalidateState( GLcontext *ctx, GLuint new_state ) (ctx->VertexProgram._Enabled && ctx->VertexProgram.PointSizeEnabled)) RENDERINPUTS_SET( tnl->render_inputs_bitset, _TNL_ATTRIB_POINTSIZE ); -#if NEW_SLANG +#if 1 /* XXX NEW_SLANG */ RENDERINPUTS_SET_RANGE( tnl->render_inputs_bitset, _TNL_FIRST_GENERIC, _TNL_LAST_GENERIC ); #else |