mesa/src/amd/vulkan
Samuel Pitoiset a41bed243e radv/llvm: do not lower nir_op_fsat
To match ACO.

fossilds-db (Navi10):
Totals from 20869 (15.30% of 136420) affected shaders:
SGPRs: 1851128 -> 1851920 (+0.04%); split: -0.41%, +0.46%
VGPRs: 1607360 -> 1608212 (+0.05%); split: -0.20%, +0.25%
SpillSGPRs: 267331 -> 261350 (-2.24%); split: -3.67%, +1.43%
CodeSize: 155460104 -> 155303508 (-0.10%); split: -0.21%, +0.11%
MaxWaves: 179156 -> 178928 (-0.13%); split: +0.48%, -0.60%

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6932>
2020-10-08 12:38:04 +00:00
..
layers radv: Record cache flushes for RGP. 2020-09-28 15:46:08 +00:00
winsys radv/winsys: Fix memory leak. 2020-08-31 17:33:51 -07:00
.editorconfig amd: add .editorconfig 2017-08-29 01:08:58 +03:00
Android.mk radv: Use common gfx10_format_table.h 2020-06-03 00:17:00 +00:00
Makefile.sources radv: Use common gfx10_format_table.h 2020-06-03 00:17:00 +00:00
meson.build radv: restrict exported symbols with static llvm 2020-08-19 11:19:18 +00:00
radv_android.c radv/android: Remove unused variable 2020-08-05 18:08:07 +00:00
radv_cmd_buffer.c radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_constants.h radv: Remove RANGE_SIZE usage 2020-05-05 00:28:00 +00:00
radv_cs.h radv: Fix emitting SQTT userdata. 2020-09-28 15:46:08 +00:00
radv_debug.c amd/registers: switch to new generated register definitions 2020-09-01 08:45:54 -04:00
radv_debug.h radv: use the trap handler to detect faulty shaders/instructions 2020-08-24 11:08:24 +00:00
radv_descriptor_set.c radv: Respect alignment requirements in descriptor set layouts 2020-10-07 19:50:01 +00:00
radv_descriptor_set.h radv: use the base object struct types 2020-05-13 08:23:23 +02:00
radv_device.c radv: Avoid calling memcpy with null pointers 2020-10-07 19:50:01 +00:00
radv_entrypoints_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
radv_extensions.py radv: use syncobj for wsi fence 2020-09-24 14:58:48 -04:00
radv_formats.c gallium/util: remove empty file u_half.h 2020-10-06 21:07:11 -04:00
radv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
radv_image.c radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_llvm_helper.cpp radv/gfx10: use the correct target machine for Wave32 2019-08-02 09:37:38 +02:00
radv_meta.c radv: Use nir control flow insertion helpers 2020-09-30 15:47:51 +00:00
radv_meta.h radv: Simplify radv_is_hw_resolve_pipeline. 2020-09-23 09:22:03 +00:00
radv_meta_blit.c radv: add support for CmdBlitImage2KHR() 2020-09-23 07:14:15 +00:00
radv_meta_blit2d.c radv: don't set num_components for non-vectorized intrinsics 2020-06-16 02:48:18 +00:00
radv_meta_buffer.c radv: add support for CmdCopyBuffer2KHR() 2020-09-23 07:14:15 +00:00
radv_meta_bufimage.c nir: Add new system values and intrinsics for dealing with CL work offsets 2020-08-21 22:07:05 +00:00
radv_meta_clear.c radv: add a helper for loading meta descriptors 2020-09-21 15:37:11 +00:00
radv_meta_copy.c radv: add support for CmdCopyImageToBuffer2KHR() 2020-09-23 07:14:15 +00:00
radv_meta_decompress.c radv: cleanup creating the decompress/resummarize pipelines 2020-04-08 07:55:14 +02:00
radv_meta_fast_clear.c radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_meta_fmask_expand.c nir: Add new system values and intrinsics for dealing with CL work offsets 2020-08-21 22:07:05 +00:00
radv_meta_resolve.c radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_meta_resolve_cs.c radv: add support for CmdResolveImage2KHR() 2020-09-23 07:14:15 +00:00
radv_meta_resolve_fs.c radv: add support for CmdResolveImage2KHR() 2020-09-23 07:14:15 +00:00
radv_nir_lower_ycbcr_textures.c radv: use common nir_convert_ycbcr 2020-04-20 22:01:43 +00:00
radv_nir_to_llvm.c radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_pass.c radv: destroy the base object if VkCreateRenderPass*() failed 2020-07-15 13:53:21 +02:00
radv_pipeline.c radv/llvm: assign driver locations for VS, TCS, TES and GS correctly 2020-10-05 08:06:12 +00:00
radv_pipeline_cache.c radv: remove VkPipelineCacheCreateInfo::flags assert 2020-10-06 15:12:35 +00:00
radv_private.h radv: Record cache flushes for RGP. 2020-09-28 15:46:08 +00:00
radv_query.c radv: Use atomics to read query results. 2020-10-02 16:16:27 +00:00
radv_radeon_winsys.h radv: Add winsys functions for timeline syncobj. 2020-07-23 17:36:46 +00:00
radv_rgp.c radv: Fix RGP Asic CU info for GFX10+. 2020-09-28 15:46:08 +00:00
radv_shader.c radv/llvm: do not lower nir_op_fsat 2020-10-08 12:38:04 +00:00
radv_shader.h radv: remove trailing whitespace 2020-10-07 11:53:23 +00:00
radv_shader_args.c radv: Fix various non-critical integer overflows 2020-09-03 20:20:24 +00:00
radv_shader_args.h radv: add a small interface for creating the trap handler shader 2020-08-24 11:08:24 +00:00
radv_shader_helper.h radv/gfx10: use the correct target machine for Wave32 2019-08-02 09:37:38 +02:00
radv_shader_info.c radv: remove dead deref code in the shader info pass 2020-10-05 13:14:37 +02:00
radv_sqtt.c radv: Record cache flushes for RGP. 2020-09-28 15:46:08 +00:00
radv_util.c radv: report errors back to the application via VK_EXT_debug_report 2020-08-10 14:09:21 +02:00
radv_util.h
radv_wsi.c vulkan/wsi: add sw support. (v2) 2020-08-17 14:30:50 +10:00
radv_wsi_display.c radv: Fix asserts using assign instead of compare. 2020-10-03 01:04:28 +00:00
radv_wsi_wayland.c radv/wsi: Don't include wayland headers 2017-03-13 11:16:30 +00:00
radv_wsi_x11.c vulkan: drop always-true param 2018-10-26 18:33:11 +01:00
si_cmd_buffer.c radv: Record cache flushes for RGP. 2020-09-28 15:46:08 +00:00
vk_format.h radv: fix invalid conversion warnings in vk_format.h 2020-07-21 19:38:43 +00:00
vk_format_layout.csv radv: Implement VK_EXT_4444_formats 2020-08-03 19:27:37 +01:00
vk_format_parse.py radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_table.py util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN 2019-11-05 16:39:55 +00:00
vulkan.sym radv: restrict exported symbols with static llvm 2020-08-19 11:19:18 +00:00