Commit Graph

8 Commits

Author SHA1 Message Date
Randy Eckenrode
9cfd9e4830
dxvk_2: 2.5 -> 2.5.1
https://github.com/doitsujin/dxvk/releases/tag/v2.5.1
2024-11-19 09:48:56 -05:00
Randy Eckenrode
e0d0c3932b
dxvk_2: 2.4 -> 2.5
https://github.com/doitsujin/dxvk/releases/tag/v2.5
2024-11-11 15:59:51 -05:00
Randy Eckenrode
bdb085d868
dxvk_2: 2.3.1 -> 2.4
https://github.com/doitsujin/dxvk/releases/tag/v2.4
2024-07-13 20:35:28 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Randy Eckenrode
59d5307cae
dxvk: switch to Win32 thread model and cleanups
- Reformat per RFC-166;
- Update setup script to report on and offer to clean up obsolete mcfgthread DLL;
- Switch DXVK to thread model to Win32 from MCF; and
- Clean up Meson build configuration.
2024-04-25 01:36:01 -04:00
R. Ryantm
e2a78e866f
dxvk_2: 2.3 -> 2.3.1 2024-04-25 01:36:01 -04:00
Randy Eckenrode
413cd10b6a
dxvk: rely on the cross support in nixpkgs
The `isCross` check is broken. When cross-compiling, it incorrectly
evaluates to false. DXVK has been building using the Meson
cross-compilation support in nixpkgs instead of with upstream’s cross
file. Instead of fixing `isCross`, just drop it as unnecessary.
2023-11-13 17:53:09 -05:00
Randy Eckenrode
26f624d940
dxvk: migrate to by-name 2023-10-08 16:10:33 -04:00