r300-gallium: Fix BEGIN_CS size.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 23 Feb 2009 11:16:46 +0000 (03:16 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 23 Feb 2009 12:37:58 +0000 (04:37 -0800)
src/gallium/drivers/r300/r300_emit.c

index 0c86a9c92de9ecd7d496b75d5fb7f55adc5ea113..d57ccffcb05a6ccb75e7c5597f8e135e5ab33805 100644 (file)
@@ -84,7 +84,7 @@ void r300_emit_fragment_shader(struct r300_context* r300,
 {
     CS_LOCALS(r300);
     int i;
-    BEGIN_CS(0);
+    BEGIN_CS(22);
 
     OUT_CS_REG(R300_US_CONFIG, MAX2(fs->indirections - 1, 0));
     OUT_CS_REG(R300_US_PIXSIZE, fs->shader.stack_size);