radv: remove incorrect comment about compressed writes to HTILE on GFX10+
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 18 Aug 2021 14:00:50 +0000 (16:00 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 20 Aug 2021 15:53:32 +0000 (15:53 +0000)
commit067599f8bc74c71446a4a682649825dc7380743c
tree82fc22fe950516532bcfdcf511f7afcbe6bedf12
parent1c2675196906ad6551a5fd1fe4f3aa5b16a21b36
radv: remove incorrect comment about compressed writes to HTILE on GFX10+

This seems to be unsupported.
COMPRESSION_EN=1 and WRITE_COMPRESS_ENABLE=1 don't update HTILE
with image stores.

Note that there is no issue because depth/stencil images will be
decompressed for image stores, and TC-compat HTILE is disabled.

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/12450>
src/amd/vulkan/radv_image.c