mesa/src/amd/vulkan
Marek Olšák 4373a48457 radv: don't leave SPI_PS_INPUT_ENA uninitialized with NULL PS to fix a hang
Fixes: 22e40edfb9 - radv: move SPI_PS_INPUT_ENA emission into radv_emit_ps_state
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15579

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42001>
2026-06-03 18:25:19 +00:00
..
bvh amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
layers radv: Add and use helpers for managing internal allocations 2026-05-29 10:59:39 +00:00
meta radv/tools: Rename radv_debug to radv_debug_hang 2026-05-29 10:59:38 +00:00
nir radv: enable SAMPLE_COVERAGE PS VGPR dynamically 2026-06-02 20:38:06 +00:00
tests radv/tests: add tests for global pipeline keys compatibility 2026-05-07 08:53:24 +02:00
tools RADV: Add object names inside address binding report and vm_fault 2026-06-01 18:00:30 +00:00
winsys/amdgpu radv: cleanup occurrences of radeon_info::has_vm_always_valid 2026-06-03 08:22:39 +00:00
.clang-format
.editorconfig
meson.build radv/drirc_gen: Clean up the dependency handling. 2026-06-02 18:49:48 +00:00
radv_acceleration_structure.c radv: fix copying acceleration structure with DAC 2026-05-15 06:37:54 +00:00
radv_aco_shader_info.h radv: remove radv_aco_convert_opts 2026-05-01 08:45:27 +00:00
radv_android.c radv: remove checking on the gralloc handle->numFds 2026-06-01 11:33:53 +00:00
radv_android.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_buffer.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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_cmd_buffer.c radv: don't leave SPI_PS_INPUT_ENA uninitialized with NULL PS to fix a hang 2026-06-03 18:25:19 +00:00
radv_cmd_buffer.h radv: re-organize radv_cmd_state slightly 2026-04-30 06:18:29 +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 radv/tools: Rename radv_debug to radv_debug_hang 2026-05-29 10:59:38 +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 radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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 radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_cs.h amd: disable reset_filter_cam for mec 2026-05-05 08:28:00 +00:00
radv_descriptor_pool.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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 radv: use the "LOW" address space for UBOs 2026-04-30 09:29:43 +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: use the "LOW" address space for UBOs 2026-04-30 09:29:43 +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 radv: use the "LOW" address space for UBOs 2026-04-30 09:29:43 +00:00
radv_descriptors.h radv: use the "LOW" address space for UBOs 2026-04-30 09:29:43 +00:00
radv_device.c radv: return VK_ERROR_INITIALIZATION_FAILED if VM_ALWAYS_VALID isn't supported 2026-06-03 08:22:39 +00:00
radv_device.h radv: Add and use helpers for managing internal allocations 2026-05-29 10:59:39 +00:00
radv_device_memory.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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 radv: fix DGC with conditional rendering and task+mesh shaders 2026-06-02 16:23:18 +00:00
radv_dgc.h radv: add support for DGC with descriptor heap 2026-04-14 10:10:28 +00:00
radv_drirc_gen.py util/drirc_gen: Move the common VK WSI options to a core helper function. 2026-06-02 18:49:48 +00:00
radv_event.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_event.h
radv_formats.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00: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: take advantage of VK_HOST_IMAGE_COPY_MEMCPY_BIT 2026-05-05 17:53:17 +00:00
radv_image.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_image.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_image_view.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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/tools: Rename radv_debug to radv_debug_hang 2026-05-29 10:59:38 +00:00
radv_instance.h radv: Move debug options to radv_instance.h 2026-05-29 10:59:38 +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_nir_to_llvm.c radv: replace radv_nir_compiler_options with a LLVM one 2026-05-01 08:45:27 +00:00
radv_nir_to_llvm.h radv: replace radv_nir_compiler_options with a LLVM one 2026-05-01 08:45:27 +00:00
radv_perfcounter.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_perfcounter.h amd: remove unnecessary and transitive #includes 2026-04-24 21:53:07 +00:00
radv_physical_device.c radv: cleanup occurrences of radeon_info::has_vm_always_valid 2026-06-03 08:22:39 +00:00
radv_physical_device.h radv: Move radv_find_memory_index to radv_debug.c 2026-05-29 10:59:39 +00:00
radv_pipeline.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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 radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_pipeline_binary.h Rename *_sha1 names to *_blake3 2026-03-23 07:03:28 +00:00
radv_pipeline_cache.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +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: switch to ac_nir_lower_sample_mask_in 2026-06-02 20:38:05 +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: Add and use helpers for managing internal allocations 2026-05-29 10:59:39 +00:00
radv_pipeline_rt.h Rename *_sha1 names to *_blake3 2026-03-23 07:03:28 +00:00
radv_query.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_query.h radv: re-run clang-format 2025-07-16 09:10:33 +02:00
radv_queue.c radv/tools: Rename radv_debug to radv_debug_hang 2026-05-29 10:59:38 +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 radv: determine supported syncobj types directly in the physical device 2026-05-26 10:18:50 +00:00
radv_sampler.c radv: remove radv_compiler_info::cache_key 2026-04-29 08:10:11 +00:00
radv_sampler.h radv: use radv_compiler_info everywhere during compilation 2026-04-23 07:56:48 +00:00
radv_sdma.c radv: do not fallback to compute for image->buffer copies with emulated formats 2026-05-11 06:05:44 +00:00
radv_sdma.h radv: do not fallback to compute for image->buffer copies with emulated formats 2026-05-11 06:05:44 +00:00
radv_shader.c radv: fix an inefficiency where the ANCILLARY PS VGPR was enabled but unused 2026-06-02 20:38:06 +00:00
radv_shader.h radv: enable SAMPLE_COVERAGE PS VGPR dynamically 2026-06-02 20:38:06 +00:00
radv_shader_args.c radv: enable SAMPLE_COVERAGE PS VGPR dynamically 2026-06-02 20:38:06 +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: enable SAMPLE_COVERAGE PS VGPR dynamically 2026-06-02 20:38:06 +00:00
radv_shader_info.h radv: enable SAMPLE_COVERAGE PS VGPR dynamically 2026-06-02 20:38:06 +00:00
radv_shader_object.c radv: add support for VK_SHADER_CREATE_INDEPENDENT_SETS_BIT_KHR 2026-05-12 16:28:42 +00:00
radv_shader_object.h radv: gather push constant size from shaders for ESO 2025-10-23 07:25:41 +00:00
radv_video.c radv: cleanup conditional header includes 2026-06-01 06:35:31 +00:00
radv_video.h radv: Use ac_emit_video_write_memory 2026-05-26 08:31:12 +00:00
radv_video_enc.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_wsi.c radv: Move a whole bunch of debug/profiling related into a subdir 2026-05-29 10:59:38 +00:00
radv_wsi.h