mesa/src/amd/vulkan
Samuel Pitoiset ac52fb569a radv: fix a potential NULL pointer dereference when emitting VBOs
vkCmdBindVertexBuffers() -> draw with mesh shaders will just segfault.
This sequence doesn't make real sense but it's possible.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41161>
2026-04-27 07:40:14 +00:00
..
bvh amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
layers amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
meta amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
nir amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
tests radv: remove radv_disable_depth_storage drirc 2026-03-05 07:55:27 +00:00
winsys/amdgpu amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
.clang-format
.editorconfig
meson.build radv: remove radv_nir_lower_viewport_to_zero 2026-04-15 09:17:01 +00:00
radv_acceleration_structure.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_aco_shader_info.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_android.c radv: use AHARDWAREBUFFER_USAGE_CAMERA_MASK 2025-07-09 03:47:06 +00:00
radv_android.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_buffer.c radv: use 32-bit memory types for descriptor heap buffers 2026-04-14 10:10:23 +00:00
radv_buffer.h radv: switch to device address from vk_buffer 2025-03-06 09:46:01 +00:00
radv_buffer_view.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_buffer_view.h radv: Remove offset parameter from radv_make_texel_buffer_descriptor. 2025-05-02 09:13:14 +00:00
radv_check_va.py radv: Add sparse mappings to radv_check_va.py. 2024-11-29 12:57:42 +00:00
radv_cmd_buffer.c radv: fix a potential NULL pointer dereference when emitting VBOs 2026-04-27 07:40:14 +00:00
radv_cmd_buffer.h radv: move shader_upload_seq to radv_cmd_buffer_queue_state 2026-04-24 06:28:40 +00:00
radv_constants.h radv: declare shader arguments for resource/sampler heaps 2026-04-14 10:10:23 +00:00
radv_cp_dma.c ac,radeonsi,radv: fix print IB assertion fail for reserved fields 2026-04-23 02:48:06 +00:00
radv_cp_dma.h radv: switch to radv_cmd_stream everywhere 2025-08-08 11:49:23 +00:00
radv_cp_reg_shadowing.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_cp_reg_shadowing.h radv: switch to radv_cmd_stream everywhere 2025-08-08 11:49:23 +00:00
radv_cs.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_cs.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_debug.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_debug.h radv: advertise VK_EXT_descriptor_heap with RADV_EXPERIMENTAL=heap 2026-04-14 10:10:29 +00:00
radv_debug_nir.c radv: use nir_intrinsic_printf in radv_build_printf() 2026-03-20 17:02:40 +00:00
radv_debug_nir.h radv: use nir_intrinsic_printf in radv_build_printf() 2026-03-20 17:02:40 +00:00
radv_descriptor_pool.c radv: stop allocating an array of BO for descriptors 2026-03-23 09:50:41 +00:00
radv_descriptor_pool.h radv: implement a new descriptor sets allocator 2025-10-24 06:25:17 +00:00
radv_descriptor_set.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_descriptor_set.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_descriptor_update_template.c radv: implement vkWrite{Resource,Sampler}DescriptorsEXT() 2026-04-14 10:10:26 +00:00
radv_descriptor_update_template.h radv: stop allocating an array of BO for descriptors 2026-03-23 09:50:41 +00:00
radv_descriptors.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_descriptors.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_device.c radv: store the number of PS params heuristic to radv_compiler_info 2026-04-27 06:26:25 +00:00
radv_device.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_device_memory.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_device_memory.h radv: add import and export handle_type in radv_alloc_memory 2025-03-03 08:26:51 +00:00
radv_dgc.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_dgc.h radv: add support for DGC with descriptor heap 2026-04-14 10:10:28 +00:00
radv_event.c radv: rename RADEON_FLAG_VA_UNCACHED to RADEON_FLAG_GL2_BYPASS 2025-12-16 07:17:08 +00:00
radv_event.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_formats.c radv: allow depth+stencil formats with host image copy 2026-04-21 08:57:31 +02:00
radv_formats.h radv: Don't advertise any features for R10X6G10X6B10X6A10X6_UNORM_4PACK16 2026-04-15 12:16:53 +00:00
radv_host_image_copy.c radv: add depth+stencil formats support with host image copy 2026-04-21 08:57:31 +02:00
radv_image.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_image.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_image_view.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_image_view.h radv: move {depth,stencil}_compress_disable to the image view extra info 2026-02-09 09:43:01 +00:00
radv_instance.c radv: re-introduce DGC+multiview support and enable it for vkd3d-proton only 2026-04-27 07:08:23 +00:00
radv_instance.h radv: re-introduce DGC+multiview support and enable it for vkd3d-proton only 2026-04-27 07:08:23 +00:00
radv_llvm_helper.cpp amd,radeonsi: reduce legacy::PassManager use to only run backend passes 2024-10-05 09:10:06 +00:00
radv_llvm_helper.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_nir_to_llvm.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_nir_to_llvm.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00
radv_perfcounter.c radv: move uses_perf_counters to radv_cmd_buffer_queue_state 2026-04-24 06:28:40 +00:00
radv_perfcounter.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_physical_device.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_physical_device.h radv: add enable_mrt_output_nan_fixup to the physical cache key 2026-04-17 12:00:00 +00:00
radv_pipeline.c radv: pass radv_compiler_info to radv_pipeline_get_shader_key() 2026-04-27 06:26:25 +00:00
radv_pipeline.h radv: pass radv_compiler_info to radv_pipeline_get_shader_key() 2026-04-27 06:26:25 +00:00
radv_pipeline_binary.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_pipeline_binary.h Rename *_sha1 names to *_blake3 2026-03-23 07:03:28 +00:00
radv_pipeline_cache.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_pipeline_cache.h radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_pipeline_compute.c radv: pass radv_compiler_info to radv_pipeline_get_shader_key() 2026-04-27 06:26:25 +00:00
radv_pipeline_compute.h radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_pipeline_graphics.c radv: pass radv_compiler_info to radv_pipeline_get_shader_key() 2026-04-27 06:26:25 +00:00
radv_pipeline_graphics.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_pipeline_layout.c radv: fix independent sets with dynamic buffers and GPL 2026-02-24 11:12:14 +00:00
radv_pipeline_layout.h radv: remove radv_pipeline_layout::push_constant_size 2025-10-23 07:25:41 +00:00
radv_pipeline_rt.c radv: pass radv_compiler_info to radv_pipeline_get_shader_key() 2026-04-27 06:26:25 +00:00
radv_pipeline_rt.h Rename *_sha1 names to *_blake3 2026-03-23 07:03:28 +00:00
radv_query.c radv: move queue related cmd buffer state to a new struct 2026-04-24 06:28:39 +00:00
radv_query.h radv: re-run clang-format 2025-07-16 09:10:33 +02:00
radv_queue.c radv: move shader_upload_seq to radv_cmd_buffer_queue_state 2026-04-24 06:28:40 +00:00
radv_queue.h radv: replace radeon_cmdbuf by ac_cmdbuf completely 2025-10-08 18:00:15 +00:00
radv_radeon_winsys.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_rmv.c amd: restrict radeon_info::marketing_name to 64 characters and copy it 2025-11-24 12:34:08 +00:00
radv_rmv.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_rra.c radv: Fix gnu-empty-initializer errors in 8c10eab1 2026-04-17 07:09:51 +00:00
radv_rra.h radv: Add an option for dumping BVH stats 2026-04-14 17:27:29 +00:00
radv_rra_gfx10_3.c radv: Add an option for dumping BVH stats 2026-04-14 17:27:29 +00:00
radv_rra_gfx12.c radv: Add an option for dumping BVH stats 2026-04-14 17:27:29 +00:00
radv_sampler.c radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_sampler.h radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_sdma.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_sdma.h radv: implement VK_KHR_device_address_commands 2026-03-27 16:17:02 +00:00
radv_shader.c radv: store the number of PS params heuristic to radv_compiler_info 2026-04-27 06:26:25 +00:00
radv_shader.h radv: store the number of PS params heuristic to radv_compiler_info 2026-04-27 06:26:25 +00:00
radv_shader_args.c radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_shader_args.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_shader_info.c radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_shader_info.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_shader_object.c radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_shader_object.h radv: gather push constant size from shaders for ESO 2025-10-23 07:25:41 +00:00
radv_spm.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_spm.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_sqtt.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_sqtt.h radv/sqtt: rework acquiring timed cmdbufs 2026-01-28 11:11:24 +00:00
radv_video.c radv/video: Remove unused function radv_vcn_sq_start 2026-04-10 17:24:56 +00:00
radv_video.h radv/video: Use quality level for encode preset instead of tuning mode 2026-04-08 10:19:29 +00:00
radv_video_enc.c radv/video: Fix initializing rc structs with default rate control 2026-04-22 14:49:27 +00:00
radv_wsi.c amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_wsi.h radv: use SPDX-License-Identifier 2024-04-08 07:17:31 +00:00