Skip to content

panfrost: Add support for blend shaders on Bifrost

Boris Brezillon requested to merge bbrezillon/mesa:bifrost-blend-shaders into master

Non-terminal BLENDs are forbidden for now, since we don't restore registers used by the blend shader before returning to the fragment shader. I kept the return-address collection logic so it can be re-enabled when we have everything in place to restore those regs.

Edited by Boris Brezillon

Merge request reports

Loading