mesa/src/intel/vulkan
Karol Herbst 76d3f87af1 anv: do not map from_host_ptr bos in image_bind_address
Rusticl running on zink might end up creating an 1D image from a host_ptr
and zink might bind it with VK_IMAGE_USAGE_HOST_TRANSFER_BIT_EXT.

That ended up hitting an assert inside anv_device_map_bo.

Cc: mesa-stable
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36701>
(cherry picked from commit 8d8f5558eb)
2025-08-13 12:59:06 +02:00
..
bvh anv/bvh: Fix copy shader handling sparse buffer 2025-02-27 20:10:10 +00:00
grl clc,libcl: Clean up CL includes 2025-04-11 21:27:37 +00:00
i915 anv: Move code adding protected memory type to common code 2025-03-06 16:25:03 +00:00
layers anv: reuse object string for RMV token 2024-08-05 21:12:59 +00:00
tests intel/tests: Reduce load from anv_tests 2024-09-09 12:54:34 +00:00
xe anv: only use compressed memory types on Xe2+ 2025-07-02 16:19:29 +02:00
anv_allocator.c anv: pass down buffer usage for isl_buffer_fill_state 2025-03-26 20:19:07 +00:00
anv_android.c anv/android: refactor anb resolve to fix align assertion 2025-07-30 11:31:15 +02:00
anv_android.h anv/android: refactor anb resolve to fix align assertion 2025-07-30 11:31:15 +02:00
anv_android_stubs.c anv/android: refactor anb resolve to fix align assertion 2025-07-30 11:31:15 +02:00
anv_api_version.h anv: advertise Vulkan 1.4 2024-12-02 21:56:39 +00:00
anv_astc_emu.c anv: move astc_emu to use descriptors2 calls 2024-01-02 22:12:02 +00:00
anv_batch_chain.c anv: consolidate environment variables 2025-04-04 15:18:28 +00:00
anv_blorp.c anv: fix clears on single aspect of YCbCr images 2025-07-02 16:19:30 +02:00
anv_bo_sync.c anv: Add missing ANV_BO_ALLOC_INTERNAL 2024-04-19 13:15:01 +00:00
anv_buffer.c anv: pass down buffer usage for isl_buffer_fill_state 2025-03-26 20:19:07 +00:00
anv_buffer_view.c anv: pass physical device to format helpers 2025-01-29 13:57:26 +00:00
anv_cmd_buffer.c anv: Increase max VBs to 33 on Gen11+ 2025-07-16 16:23:10 +02:00
anv_descriptor_set.c anv: do not rely on sampler objects for pipeline compilation 2025-07-16 16:23:09 +02:00
anv_device.c anv: rework embedded sampler hashing 2025-07-16 16:23:09 +02:00
anv_event.c anv: split events from anv_device.c 2024-07-22 18:46:05 +00:00
anv_formats.c anv: fix format compatibility check typo 2025-07-30 11:31:13 +02:00
anv_gem.c anv: remove some wrapping around mmap 2024-03-05 07:03:13 +00:00
anv_gem_stubs.c anv: make device initialization more asynchronous 2024-06-13 08:29:25 +00:00
anv_genX.h anv: break down Wa_16014912113 in need/apply parts 2025-03-05 17:20:12 +00:00
anv_image.c anv: do not map from_host_ptr bos in image_bind_address 2025-08-13 12:59:06 +02:00
anv_image_host_copy.c anv: handle REMAINING_LAYERS in host image copy cases 2025-01-30 19:24:47 +00:00
anv_image_view.c anv: move view_usage check to before setting the protected bit on it 2025-07-02 16:19:33 +02:00
anv_instance.c anv: add shader-hash debug option 2025-04-04 15:18:28 +00:00
anv_internal_kernels.c nir/peephole_select: add options struct 2025-02-20 21:59:16 +00:00
anv_internal_kernels.h anv: implement Wa_16011107343/22018402687 for generated draws 2024-11-12 22:48:39 +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: make device initialization more asynchronous 2024-06-13 08:29:25 +00:00
anv_measure.c anv: switch to use brw's prog_data source_hash 2025-02-22 08:30:22 +00:00
anv_measure.h
anv_mesh_perprim_wa.c anv/Wa_18019110168: copy the primitive count writes 2025-01-24 10:19:28 +00:00
anv_nir.h anv/brw: stop turning load_push_constants into load_uniform 2025-06-04 15:52:44 +02:00
anv_nir_apply_pipeline_layout.c anv: do not rely on sampler objects for pipeline compilation 2025-07-16 16:23:09 +02:00
anv_nir_compute_push_layout.c anv/brw: stop turning load_push_constants into load_uniform 2025-06-04 15:52:44 +02:00
anv_nir_lower_load_patch_vertices_in.c anv: simplify loading driver internal constants 2024-08-22 19:44:39 +00:00
anv_nir_lower_multiview.c anv: disable replication when we don't have both VS/FS stages 2025-03-25 11:23:45 +00:00
anv_nir_lower_resource_intel.c treewide: use nir_metadata_control_flow 2024-06-17 16:28:14 -04:00
anv_nir_lower_ubo_loads.c Revert in correct commit "fix" 2024-11-26 16:36:06 +02:00
anv_nir_push_descriptor_analysis.c anv: add pipeline/shader support for descriptor buffers 2024-02-29 07:05:06 +00:00
anv_perf.c anv: Enable perf metrics id set syncronization 2024-11-05 19:25:53 +00:00
anv_physical_device.c intel: Disable 16x MSAA support on Xe3 2025-08-13 12:59:03 +02:00
anv_pipeline.c anv: do not rely on sampler objects for pipeline compilation 2025-07-16 16:23:09 +02:00
anv_pipeline_cache.c anv: fix self dependency computation 2025-04-10 13:17:53 +00:00
anv_private.h anv: fix wsi image aliasing 2025-08-13 12:59:01 +02:00
anv_queue.c anv/bvh: Dump BVH synchronously upon command buffer completion 2024-12-16 23:01:11 +00:00
anv_rmv.c anv: initial RMV support 2024-01-23 17:24:19 +00:00
anv_rmv.h anv: initial RMV support 2024-01-23 17:24:19 +00:00
anv_sampler.c anv: rework embedded sampler hashing 2025-07-16 16:23:09 +02:00
anv_sparse.c anv: fix R64 format support reporting 2025-06-18 17:55:48 +02:00
anv_util.c intel: port to u_printf context + singleton 2025-02-05 20:33:15 +00:00
anv_utrace.c intel/ds: rework RT tracepoints 2025-02-24 08:08:02 +00:00
anv_va.c anv: track the first 2MB of unused VA 2025-02-05 09:56:03 +00:00
anv_video.c anv: Add stdSyntaxFlag values for h264/5 encoders 2025-03-25 23:54:32 +00:00
anv_wsi.c anv: support protected surfaces with display platform 2025-02-11 22:03:09 +00:00
av1_tables.h anv: add default av1 tables from media-driver 2025-01-10 21:45:04 +00:00
genX_acceleration_structure.c vulkan: add leaves and ir_leaves sizes to encode for utrace. 2025-03-28 18:25:40 +00:00
genX_acceleration_structure_grl.c anv: Split GRL code path in separate file 2024-12-04 10:41:44 +00:00
genX_blorp_exec.c anv: move index buffer entry point out of genX code 2025-03-12 09:37:50 +00:00
genX_cmd_buffer.c anv: Do not emit batch_emit_fast_color_dummy_blit() for video engine 2025-07-16 16:23:08 +02:00
genX_cmd_compute.c anv: add shader-hash debug option 2025-04-04 15:18:28 +00:00
genX_cmd_draw.c anv: Implement missing part of Wa_1604061319 2025-05-20 20:18:07 +02:00
genX_cmd_draw_generated_flush.h intel: Use _brw suffix for genX headers that rely on brw 2024-02-24 00:24:32 +00:00
genX_cmd_draw_generated_indirect.h anv: Implement VK_EXT_device_memory_report 2025-03-04 15:24:39 +00:00
genX_cmd_draw_helpers.h anv: create new helper for small allocations 2024-02-29 07:05:06 +00:00
genX_cmd_video.c anv: Fix tiling for H.265 and VP9 video surfaces on GFX 12.5+ 2025-07-16 16:23:12 +02:00
genX_cmd_video_enc.c anv: Fix tiling for H.265 and VP9 video surfaces on GFX 12.5+ 2025-07-16 16:23:12 +02:00
genX_gfx_state.c anv: enable preemption setting on command/batch correctly 2025-05-20 20:18:08 +02:00
genX_gpu_memcpy.c anv: enable preemption setting on command/batch correctly 2025-05-20 20:18:08 +02:00
genX_init_state.c anv: rework embedded sampler hashing 2025-07-16 16:23:09 +02:00
genX_internal_kernels.c intel: move internal shader compile to vtn_bindgen2 2025-02-01 07:54:37 +00:00
genX_mi_builder.h anv/genxml: use special genX video pack files 2025-04-01 00:03:56 +03:00
genX_pipeline.c anv: Increase max VBs to 33 on Gen11+ 2025-07-16 16:23:10 +02:00
genX_query.c anv: Do not emit batch_emit_fast_color_dummy_blit() for video engine 2025-07-16 16:23:08 +02:00
genX_simple_shader.c anv: enable preemption setting on command/batch correctly 2025-05-20 20:18:08 +02:00
meson.build anv: fix missing meson dep 2025-08-13 12:59:06 +02:00