mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
6e62a52865
commit
7820a11e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue