mesa/src/amd
Samuel Pitoiset f11a4a09b0 radv: try to keep HTILE compressed for READ_ONLY_OPTIMAL layout
It should be handled like DEPTH_STENCIL_READ_ONLY_OPTIMAL.

This fixes an issue with VRS attachment because HTILE was considered
disabled for READ_ONLY_OPTIMAL but there is no reasons to disable it
as long as the image is only used as a depth/stencil attachment.

Otherwise, when HTILE is disabled, VRS rates are ignored.

Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8675
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22468>
2023-04-14 13:48:04 +00:00
..
addrlib amd: update addrlib 2023-03-29 20:36:09 +00:00
ci radv: fix detecting FMASK_DECOMPRESS/DCC_DECOMPRESS meta pipelines 2023-04-13 09:00:38 +00:00
common amd: Rename INDIRECT_BUFFER_CIK to just INDIRECT_BUFFER. 2023-04-13 23:58:48 +00:00
compiler amd: fix typos in code 2023-04-13 23:08:22 +00:00
drm-shim amd: fix typos 2023-04-13 23:08:22 +00:00
llvm amd: fix typos in code 2023-04-13 23:08:22 +00:00
registers amd/registers: use gfx9 packet definitions for gfx940 2023-04-06 15:00:54 +00:00
vulkan radv: try to keep HTILE compressed for READ_ONLY_OPTIMAL layout 2023-04-14 13:48:04 +00:00
.clang-format amd: Add radv_foreach_stage to ForEachMacros. 2023-03-27 08:29:35 +00:00
meson.build