mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 02:58:06 +02:00
The last sub_cmd in the command buffer could be a graphics one, and when
ending a graphics sub_cmd, the query_indices array will be checked to
know whether a occlusion query starts during this graphics sub_cmd.
Finalize the query_indices array after ending the last sub_cmd,
otherwise the check for query initiation may have a false negative
result.
Fixes the `dEQP-VK.renderpasses.dynamic_rendering.primary_cmd_buff.
random.seed6` test case.
Fixes:
|
||
|---|---|---|
| .. | ||
| bxs-4-64-fails.txt | ||
| bxs-4-64-flakes.txt | ||
| bxs-4-64-skips.txt | ||
| deqp-pvr-vk.toml | ||
| gitlab-ci-inc.yml | ||
| gitlab-ci.yml | ||