r300-gallium: Fix BEGIN_CS size.

This commit is contained in:
Corbin Simpson 2009-02-23 03:16:46 -08:00
parent c7bbc9ad12
commit d737010296
1 changed files with 1 additions and 1 deletions

View 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);