Mesa (radeon-rewrite): r200: fix another section size mismatch

Roland Scheidegger sroland at kemper.freedesktop.org
Tue May 5 19:02:25 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: 3503af07c4b7624252890e229cb6efd0ede2b7d6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3503af07c4b7624252890e229cb6efd0ede2b7d6

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue May  5 20:17:37 2009 +0200

r200: fix another section size mismatch

---

 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 535d34f..9eb95d6 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




More information about the mesa-commit mailing list