Skip to content

freedreno/ir3: Drop handling FRAG_RESULT_DEPTH writing to .z

Emma Anholt requested to merge anholt/mesa:fd-frag-depth into master

Since we consume NIR, we get FRAG_RESULT_DEPTH in .x. Something must have been working out for this code to not be trying to get an undefined value, but go ahead and drop it now.

Merge request reports