Skip to content

zink: handle dual blending override from driconf

Mike Blumenkrantz requested to merge zmike/mesa:zink-dualblend into master

when this is enabled, we need to push gl_FragData[1] to location 0 and index 1 so that it gets blended like the application expects

fixes unigine heaven

Merge request reports