mesa/src/amd/vulkan
Samuel Pitoiset 62715a6d03 radv: set missing SPI_SHADER_PGM_xxx registers on GFX11
Found by inspection.

Cc: 22.3 mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20054>
2022-11-30 09:05:13 +00:00
..
bvh meson: do not use source_root() when possible 2022-11-22 06:11:07 +00:00
layers radv/rra: Fix dumps in the case of aliasing 2022-10-16 14:37:02 +00:00
radix_sort meson: do not use source_root() when possible 2022-11-22 06:11:07 +00:00
winsys amd: rename enums ARCTURUS -> MI100, ALDEBARAN -> MI200 2022-11-06 17:20:39 -05:00
.editorconfig radv: Update editorconfig. 2021-04-10 03:31:58 +02:00
00-radv-defaults.conf radv: add radv_zero_vram workarounds for OpenGL games 2022-10-11 06:36:59 +00:00
meson.build radv: only install 00-radv-defaults.conf if xmlconfig is used 2022-11-28 16:19:47 +00:00
radv_acceleration_structure.c radv: Support accelerationStructureCaptureReplay. 2022-11-21 08:22:03 +00:00
radv_acceleration_structure.h radv/rra: Use the accel struct type for header validation 2022-10-16 14:37:02 +00:00
radv_aco_shader_info.h radv,aco: remove old streamout code 2022-11-29 14:28:11 +00:00
radv_android.c radv: Add a 32bit memory type. 2022-07-15 14:45:13 +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: inline gfx10_emit_streamout_{begin,end}() 2022-11-29 16:50:13 +00:00
radv_constants.h radv: move GDS counters after reserved GDS offsets for streamout 2022-11-01 19:47:07 +00:00
radv_cs.h radv: stop emitting RMW context registers for updating sample locations 2022-08-26 06:33:05 +00:00
radv_debug.c ac: fix IB parsing for Stoney 2022-11-04 00:42:08 +00:00
radv_debug.h radv: introduce RADV_DEBUG=nofmask 2022-11-16 07:59:11 +01:00
radv_descriptor_set.c radv: implement VK_EXT_descriptor_buffer 2022-11-21 07:55:24 +01:00
radv_descriptor_set.h radv: Use vk_descriptor_set_layout 2022-08-02 14:16:14 +00:00
radv_device.c radv: emit DB_RENDER_OVERRIDE2 as part of the framebuffer 2022-11-28 15:20:59 +00:00
radv_device_generated_commands.c radv: Fixes prototypes 2022-11-11 05:38:19 +00:00
radv_formats.c radv: Expose 3d sparse images. 2022-09-06 23:16:26 +00:00
radv_image.c radv: use HTILE for VRS image only on GFX10.3 2022-11-29 12:19:40 +00:00
radv_llvm_helper.cpp radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_llvm_helper.h radv: Rename radv_shader_helper.h to radv_llvm_helper.h 2021-10-01 10:40:18 +02:00
radv_meta.c radv: always restore NULL descriptor sets for meta operations 2022-11-21 07:55:23 +01:00
radv_meta.h radv: suspend/resume XFB queries with NGG for meta operations 2022-11-17 07:21:23 +00:00
radv_meta_blit.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_blit2d.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_buffer.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_bufimage.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_clear.c radv: Improve gfx11 clear colors for DCC. 2022-10-24 09:08:42 +00:00
radv_meta_copy.c radv: Use VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT for render loops 2022-08-23 16:41:56 +00:00
radv_meta_copy_vrs_htile.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_dcc_retile.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_decompress.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_etc_decode.c radv: Fix sampler types in ETC2 decode. 2022-11-25 17:16:14 +00:00
radv_meta_fast_clear.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_fmask_copy.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_fmask_expand.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_resolve.c radv: Use a VkPipelineCache handle for meta shaders. 2022-10-12 12:09:48 +02:00
radv_meta_resolve_cs.c radv: introduce RADV_DEBUG=nofmask 2022-11-16 07:59:11 +01:00
radv_meta_resolve_fs.c radv: introduce RADV_DEBUG=nofmask 2022-11-16 07:59:11 +01:00
radv_nir_apply_pipeline_layout.c radv: implement VK_EXT_descriptor_buffer 2022-11-21 07:55:24 +01:00
radv_nir_lower_abi.c radv: add lowering support for load_provoking_vtx_in_prim_amd when dynamic 2022-11-11 08:50:03 +00:00
radv_nir_lower_ray_queries.c radv/ray_queries: Fix AABB handling 2022-11-27 12:57:02 +01:00
radv_nir_lower_ycbcr_textures.c radv: use nir_shader_instructions_pass in radv_nir_lower_ycbcr_textures 2022-09-26 11:13:03 +00:00
radv_nir_to_llvm.c radv,aco: remove old streamout code 2022-11-29 14:28:11 +00:00
radv_perfcounter.c radv: Fixes prototypes 2022-11-11 05:38:19 +00:00
radv_pipeline.c radv: compile GS copy shader after geometry shader 2022-11-29 14:28:11 +00:00
radv_pipeline_cache.c utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
radv_pipeline_rt.c radv: Enable rayTracingPipelineShaderGroupHandleCaptureReplay[Mixed]. 2022-11-26 13:57:56 +00:00
radv_private.h radv: make radv_use_llvm_for_stage device parameter const 2022-11-29 14:28:11 +00:00
radv_query.c radv: stop emulating number of generated primitives by GS on GFX11 2022-11-08 16:15:16 +00:00
radv_radeon_winsys.h radv: add RADEON_FLAG_DISCARDABLE 2022-10-20 15:59:44 +00:00
radv_rra.c radv: Convert instance bvh address to node in bvh build. 2022-11-19 14:24:36 +00:00
radv_rt_common.c radv: Convert instance bvh address to node in bvh build. 2022-11-19 14:24:36 +00:00
radv_rt_common.h radv: Skip and for node_to_addr with bvh_base. 2022-11-19 14:24:36 +00:00
radv_rt_shader.c radv/rt: use explicitly named sbt entries in radv_pipeline_group_handle 2022-11-20 11:30:16 +00:00
radv_sdma_copy_image.c radv: refactor image binding into struct 2022-07-26 19:50:57 +00:00
radv_shader.c radv,aco: remove old GS copy shader code 2022-11-29 14:28:11 +00:00
radv_shader.h radv,aco: remove old streamout code 2022-11-29 14:28:11 +00:00
radv_shader_args.c radv: fixes -Werror,-Wunused-but-set-variable for clang-15 in radv_shader_args.c 2022-11-17 23:17:40 +00:00
radv_shader_args.h radv: declare shader arguments/locations for provoking vertex 2022-11-11 08:50:03 +00:00
radv_shader_info.c radv,aco: remove old streamout code 2022-11-29 14:28:11 +00:00
radv_spm.c radv: move ac_perfcounters to physical_device. 2022-07-09 12:29:05 +00:00
radv_sqtt.c radv: acquire pstate on-demand when capturing with RGP 2022-09-21 09:50:18 +00:00
radv_wsi.c radv: Remove redundant radv_QueuePresentKHR. 2022-08-31 03:25:52 +00:00
si_cmd_buffer.c radv: set missing SPI_SHADER_PGM_xxx registers on GFX11 2022-11-30 09:05:13 +00:00
vk_format.h vulkan: Common vk_format_get_component_bits 2022-07-18 22:14:06 +00:00
vulkan.sym radv: Add Android module info to linker script. 2021-01-12 20:17:52 +00:00