mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 11:00:27 +01:00
r300g: disable the REPEAT NPOT fallback until it works
It causes regressions. I haven't tested the MIRROR wrap modes, so not sure about that..
This commit is contained in:
parent
948ce60a26
commit
6b46df9616
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ static void get_external_state(
|
|||
switch (s->state.wrap_s) {
|
||||
case PIPE_TEX_WRAP_REPEAT:
|
||||
state->unit[i].wrap_mode = RC_WRAP_REPEAT;
|
||||
state->unit[i].fake_npot = TRUE;
|
||||
/* XXX Enable when REPEAT fallback works.
|
||||
state->unit[i].fake_npot = TRUE; */
|
||||
break;
|
||||
|
||||
case PIPE_TEX_WRAP_CLAMP:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue