radeonsi: fix point sprites

Broken by a27b74819a.

This fix is critical and should be ported to stable ASAP.

Cc: 10.5 10.4 <mesa-stable@lists.freedesktop.org>
This commit is contained in:
Marek Olšák 2015-02-23 11:39:53 +01:00
parent 6e62a52865
commit 7820a11e3d

View file

@ -661,7 +661,7 @@ bcolor:
}
}
if (j == vsinfo->num_outputs) {
if (j == vsinfo->num_outputs & !G_028644_PT_SPRITE_TEX(tmp)) {
/* No corresponding output found, load defaults into input.
* Don't set any other bits.
* (FLAT_SHADE=1 completely changes behavior) */