Commit Graph

6 Commits

Author SHA1 Message Date
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00: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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01: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