summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-12-09 14:17:40 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-12-09 14:17:40 +0000
commite6abd5c415ed391d1d749514abb4135e4432a25e (patch)
tree97739862eb3ab91f3ee11bef28d857bc4b1c4f17 /src
parent48383f10c9969a63fb429cc4e3e9d04c5482a6aa (diff)
No need to call radeonUpdateMaterial() from RunPipeline().
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_state.c b/src/mesa/drivers/dri/radeon/radeon_state.c
index 2772ca9d01..be170e832e 100644
--- a/src/mesa/drivers/dri/radeon/radeon_state.c
+++ b/src/mesa/drivers/dri/radeon/radeon_state.c
@@ -2140,7 +2140,6 @@ static GLboolean check_material( GLcontext *ctx )
static void radeonWrapRunPipeline( GLcontext *ctx )
{
radeonContextPtr rmesa = RADEON_CONTEXT(ctx);
- TNLcontext *tnl = TNL_CONTEXT(ctx);
GLboolean has_material;
if (0)
@@ -2163,7 +2162,6 @@ static void radeonWrapRunPipeline( GLcontext *ctx )
if (has_material) {
TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_MATERIAL, GL_FALSE );
- radeonUpdateMaterial( ctx ); /* not needed any more? */
}
}