diff options
author | Brian Paul <[email protected]> | 2006-06-14 03:30:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-14 03:30:57 +0000 |
commit | 62dc134771858638ac38687c16bbb0578d20c419 (patch) | |
tree | a001d0132802b8865413993968528addc0282977 /src/mesa/tnl/t_context.c | |
parent | 3c18d4960728661e4059a015e7deb7c676c5c7b1 (diff) |
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
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 671654988b0..b6f5152c741 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 ) RENDERINPUTS_SET( tnl->render_inputs_bitset, _TNL_ATTRIB_POINTSIZE ); if (ctx->ShaderObjects._VertexShaderPresent || ctx->ShaderObjects._FragmentShaderPresent) - RENDERINPUTS_SET_RANGE( tnl->render_inputs_bitset, _TNL_FIRST_ATTRIBUTE, _TNL_LAST_ATTRIBUTE ); + RENDERINPUTS_SET_RANGE( tnl->render_inputs_bitset, _TNL_FIRST_GENERIC, _TNL_LAST_GENERIC ); } |