Skip to content

nir: add lower pass for removing writes to gl_SampleMask[] in fs

Mike Blumenkrantz requested to merge zmike/mesa:nir-lower_samplemask into master

in e.g., zink, writing to this output in some cases causes unwanted behavior, so for those cases we remove the instruction entirely

Merge request reports