mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
This statechange is vtx state, not tcl.
This commit is contained in:
parent
57f1b25caf
commit
739823d250
1 changed files with 1 additions and 1 deletions
|
|
@ -1026,7 +1026,7 @@ static void disable_tex( GLcontext *ctx, int unit )
|
|||
R200_TEX_BLEND_0_ENABLE) << unit);
|
||||
rmesa->hw.ctx.cmd[CTX_PP_CNTL] |= R200_TEX_BLEND_0_ENABLE;
|
||||
|
||||
R200_STATECHANGE( rmesa, tcl );
|
||||
R200_STATECHANGE( rmesa, vtx );
|
||||
rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_1] &= ~(7 << (unit * 3));
|
||||
|
||||
if (rmesa->TclFallback & (R200_TCL_FALLBACK_TEXGEN_0<<unit)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue