r300-gallium: Fix CS count for texture emit.

This commit is contained in:
Corbin Simpson
2009-03-11 11:54:53 -07:00
parent 6b1596aed3
commit ddf31d0e31

View File

@@ -276,7 +276,7 @@ void r300_emit_texture(struct r300_context* r300,
{
CS_LOCALS(r300);
BEGIN_CS(8);
BEGIN_CS(10);
OUT_CS_REG(R300_TX_FORMAT0_0 + (offset * 4), tex->state.format0);
OUT_CS_REG(R300_TX_FORMAT1_0 + (offset * 4), tex->state.format1);
OUT_CS_REG(R300_TX_FORMAT2_0 + (offset * 4), tex->state.format2);