Skip to content

Commit

Permalink
wip always enable tiler mode
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Feb 7, 2025
1 parent a1b6de5 commit 3777306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxvk/dxvk_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ namespace dxvk {
hints.renderPassClearFormatBug = m_adapter->matchesDriver(
VK_DRIVER_ID_NVIDIA_PROPRIETARY, Version(), Version(560, 28, 3));
// On tilers we need to respect render passes some more
hints.preferRenderPassOps = m_adapter->matchesDriver(VK_DRIVER_ID_MESA_TURNIP);
hints.preferRenderPassOps = m_adapter->matchesDriver(VK_DRIVER_ID_MESA_TURNIP) || true;
return hints;
}

Expand Down

0 comments on commit 3777306

Please sign in to comment.