mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 11:58:05 +02:00
From the Vulkan spec, the WAIT flag on vkCmdCopyQueryPoolResults only serves to increase the first synchronization scope to include query end commands, but either way, the synchronization scope only includes commands that occur earlier in submission order. In other words, we don't need to enforce queue ordering, a pipeline barrier is all that's needed. Fixes deadlocks in the timestamp.misc_tests.two_cmd_buffers_primary test. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20617> |
||
|---|---|---|
| .. | ||
| dzn_abi_helper.h | ||
| dzn_cmd_buffer.c | ||
| dzn_descriptor_set.c | ||
| dzn_device.c | ||
| dzn_dxcore.cpp | ||
| dzn_dxgi.c | ||
| dzn_dxgi.h | ||
| dzn_image.c | ||
| dzn_meta.c | ||
| dzn_nir.c | ||
| dzn_nir.h | ||
| dzn_physical_device_enum.h | ||
| dzn_pipeline.c | ||
| dzn_private.h | ||
| dzn_query.c | ||
| dzn_sync.c | ||
| dzn_util.c | ||
| dzn_wsi.c | ||
| meson.build | ||