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:
Marek Olšák 2010-04-15 10:03:48 +02:00
parent 948ce60a26
commit 6b46df9616

View file

@ -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: