mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
radeonsi: fix point sprites
Broken bya27b74819a. This fix is critical and should be ported to stable ASAP. Cc: 10.5 10.4 <mesa-stable@lists.freedesktop.org> (cherry picked from commit7820a11e3d) Squashed with commit radeonsi: fix a warning caused by previous commit Cc: 10.5 10.4 <mesa-stable@lists.freedesktop.org> (cherry picked from commit050bf75c8b) [Emil Velikov: The file was renamed si_state_{shaders,draw}.c] Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Conflicts: src/gallium/drivers/radeonsi/si_state_shader.c
This commit is contained in:
parent
6da4e66d4e
commit
61c1aabb9f
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,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