diff options
author | Corbin Simpson <[email protected]> | 2009-05-08 16:50:42 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-05-08 19:41:08 -0700 |
commit | cd59933d9f70c6acea63013f1b773b545026bf81 (patch) | |
tree | dbf90061f44336fdff1f9750ae53d6bd13a10cb3 /src/gallium/drivers/r300/r300_context.c | |
parent | 4816764777485b46f360eb6f86dea243d1809221 (diff) |
r300-gallium, radeon: A couple cleanups.
Trying to track down goddamn bugs. :C
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 6bdf544a05c..a4e89c37d1a 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -34,10 +34,6 @@ static boolean r300_draw_range_elements(struct pipe_context* pipe, struct r300_context* r300 = r300_context(pipe); int i; - if (r300->dirty_state) { - r300_emit_dirty_state(r300); - } - for (i = 0; i < r300->vertex_buffer_count; i++) { void* buf = pipe_buffer_map(pipe->screen, r300->vertex_buffers[i].buffer, |