mesa/src/intel/vulkan
Lionel Landwerlin bb49610973 anv: replace query flush before gpu copy by semaphore wait
All the flushes should already have happened, we just need CS to wait
for the operations to complete. Just use a MI_SEMAPHORE_WAIT to check
the availability bit is set.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22178>
2023-04-07 15:51:20 +00:00
..
grl anv: compute the largest GRL kernel scratch size 2023-03-31 14:18:58 +00:00
i915 anv: Move to a function code to clflush batch buffers 2023-03-30 01:57:44 +00:00
layers anv: Add layer with work-around for Doom 64 texture corruption 2023-01-02 15:05:06 +00:00
shaders anv: add gfx9 generated draw support 2023-03-03 11:30:54 +00:00
tests anv: Use intel_device_info memory alignment 2023-03-20 17:18:04 +00:00
xe anv: Implement Xe version of anv_queue_exec_locked() and queue_exec_trace() 2023-03-30 01:57:44 +00:00
anv_allocator.c anv: Use intel_device_info memory alignment 2023-03-20 17:18:04 +00:00
anv_android.c anv: Use the new vk_device_memory base struct 2023-03-31 14:57:03 +00:00
anv_android.h anv: Use the new vk_device_memory base struct 2023-03-31 14:57:03 +00:00
anv_android_stubs.c anv: Use the new vk_device_memory base struct 2023-03-31 14:57:03 +00:00
anv_batch_chain.c anv: Move to a function code to clflush batch buffers 2023-03-30 01:57:44 +00:00
anv_blorp.c anv/blorp: add flush reasons to RT flushes 2023-04-07 15:51:20 +00:00
anv_bo_sync.c anv: Add a tracepoint for the fallback implicit sync wait path. 2023-01-12 20:21:03 +00:00
anv_cmd_buffer.c anv: add gfx9 generated draw support 2023-03-03 11:30:54 +00:00
anv_descriptor_set.c anv: hash immutable sampler conversion data not pointers 2023-03-30 00:31:20 +00:00
anv_device.c anv: ignore structure types handled in vk_device_memory_create 2023-04-05 11:53:29 +00:00
anv_formats.c vulkan,anv,hasvk,radv: Add a common vk_image_usage_to_ahb_usage helper 2023-03-31 14:57:03 +00:00
anv_gem.c anv: Add assert in functions not supported by Xe kmd 2023-03-30 01:57:44 +00:00
anv_gem_stubs.c anv: Add gem VM bind and unbind to backend 2023-03-11 17:56:01 +00:00
anv_generated_indirect_draws.c anv: fix sends_count_expectation assert on simd32 2023-03-07 14:37:31 +00:00
anv_generated_indirect_draws.h anv: add gfx9 generated draw support 2023-03-03 11:30:54 +00:00
anv_genX.h anv/pipeline: Use feedback loop flags for self-dependencies 2023-04-03 18:13:01 +00:00
anv_image.c anv: Use the new vk_device_memory base struct 2023-03-31 14:57:03 +00:00
anv_kmd_backend.c anv: Add gem VM bind and unbind to backend 2023-03-11 17:56:01 +00:00
anv_kmd_backend.h anv: add utrace support for queue debug utils 2023-03-24 09:38:20 +02:00
anv_measure.c anv: Emit CS stall on INTEL_MEASURE timestamp 2023-01-04 22:43:36 +00:00
anv_measure.h anv: add a custom AcquireNextImage2KHR func 2022-02-17 22:15:23 +00:00
anv_mesh_perprim_wa.c anv: work around for per-prim attributes corruption 2023-03-29 18:35:55 +00:00
anv_nir.h anv: add analysis for push descriptor uses and store it in shader cache 2022-10-14 23:03:16 +00:00
anv_nir_apply_pipeline_layout.c anv: Drop our manual SSBO size handling 2023-02-24 20:37:10 +00:00
anv_nir_compute_push_layout.c anv,hasvk: migrate to ROUND_DOWN_TO from util 2023-01-06 17:22:16 +00:00
anv_nir_lower_multiview.c blorp,anv,hasvk: Use umod_imm 2023-03-22 06:18:18 +00:00
anv_nir_lower_ubo_loads.c anv: invalidate all metadata in anv_nir_lower_ubo_loads 2022-04-19 11:43:55 +00:00
anv_nir_push_descriptor_analysis.c anv: return properly typed value for no ubo promoted 2023-01-09 23:00:24 +00:00
anv_perf.c anv/iris: report counter symbols with debug option 2023-03-08 12:45:43 +00:00
anv_pipeline.c intel: Always call nir_lower_frexp. 2023-04-06 02:32:01 +00:00
anv_pipeline_cache.c anv: Perform load_constant address math in 32-bit rather than 64-bit 2023-02-02 02:45:04 +00:00
anv_private.h anv: pass steam output as argument for anv_dump_pipe_bits 2023-04-07 15:51:20 +00:00
anv_queue.c anv: Create Xe engines 2023-03-23 13:27:39 +00:00
anv_util.c anv: pass steam output as argument for anv_dump_pipe_bits 2023-04-07 15:51:20 +00:00
anv_utrace.c anv: add utrace support for queue debug utils 2023-03-24 09:38:20 +02:00
anv_video.c anv/video: fix video memory bindings. 2023-02-08 06:42:09 +00:00
anv_wsi.c anv: Disable anv_bo_sync_type for Xe kmd 2023-03-30 01:57:44 +00:00
genX_acceleration_structure.c anv: only emit CFE_STATE when scratch space increases 2023-03-31 14:18:58 +00:00
genX_blorp_exec.c anv: Skip BTI RT flush if we're doing an op that doesn't use render targets. 2023-02-27 21:44:56 +00:00
genX_cmd_buffer.c anv: pass steam output as argument for anv_dump_pipe_bits 2023-04-07 15:51:20 +00:00
genX_cmd_draw_generated_indirect.h anv: add gfx9 generated draw support 2023-03-03 11:30:54 +00:00
genX_cmd_draw_helpers.h anv: Drop dead code that sets the L3BypassDisable field 2023-04-04 17:39:20 +00:00
genX_gpu_memcpy.c anv: fix preemption enable emission in gpu_memcpy 2023-01-20 22:35:41 +02:00
genX_pipeline.c anv,blorp,iris: Set PreferredSLMAllocationSize on gfx125+ 2023-04-06 10:54:47 +00:00
genX_query.c anv: replace query flush before gpu copy by semaphore wait 2023-04-07 15:51:20 +00:00
genX_state.c anv: compute the largest GRL kernel scratch size 2023-03-31 14:18:58 +00:00
genX_video.c anv: fix image height for field pictures. 2023-03-14 13:34:53 +00:00
gfx8_cmd_buffer.c anv: check for MESA_SHADER_TESS_CTRL with get_tcs_prog_data 2023-04-04 10:42:12 +03:00
meson.build anv: work around for per-prim attributes corruption 2023-03-29 18:35:55 +00:00