Skip to content

Turnip A8XX v11

Choose a tag to compare

@github-actions github-actions released this 12 Jan 17:33
· 48 commits to main since this release
5a0f5e5

Turnip Vulkan driver library Release V11

Files:

  • gen8-hacks - main branch (upstream MR + hacks applied)
  • gen8-yuck - branch with some commits reverted to gain back perf in RDR2. Probably useless at this point

Settings:

  • Disable DXVK_HUD
  • Enable swapchain blit path to workaround corrupted image on Android: WRAPPER_BLIT=1
  • Activate sysmem on A830 - everything will hang/crash/etc without: TU_DEBUG=sysmem. Not required on A840/A825
  • If too unstable - activate nolrz: TU_DEBUG=nolrz or TU_DEBUG=sysmem,nolrz if A830.

What's new in V11:

  • Reverted the tessellation draw skip hack (TS fixed in upstream)
  • Switched to GH CI (won't affect builds, simply a convenience change)