mesa/src/amd/vulkan
Samuel Pitoiset 4e0dcbb880 radv: use SPI_SHADER_ZERO for non-written color attachments
When colorWriteMask is 0 we can assume that this color attachment
is unused.

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/5434>
2020-06-29 08:43:14 +00:00
..
layers radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR() 2020-03-16 15:42:04 +00:00
winsys amd: add proper definitions for NOP packets 2020-06-26 07:02:57 +00: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: Use common gfx10_format_table.h 2020-06-03 00:17:00 +00:00
radv_android.c radv: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
radv_cmd_buffer.c radv: change use_aco -> use_llvm 2020-06-25 15:16:28 +02:00
radv_constants.h radv: Remove RANGE_SIZE usage 2020-05-05 00:28:00 +00:00
radv_cs.h radv: add radeon_set_context_reg_rmw() helper 2020-04-14 11:31:33 +02:00
radv_debug.c radv: change use_aco -> use_llvm 2020-06-25 15:16:28 +02:00
radv_debug.h radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends 2020-06-29 07:40:05 +00:00
radv_descriptor_set.c radv: Handle mmap failures. 2020-06-24 13:00:02 +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: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends 2020-06-29 07:40:05 +00:00
radv_entrypoints_gen.py Switch from cElementTree to ElementTree. 2020-06-05 23:42:54 -07:00
radv_extensions.py radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends 2020-06-29 07:40:05 +00:00
radv_formats.c radv: add support for querying which formats support texture gather LOD 2020-05-25 08:51:10 +02:00
radv_icd.py python: Specify the JSON separators 2018-07-05 12:52:38 +01:00
radv_image.c radv: add support for Sienna Cichlid 2020-06-19 08:18:41 +02: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: fix regression with builtin cache 2020-05-30 04:01:28 +00:00
radv_meta.h radv: rename decompress/resummarize depth/stencil functions 2020-04-08 07:55:10 +02:00
radv_meta_blit.c radv: Don't take absolute value of unsigned type. 2020-06-02 21:31:17 +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: set alignment for load_ssbo/store_ssbo in meta shaders 2019-11-25 13:59:11 +00:00
radv_meta_bufimage.c radv: fix image variable types in meta shaders 2020-06-24 10:52:27 +00:00
radv_meta_clear.c radv: Use offsets in surface struct. 2020-06-05 13:27:55 +00:00
radv_meta_copy.c radv: Add device argument for dcc compression check. 2019-08-07 02:13:07 +02: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: fix image variable types in meta shaders 2020-06-24 10:52:27 +00:00
radv_meta_fmask_expand.c radv: fix image variable types in meta shaders 2020-06-24 10:52:27 +00:00
radv_meta_resolve.c radv: do not recursively begin/end render pass for meta operations 2020-03-11 07:54:43 +00:00
radv_meta_resolve_cs.c radv: fix image variable types in meta shaders 2020-06-24 10:52:27 +00:00
radv_meta_resolve_fs.c radv: do not recursively begin/end render pass for meta operations 2020-03-11 07:54:43 +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 the load/store workaround for Monster Hunter World with LLVM 2020-06-26 14:42:44 +02:00
radv_pass.c radv: use the base object struct types 2020-05-13 08:23:23 +02:00
radv_pipeline.c radv: use SPI_SHADER_ZERO for non-written color attachments 2020-06-29 08:43:14 +00:00
radv_pipeline_cache.c radv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT. 2020-05-19 18:40:04 +00:00
radv_private.h radv: adjust CB_SHADER_MASK for dual-source blending in the shader info pass 2020-06-29 08:43:14 +00:00
radv_query.c radv: Explicitly cast TIMESTAMP_NOT_READY value to uin32_t where needed. 2020-06-02 21:31:17 +00:00
radv_radeon_winsys.h radv/winsys: Distinguish device/host memory errors. 2020-06-24 13:00:02 +00:00
radv_rgp.c ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa 2020-05-26 06:00:54 -04:00
radv_shader.c radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends 2020-06-29 07:40:05 +00:00
radv_shader.h radv: adjust CB_SHADER_MASK for dual-source blending in the shader info pass 2020-06-29 08:43:14 +00:00
radv_shader_args.c radv/gfx10: implement NGG GS queries 2020-01-29 17:40:48 +01:00
radv_shader_args.h radv/gfx10: implement NGG GS queries 2020-01-29 17:40:48 +01: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: adjust CB_SHADER_MASK for dual-source blending in the shader info pass 2020-06-29 08:43:14 +00:00
radv_sqtt.c ac: update register and packet definitions for preemption 2020-05-23 03:45:07 -04:00
radv_util.c radv: Add startup debug option. 2018-05-31 11:51:23 +02:00
radv_util.h
radv_wsi.c radv: use the common base object type for VkDevice 2020-05-13 08:23:23 +02:00
radv_wsi_display.c drm-uapi,radv,radeonsi: Add amdgpu_drm.h header. 2020-04-27 12:27:02 +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 amd: add proper definitions for NOP packets 2020-06-26 07:02:57 +00:00
vk_format.h radv: Add logic for multisample format descriptions. 2019-04-25 19:56:20 +00:00
vk_format_layout.csv radv: Add ycbcr subsampled & multiplane formats to csv. 2019-04-25 19:56:20 +00: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