mesa/src/amd/vulkan
Georg Lehmann 87e3277b82 nir: Rewrite and merge 16bit tex folding pass with 16bit image folding pass.
Allow folding constants/undef sources by sharing more code with the image_store
16bit folding pass.

Allow more than one set of sources because RADV wants two, one for
G16 (ddx/ddy) and one for A16 (all other sources).

Allow folding cube sampling destination conversions on radeonsi/radv because
I think the limitation only applies to sources.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16978>
2022-07-21 19:15:03 +00:00
..
layers radv: do not emit SQTT user data packets on the SDMA queue 2022-06-29 06:41:31 +00:00
radix_sort radv: fixes msvc compiling error 2022-05-16 18:57:06 +00:00
winsys radv: Copy BO list to ACE internal CS. 2022-07-20 19:00:30 +00:00
.editorconfig
00-radv-defaults.conf radv: Expose VK_NV_device_generated_commands. 2022-07-15 14:45:13 +00:00
meson.build radv: Add DGC meta shader. 2022-07-15 14:45:13 +00:00
radv_acceleration_structure.c radv: Fix acceleration structure size queries 2022-07-12 12:30:42 +00:00
radv_acceleration_structure.h radv: Add accel struct queries for maintenance1 2022-06-08 20:20:21 +00:00
radv_aco_shader_info.h radv,aco: introduce {radv,aco}_ps_epilog_key 2022-07-18 18:40:02 +00:00
radv_android.c radv: Add a 32bit memory type. 2022-07-15 14:45:13 +00:00
radv_check_va.py
radv_cmd_buffer.c radv: Copy BO list to ACE internal CS. 2022-07-20 19:00:30 +00:00
radv_constants.h radv: Add helper BO for perf counters. 2022-07-09 12:29:05 +00:00
radv_cs.h radv: Add performance counter reg write. 2022-07-09 12:29:05 +00:00
radv_debug.c radv: dump UMR waves before UMR rings 2022-06-27 08:36:49 +00:00
radv_debug.h radv: implement PS epilogs 2022-07-18 18:40:02 +00:00
radv_descriptor_set.c Use vk_foreach_struct_const where needed 2022-07-19 19:55:17 +00:00
radv_descriptor_set.h radv: add support for independent descriptor set layouts 2022-04-15 06:08:34 +00:00
radv_device.c radv: Enable task shader feature for NV_mesh_shader. 2022-07-20 19:00:31 +00:00
radv_device_generated_commands.c radv: Remove trailing whitespace introduced by DGC commits. 2022-07-18 08:23:41 +00:00
radv_formats.c radv: Use desc->format 2022-07-21 12:48:01 +00:00
radv_image.c radv: Remove format desc null checks 2022-07-21 12:48:01 +00:00
radv_llvm_helper.cpp
radv_llvm_helper.h
radv_meta.c radv: Use nir_gen_rect_vertices 2022-07-19 12:47:30 +00:00
radv_meta.h radv: Use nir_gen_rect_vertices 2022-07-19 12:47:30 +00:00
radv_meta_blit.c radv: Use nir_gen_rect_vertices 2022-07-19 12:47:30 +00:00
radv_meta_blit2d.c radv: Use nir_gen_rect_vertices 2022-07-19 12:47:30 +00:00
radv_meta_buffer.c radv: Use vk_buffer 2022-05-30 17:43:58 +00:00
radv_meta_bufimage.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_clear.c radv: Use nir_gen_rect_vertices 2022-07-19 12:47:30 +00:00
radv_meta_copy.c radv: Use vk_image_buffer_copy_layout 2022-06-07 17:57:42 +00:00
radv_meta_copy_vrs_htile.c radv: Use vk_buffer 2022-05-30 17:43:58 +00:00
radv_meta_dcc_retile.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_decompress.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_etc_decode.c radv: Use nir_test_mask instead of i2b(iand) 2022-06-30 18:00:32 +00:00
radv_meta_fast_clear.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_fmask_copy.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_fmask_expand.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_meta_resolve.c radv: Use the common image offset/extent sanitize helpers 2022-06-07 17:57:41 +00:00
radv_meta_resolve_cs.c radv: Use the common image offset/extent sanitize helpers 2022-06-07 17:57:41 +00:00
radv_meta_resolve_fs.c radv: Use the common image offset/extent sanitize helpers 2022-06-07 17:57:41 +00:00
radv_nir_apply_pipeline_layout.c radv: update buffer descriptor registers on GFX11 2022-05-17 10:08:17 +00:00
radv_nir_lower_abi.c radv: Use nir_test_mask instead of i2b(iand) 2022-06-30 18:00:32 +00:00
radv_nir_lower_ray_queries.c radv: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
radv_nir_lower_ycbcr_textures.c radv: Don't hash ycbcr sampler base object. 2022-03-18 17:56:15 +00:00
radv_nir_to_llvm.c radv: no need to do gs_alloc_req for newer chips in ngg vs/tes 2022-06-27 02:12:13 +00:00
radv_pass.c radv: Synchronization for task shaders. 2022-07-20 19:00:30 +00:00
radv_perfcounter.c radv: Implement listing performance counters. 2022-07-09 12:29:06 +00:00
radv_pipeline.c nir: Rewrite and merge 16bit tex folding pass with 16bit image folding pass. 2022-07-21 19:15:03 +00:00
radv_pipeline_cache.c radv: Implement VK_EXT_shader_module_identifier. 2022-07-06 16:27:21 +00:00
radv_pipeline_rt.c radv: use updated tokens from vk.xml 2022-07-12 15:53:11 +00:00
radv_private.h radv: only force 1x sample for Bresenham lines when pipeline draws lines 2022-07-21 08:05:35 +02:00
radv_query.c radv: Implement support for querying performance counters. 2022-07-09 12:29:06 +00:00
radv_radeon_winsys.h radv: Copy BO list to ACE internal CS. 2022-07-20 19:00:30 +00:00
radv_rt_common.c radv: Use nir_test_mask instead of i2b(iand) 2022-06-30 18:00:32 +00:00
radv_rt_common.h radv: Replace magic constants with enum values 2022-04-03 12:43:00 +00:00
radv_sdma_copy_image.c radv: Use vk_image as the base for radv_image 2022-05-17 18:14:55 +00:00
radv_shader.c radv: implement PS epilogs 2022-07-18 18:40:02 +00:00
radv_shader.h radv: don't update misaligned_mask in CmdBindVertexBuffers2 2022-07-19 20:40:20 +00:00
radv_shader_args.c radv: implement PS epilogs 2022-07-18 18:40:02 +00:00
radv_shader_args.h radv: add a function that declares PS epilog shader arguments 2022-07-18 18:40:02 +00:00
radv_shader_info.c radv,aco: track if a fragment shader needs an epilog 2022-07-18 18:40:02 +00:00
radv_spm.c radv: move ac_perfcounters to physical_device. 2022-07-09 12:29:05 +00:00
radv_sqtt.c radv: Implement support for querying performance counters. 2022-07-09 12:29:06 +00:00
radv_wsi.c radv: Drop create_sync_for_memory 2022-06-10 01:33:12 +00:00
si_cmd_buffer.c radv: Refactor some CP DMA functions to work with radeon_cmdbuf. 2022-07-20 19:00:30 +00:00
vk_format.h vulkan: Common vk_format_get_component_bits 2022-07-18 22:14:06 +00:00
vulkan.sym