Skip to content

panfrost: Fix spilling of non-32-bit types

Icecream95 requested to merge icecream95/mesa:spill-fix into master

The source argument for mov has index 1, not 0.

Fixes a vertex shader in SuperTuxKart.

Fixes: b4de9e03 ("pan/mdg: Mask spills from texture write")
Reported-by: macc24

Merge request reports