Module: Mesa
Branch: master
Commit: 9e7d195fdc739847a3cc1b9a375a6ea2ce460ef8
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e7d195fdc739847a3cc1b9a375a6ea2ce460ef8

Author: Corbin Simpson <[email protected]>
Date:   Fri Jun 26 17:42:52 2009 -0700

r300g: Comment out assert for now.

Will fix with better constant refactoring later.

---

 src/gallium/drivers/r300/r300_emit.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_emit.c 
b/src/gallium/drivers/r300/r300_emit.c
index 1cf6ec2..45f9ec0 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -637,7 +637,9 @@ validate:
         r300->dirty_state &= ~R300_NEW_VERTEX_SHADER;
     }
 
+    /* XXX
     assert(r300->dirty_state == 0);
+    */
 
     /* Finally, emit the VBO. */
     r300_emit_vertex_buffer(r300);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to