diff options
author | Corbin Simpson <[email protected]> | 2009-06-26 17:42:52 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-06-26 21:25:40 -0700 |
commit | 9e7d195fdc739847a3cc1b9a375a6ea2ce460ef8 (patch) | |
tree | 442807d0ffe09af1b654fe0ffeb5b820a31f85d7 /src/gallium | |
parent | 00ffc90dd25270d84002232f9929cc30abc1e7e2 (diff) |
r300g: Comment out assert for now.
Will fix with better constant refactoring later.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 1cf6ec2262b..45f9ec090d4 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); |