From ef745cf95de4f184fc3bb846323c3a508b8d4b52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 14 Apr 2010 04:44:13 +0200 Subject: [PATCH] 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(-) diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index aa4dd10..d55b803 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; } -- 2.7.4