radv: Add noatocdithering option to RADV_DEBUG
Was useful in testing a difference between D3D and VK ATOC rendering earlier today, would be nice to check this more easily in future. Signed-off-by: Joshua Ashton <joshua@froggi.es> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13069>
This commit is contained in:
@@ -62,6 +62,7 @@ enum {
|
||||
RADV_DEBUG_NO_DISPLAY_DCC = 1ull << 31,
|
||||
RADV_DEBUG_NO_TC_COMPAT_CMASK = 1ull << 32,
|
||||
RADV_DEBUG_NO_VRS_FLAT_SHADING = 1ull << 33,
|
||||
RADV_DEBUG_NO_ATOC_DITHERING = 1ull << 34,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user