Skip to content

Mesa Turnip driver v24.1.0 - Revision 18

Compare
Choose a tag to compare
@K11MCH1 K11MCH1 released this 19 Mar 10:43
c6a5704

UPDATE 2

Re-added the initial driver as turns out it fix some rendering on some games for a750 with the 8bit storage support.
If you get rendering issues on a a6xx device with this one, use the one with the a6xx tag. (Turnip-24.1.0.adpkg_R18.a6xx.zip)

UPDATE

Removed KHR_8bit_storage support patch which breaks rendering in some games. - Thx Weab-chan.
(Turnip-24.1.0.adpkg_R18.a6xx.zip)

CHANGELOG

  • Bumped up Vulkan to version 1.3.280.
  • Upstreamed Add PC_TESS_PARAM_SIZE and PC_TESS_FACTOR_SIZE : Fixes GPU faults in some games.
  • Upstreamed Don't fast-clear z != s : For a6xx, Enables more accurate rendering.
  • Upstreamed KHR_8bit_storage support : Emulators supporting this may benefit from reduced memory overhead.
  • Upstreamed Do not write to 8E79 on a750, KGSL has it protected : Fixes a750 support.
  • Upstreamed fix memory leaks in tu_shader : Fixes memory leaks in some games.
  • Upstreamed Do not set clip/cull mask if no one writes clip/cull : More accurate rendering in games.
  • Upstreamed fix two issues with reloading in predicates RA : More stable shader compilation.