summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-05-05 20:17:37 +0200
committerRoland Scheidegger <sroland@vmware.com>2009-05-05 20:17:37 +0200
commit3503af07c4b7624252890e229cb6efd0ede2b7d6 (patch)
tree1e59c32df652e11e45d1b26d5c12c12a375a54f9 /src/mesa/drivers/dri/r200
parentb2577937b61c2f182d905010ace960ef95c1a026 (diff)
r200: fix another section size mismatch
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r--src/mesa/drivers/dri/r200/r200_state_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_state_init.c b/src/mesa/drivers/dri/r200/r200_state_init.c
index 535d34f115..9eb95d60ab 100644
--- a/src/mesa/drivers/dri/r200/r200_state_init.c
+++ b/src/mesa/drivers/dri/r200/r200_state_init.c
@@ -595,7 +595,6 @@ static void tex_emit_cs(GLcontext *ctx, struct radeon_state_atom *atom)
hastexture = 0;
}
- dwords += 2;
if (hastexture)
dwords += 2;
else