Module: Mesa
Branch: 7.8
Commit: 29e02c7e720a18b59317c4ad97d8ffc149228c69
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=29e02c7e720a18b59317c4ad97d8ffc149228c69

Author: Maciej Cencora <m.cenc...@gmail.com>
Date:   Sat Jan 16 15:11:37 2010 +0100

radeon: no need to emit full state twice after flush

---

 src/mesa/drivers/dri/radeon/radeon_common.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_common.c 
b/src/mesa/drivers/dri/radeon/radeon_common.c
index 79f3ff7..13f1f06 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common.c
@@ -1325,11 +1325,6 @@ void rcommonBeginBatch(radeonContextPtr rmesa, int n,
                       const char *function,
                       int line)
 {
-       if (!rmesa->cmdbuf.cs->cdw && dostate) {
-               radeon_print(RADEON_STATE, RADEON_NORMAL,
-                               "Reemit state after flush (from %s)\n", 
function);
-               radeonEmitState(rmesa);
-       }
        radeon_cs_begin(rmesa->cmdbuf.cs, n, file, function, line);
 
     radeon_print(RADEON_CS, RADEON_VERBOSE, "BEGIN_BATCH(%d) at %d, from 
%s:%i\n",

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to