commit | 3038c88661779364888048c2043645402de809b3 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Wed Dec 09 17:48:56 2020 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Jan 05 12:10:11 2021 +0000 |
tree | 5102af13012b59e8f9f6f7560c3aafb5fc5db960 | |
parent | f7f6e9ad56df4f41a4dd9f4344b298ae17f25ad1 [diff] |
radv: fix potential HTILE issues for TC-compat images on GFX8 We can only use the entire HTILE buffer if TILE_STENCIL_DISABLE is TRUE. On GFX8+, this is only true if the depth image has no stencil and if it's not TC-compatible because of the ZRANGE_PRECISION issue. 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/8039>