Skip to content

pvr: emit PPP state when vis_test dirty bit is set

What does this MR do and why?

Unlike other dirty bits, the vis_test dirty bit wasn't being taken into consideration when determining whether PPP state needed to be emitted as part of a draw call. Correct this to emit PPP state when vis_test dirty bit is set.

Fixes a large number of tests in dEQP-VK.query_pool.occlusion_query.*.

Merge request reports