Skip to content

mesa: Move the advanced blend bitmask to shader_info.

Emma Anholt requested to merge anholt/mesa:nir-advanced-blend into main

For drivers that don't lower advanced blend to FBFETCH, we need the bitmask to be in the NIR shader so that it gets carried over to TGSI successfully.

Merge request reports