Skip to content

lavapipe: add option to enable snorm blending

Roland Scheidegger requested to merge sroland/mesa:snorm_blend_enable into main

What does this MR do and why?

lavapipe: add option to enable snorm blending

This is disabled by default because it fails CTS, however this may
still be useful (as it generally works), hence use LVP_SNORM_BLEND
env var to enable it.

Merge request reports