mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r300: Reenable t->filter_1 (though currently not used)
This commit is contained in:
parent
1087cc61b3
commit
b1056b6127
1 changed files with 1 additions and 2 deletions
|
|
@ -1441,8 +1441,7 @@ static void r300SetupTextures(GLcontext * ctx)
|
|||
r300->hw.tex.filter.cmd[R300_TEX_VALUE_0 +
|
||||
hw_tmu] =
|
||||
gen_fixed_filter(t->filter) | (hw_tmu << 28);
|
||||
/* Currently disabled! */
|
||||
r300->hw.tex.filter_1.cmd[R300_TEX_VALUE_0 + hw_tmu] = 0x0; //0x20501f80;
|
||||
r300->hw.tex.filter_1.cmd[R300_TEX_VALUE_0 + hw_tmu] = t->filter_1;
|
||||
r300->hw.tex.size.cmd[R300_TEX_VALUE_0 + hw_tmu] =
|
||||
t->size;
|
||||
r300->hw.tex.format.cmd[R300_TEX_VALUE_0 +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue