mesa/src/amd
Samuel Pitoiset 1cf39001cd radv: allow concurrent MSAA images to be FMASK compressed
DCC decompress/FMASK expand are supported on compute queues. Since
the driver doesn't perform fast clears with concurrent images, we
don't need to perform a FCE on compute (we can't anyways).

This fixes a performance regression with Control and
VKD3D_CONFIG=multi_queue.

One more optimization (as discussed with Bas) is to implement FCE
on compute to allow fast clears.

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/10323>
2021-04-21 08:19:14 +00:00
..
addrlib amd/addrlib: expose HTILE address equations to drivers on GFX10+ 2021-04-14 09:31:13 +00:00
ci radv: advertise attachmentFragmentShadingRate on GFX10.3 2021-04-14 09:31:13 +00:00
common amd/common: Use cap to test kernel modifier support. 2021-04-20 11:59:43 +00:00
compiler aco: remove image parameter from get_sampler_desc() 2021-04-20 17:42:21 +00:00
llvm ac/nir: set TRUNC_COORD=0 for nir_texop_tg4 2021-04-20 17:42:21 +00:00
registers amd/registers: rename IMG_FORMAT to GFX10_FORMAT to disambiguate the meaning 2021-04-17 02:37:49 +00:00
vulkan radv: allow concurrent MSAA images to be FMASK compressed 2021-04-21 08:19:14 +00:00
.clang-format radv: Add clang-format for AMD code. 2021-04-10 03:31:32 +02:00
Android.addrlib.mk android: amd/addrlib: define endianess to build 2021-03-27 01:54:49 +01:00
Android.common.mk android: amd/registers: switch to new generated register definitions 2020-09-06 20:20:34 +02:00
Android.compiler.mk android: aco/isel: Move context initialization code to a dedicated file 2020-09-14 21:26:53 +02:00
Android.mk android: aco: add support for libmesa_aco 2019-09-28 15:56:34 +02:00
Makefile.sources aco: add new reindex_ssa() pass 2021-04-13 18:40:57 +00:00
meson.build aco: add framework for unit testing 2020-07-30 16:13:08 +00:00