summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-12-09 14:18:18 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-12-09 14:18:18 +0000
commit8a340279f4366e097adce479241a2ede8e977128 (patch)
tree4cbb80fab4ff60d06ea7563baaebc888d7dd3014 /src
parente6abd5c415ed391d1d749514abb4135e4432a25e (diff)
No need to call UpdateMaterial() from RunPipeline().
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r200/r200_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_state.c b/src/mesa/drivers/dri/r200/r200_state.c
index 2a3df39be0..d07078c59e 100644
--- a/src/mesa/drivers/dri/r200/r200_state.c
+++ b/src/mesa/drivers/dri/r200/r200_state.c
@@ -2114,7 +2114,6 @@ static GLboolean check_material( GLcontext *ctx )
static void r200WrapRunPipeline( GLcontext *ctx )
{
r200ContextPtr rmesa = R200_CONTEXT(ctx);
- TNLcontext *tnl = TNL_CONTEXT(ctx);
GLboolean has_material;
if (0)
@@ -2137,7 +2136,6 @@ static void r200WrapRunPipeline( GLcontext *ctx )
if (has_material) {
TCL_FALLBACK( ctx, R200_TCL_FALLBACK_MATERIAL, GL_FALSE );
- r200UpdateMaterial( ctx ); /* not needed any more? */
}
}