diff options
author | Marek Olšák <[email protected]> | 2010-07-12 06:52:06 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-07-12 06:52:06 +0200 |
commit | 0864851e2763291ff1ea2ceaa3c6f16b14abd362 (patch) | |
tree | 70a1fba57c15a9101ea12370c524ba442ac10523 /src/gallium/drivers/r300/r300_context.c | |
parent | 9be8f7d2267bffd607a759abe5a27099659d34b1 (diff) |
r300g: do not use immediate mode if there is a VBO in VRAM
And other minor fixups.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 7f43281af4a..b09acb7f2b6 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -378,7 +378,6 @@ struct pipe_context* r300_create_context(struct pipe_screen* screen, r300_init_resource_functions(r300); rws->set_flush_cb(r300->rws, r300_flush_cb, r300); - r300->dirty_hw++; r300->blitter = util_blitter_create(&r300->context); |