Skip to content

Commit

Permalink
Merge pull request dolphin-emu#8259 from stenzek/macos-disable-revers…
Browse files Browse the repository at this point in the history
…ed-depth

Vulkan: Disable reversed viewport depth on macOS/MoltenVK
  • Loading branch information
stenzek authored Jul 25, 2019
2 parents a8bbbd0 + 8b44a48 commit d48dabc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoCommon/DriverDetails.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ constexpr BugInfo m_known_bugs[] = {
{API_VULKAN, OS_ALL, VENDOR_MESA, DRIVER_I965, Family::UNKNOWN, BUG_BROKEN_REVERSED_DEPTH_RANGE,
-1.0, -1.0, true},
{API_VULKAN, OS_ALL, VENDOR_QUALCOMM, DRIVER_QUALCOMM, Family::UNKNOWN,
BUG_BROKEN_REVERSED_DEPTH_RANGE, -1.0, -1.0, true},
{API_VULKAN, OS_OSX, VENDOR_ALL, DRIVER_PORTABILITY, Family::UNKNOWN,
BUG_BROKEN_REVERSED_DEPTH_RANGE, -1.0, -1.0, true}};

static std::map<Bug, BugInfo> m_bugs;
Expand Down

0 comments on commit d48dabc

Please sign in to comment.