Skip to content

freedreno/ir3: avoid applying (sat) on bary.f

Ilia Mirkin requested to merge imirkin/mesa:fd-tmp2 into master

This causes failures on a3xx resulting in the non-sensical dEQP failures on packUnorm2x16. The same test uses ldlv on a4xx+, so just disallow (sat) on bary.f on all generations.

Signed-off-by: Ilia Mirkin imirkin@alum.mit.edu

Merge request reports