Skip to content

anv: ignore output SampleMask if early fragment tests is on

Ivan Briano requested to merge ibriano/mesa:early_fragment_tests into main

The spec says: If the fragment shader declares the EarlyFragmentTests execution mode, fragment shading and multisample coverage operations are instead performed after sample counting.

Merge request reports