From ef745cf95de4f184fc3bb846323c3a508b8d4b52 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 14 Apr 2010 04:44:13 +0200 Subject: r300g: remove the CS compenstation for non-atomized states Now there aren't any. If CS overflow occurs, the fix should go directly before the problematic BEGIN_CS. --- src/gallium/drivers/r300/r300_emit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/r300') diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index aa4dd1073d..d55b803603 100644 --- a/src/gallium/drivers/r300/r300_emit.c +++ b/src/gallium/drivers/r300/r300_emit.c @@ -1207,9 +1207,6 @@ unsigned r300_get_num_dirty_dwords(struct r300_context *r300) } } - /* XXX This is the compensation for the non-atomized states. */ - dwords += 1024; - return dwords; } -- cgit v1.2.3