Skip to content

turnip, freedreno: dual-src blending + enable blending

Connor Abbott requested to merge cwabbott0/mesa:review/tu-blending into master

The impetus of this was the last commit, which fixes the current embarrassing lack of COLOR_ATTACHMENT_BLEND_BIT for any format. Whoops. When enabling it I realized that dual-src blending also wasn't hooked up or even reverse engineered for a6xx, but it turned out to be not that bad. I didn't enable it on freedreno yet, but it should be relatively easy.

Merge request reports