Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:17
· 57 commits to main since this release

v1.5.0 — 2026-08-21

  • New: DS5 Bridge PS Button fix — patched hid-playstation.ko
    that exposes BTN_MODE for the DS5-Linux-Bridge, enabling Steam/Gamescope
    chord combos (PS+Cross=QAM, PS+Triangle=Steam overlay) with a custom
    Steam chord VDF config.
  • New: Mesa/RADV patches updated from MastaG's latest (Aug 2026) —
    compute queue fix, mesh/task shaders, taskmesh queries, and opt-in
    RADV_GFX103=1 GFX10.3 promotion all refreshed.
  • New: FSR4 V3 deferred SDot hybrid (from dmorazasanchez/bc250-fsr4)
    replaces the old V2 selective sdot — adds iadd(0,SDot) fusion, MAD24
    chains, and a dense SDot pre-pass for better INT8 throughput.
  • New: Native mesh shader option (from lonewolf0622) — MESH-only
    shaders on GFX10 without GFX10.3 spoofing. Selectable at install time
    alongside the existing MastaG mesh/task approach.
  • New: VRR EDID patch for FreeSync over DP→HDMI PCON — zeros HDMI
    VTEM to prevent flickering, adds AMD VSDB v1 for FreeSync SPD.
  • Fixed: EDID detection on sysfs — [[ -s ]] reports size 0 for
    sysfs files; switched to wc -c so the VRR EDID patch works.