Skip to content

freedreno/a[345]xx: fix unorm/snorm blend factors when they're "over"

Ilia Mirkin requested to merge imirkin/mesa:freedreno-norm-blend into main

The float value may be out of range, so must be clamped to the allowed range. Unclear if a3xx also has a SNORM factor that we're just missing there, but that will be a separate investigation.

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

Merge request reports