From dae161e1385f6f8904bbcc0803d7ae01fdf4bd8d Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 17 Jul 2018 13:26:37 +1000 Subject: FramebufferManager: Use D24S8 on Adreno when using Vulkan D32F clears are broken on Adreno, which resulted in smeared geometry across the screen. --- Source/Core/VideoCommon/DriverDetails.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/DriverDetails.cpp') diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 1626e24d18..301c73d89f 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -108,7 +108,8 @@ static BugInfo m_known_bugs[] = { -1.0, true}, {API_VULKAN, OS_ALL, VENDOR_IMGTEC, DRIVER_IMGTEC, Family::UNKNOWN, BUG_BROKEN_CLEAR_LOADOP_RENDERPASS, -1.0, -1.0, true}, -}; + {API_VULKAN, OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN, BUG_BROKEN_D32F_CLEAR, + -1.0, -1.0, true}}; static std::map m_bugs; -- cgit v1.2.3