mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
r300-gallium: Fix CS count for texture emit.
This commit is contained in:
parent
6b1596aed3
commit
ddf31d0e31
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue