radv: Add forcecompress debug flag.
Enables DCC/HTILE/CMASK/FMASK when supported, not just when we think it is beneficial. This is helpful to detect compression bugs with CTS. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6252>
This commit is contained in:

committed by
Marge Bot

parent
a777b25350
commit
2fa83dc64d
@@ -56,6 +56,7 @@ enum {
|
||||
RADV_DEBUG_NO_MEMORY_CACHE = 1 << 25,
|
||||
RADV_DEBUG_DISCARD_TO_DEMOTE = 1 << 26,
|
||||
RADV_DEBUG_LLVM = 1 << 27,
|
||||
RADV_DEBUG_FORCE_COMPRESS = 1 << 28,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user