diff options
author | Roland Scheidegger <[email protected]> | 2009-05-05 20:17:37 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2009-05-05 20:17:37 +0200 |
commit | 3503af07c4b7624252890e229cb6efd0ede2b7d6 (patch) | |
tree | 1e59c32df652e11e45d1b26d5c12c12a375a54f9 /src | |
parent | b2577937b61c2f182d905010ace960ef95c1a026 (diff) |
r200: fix another section size mismatch
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_state_init.c | 1 |
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 535d34f1152..9eb95d60ab5 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 |