From 8a340279f4366e097adce479241a2ede8e977128 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 9 Dec 2003 14:18:18 +0000 Subject: No need to call UpdateMaterial() from RunPipeline(). --- src/mesa/drivers/dri/r200/r200_state.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa') 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? */ } } -- cgit v1.2.3