mesa/src/amd/vulkan
Samuel Pitoiset a4933d2d7f radv: force indirect descriptor sets for non-monolithic shaders
When VS and TCS are compiled separately on GFX9+, we can't know how
many descriptor sets are used for both stages and the function
arguments must match.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24697>
2023-08-25 07:22:03 +00:00
..
bvh radv: Remove leaf_args::dst_offset 2023-08-21 12:45:06 +00:00
layers ac/sqtt,radv/sqtt: Add and use marker for separate RT compilation 2023-08-22 11:33:11 +00:00
meta radv/gfx11: re-enable 0001/1110 clear values 2023-08-16 18:38:24 +00:00
nir treewide: Use nir_shader_intrinsic_pass sometimes 2023-08-24 15:48:02 +00:00
radix_sort amd: fix typos 2023-04-13 23:08:22 +00:00
winsys radv/amdgpu: Do not pass in a BO handle when clearing PRT VA region. 2023-08-21 17:24:35 +00:00
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
meson.build ac/radv: decouple radv vulkan driver and compiler from gallium 2023-08-03 09:45:42 +00:00
radv_acceleration_structure.c radv: Remove leaf_args::dst_offset 2023-08-21 12:45:06 +00:00
radv_aco_shader_info.h aco: implement create_tcs_jump_to_epilog() 2023-08-22 06:10:32 +00:00
radv_android.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_buffer.c radv: add support for VkBufferUsageFlags2CreateInfoKHR 2023-08-10 03:05:02 +00:00
radv_check_va.py radv: add a Python script to check if a VA was ever valid 2020-12-30 08:40:21 +01:00
radv_cmd_buffer.c radv: fix the per-patch data offset when TES isn't linked with TCS 2023-08-24 06:03:12 +00:00
radv_constants.h radv: bump max xfb output to 128 2023-08-01 20:47:34 +00:00
radv_cp_reg_shadowing.c radv: fix formatting 2023-06-19 11:19:42 +01:00
radv_cs.h amd: improve the IB parser, parse more packets 2023-06-17 23:42:20 +00:00
radv_debug.c radv: pass submit info to radv_check_gpu_hangs() 2023-07-25 06:50:33 +00:00
radv_debug.h radv: pass submit info to radv_check_gpu_hangs() 2023-07-25 06:50:33 +00:00
radv_descriptor_set.c radv: use vk_sampler 2023-08-08 10:24:54 +00:00
radv_descriptor_set.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_device.c radv: Fixes mingw linkage error undefined reference to `radv_GetCalibratedTimestampsEXT' 2023-08-14 15:00:56 +08:00
radv_device_generated_commands.c radv: implement NV_device_generated_commands_compute 2023-08-23 06:05:39 +00:00
radv_device_memory.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_event.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_formats.c radv: disable 64-bit color attachments 2023-08-16 18:38:24 +00:00
radv_image.c ac/surface: add radeon_surf::u::gfx9::uses_custom_pitch 2023-08-19 19:36:56 +00:00
radv_instance.c radv: workaround WWZ exporting index=1 through location=1 2023-07-31 11:38:14 +00:00
radv_llvm_helper.cpp radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_llvm_helper.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_nir_to_llvm.c radv: Rename radv_nir_compiler_options::robust_buffer_access to robust_buffer_access_llvm 2023-07-04 21:04:21 +01:00
radv_perfcounter.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_physical_device.c radv: advertise NV_device_generated_commands_compute 2023-08-23 06:05:39 +00:00
radv_pipeline.c radv: vectorize scratch access 2023-08-16 19:11:26 +00:00
radv_pipeline_cache.c radv: add support for VkPipelineCreateFlags2CreateInfoKHR 2023-08-10 03:05:02 +00:00
radv_pipeline_compute.c radv: re-introduce radv_pipeline_stage_init() 2023-08-10 08:51:05 +00:00
radv_pipeline_graphics.c radv: remove unused param from radv_pipeline_init_multisample_state() 2023-08-18 09:31:23 +00:00
radv_pipeline_rt.c radv/rt: Split stage initialization and hashing 2023-08-22 15:46:29 +00:00
radv_private.h radv: implement NV_device_generated_commands_compute 2023-08-23 06:05:39 +00:00
radv_query.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_queue.c radv: pass submit info to radv_check_gpu_hangs() 2023-07-25 06:50:33 +00:00
radv_radeon_winsys.h radv/winsys: Remove unused struct radv_winsys_bo_list. 2023-08-08 19:24:10 +00:00
radv_rmv.c radv/rmv: remove unused pipeline create flags when logging pipelines 2023-08-10 03:05:02 +00:00
radv_rra.c radv: add support for VkBufferUsageFlags2CreateInfoKHR 2023-08-10 03:05:02 +00:00
radv_rt_common.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_rt_common.h nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
radv_rt_shader.c radv: Stop updating the stack_size in insert_rt_case 2023-08-22 15:46:29 +00:00
radv_sampler.c radv: use vk_sampler 2023-08-08 10:24:54 +00:00
radv_sdma_copy_image.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_shader.c nir: unify lower_find_msb with has_{find_msb_rev,uclz} 2023-08-22 12:08:37 +00:00
radv_shader.h radv: add radv_shader_info::is_monolithic 2023-08-25 07:22:03 +00:00
radv_shader_args.c radv: force indirect descriptor sets for non-monolithic shaders 2023-08-25 07:22:03 +00:00
radv_shader_args.h radv: declare shader arguments for TCS epilogs 2023-08-22 06:10:32 +00:00
radv_shader_info.c radv: add radv_shader_info::is_monolithic 2023-08-25 07:22:03 +00:00
radv_spm.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
radv_sqtt.c radv/rgp: Use common trace trigger 2023-06-27 06:25:56 +00:00
radv_video.c radv/video: send h264 scaling list in raster order 2023-08-25 03:08:13 +00:00
radv_wsi.c radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00
si_cmd_buffer.c radv: emit PA_SC_SCREEN_SCISSOR_BR with the actual fb extent 2023-06-30 06:38:53 +00:00
vk_format.h radv: reformat according to its .clang-format 2023-06-16 19:59:52 +00:00