Skip to content

v3dv: disable early Z writes if Z writes are disabled

Iago Toral requested to merge itoral/mesa:v3dv_ez_udpates into master

I saw this while inspecting CL dumps from the UE Shooter demo, where they disable Z writes for occlusion queries. The hardware is probably doing this internally, but it doesn't hurt to do this explicitly and make CL traces consistent with intended behavior.

Merge request reports