summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-07-12 06:52:06 +0200
committerMarek Olšák <maraeo@gmail.com>2010-07-12 06:52:06 +0200
commit0864851e2763291ff1ea2ceaa3c6f16b14abd362 (patch)
tree70a1fba57c15a9101ea12370c524ba442ac10523 /src/gallium/drivers/r300/r300_context.c
parent9be8f7d2267bffd607a759abe5a27099659d34b1 (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.c1
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 7f43281af4..b09acb7f2b 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);