Joshua Ashton
c50718c777
proton: Enable dxvknvapi for Resident Evil Village (1196590)
...
Needed for HDR support.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
8473c3c7fa
proton: Enable amdags for Resident Evil Village (1196590)
...
Needed for HDR support.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
640d0b3e1b
proton: Enable dxvknvapi for Resident Evil 3 (952060)
...
Needed for HDR support.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
bd4d03123a
proton: Enable amdags for Resident Evil 3 (952060)
...
Needed for HDR support.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
cedc2aefff
proton: Enable dxvknvapi for Resident Evil 2 (883710)
...
Needed for HDR functionality.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Joshua Ashton
bfbc9b358d
proton: Enable amdags for Resident Evil 2 (883710)
...
Needed for HDR functionality.
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2023-12-12 17:37:45 +02:00
Paul Gofman
c6d562b388
proton: Fix noforcelgadd option.
...
Code in Wine still enables the hack when WINE_LARGE_ADDRESS_AWARE is
missing, need to set it to non-'1' to really disable.
CW-Bug-Id: #22930
2023-12-07 13:43:40 +02:00
Paul Gofman
52667847c4
proton: Enable WINE_HEAP_DELAY_FREE for Trivia Tricks.
...
CW-Bug-Id: #22774
2023-12-07 13:43:40 +02:00
Paul Gofman
d229821fdf
vrclient: Support v1.26.7.
...
CW-Bug-Id: #22757
2023-12-07 13:43:40 +02:00
Paul Gofman
db0991c4ae
steam_helper: Fix a typo in log error message.
2023-12-07 13:43:40 +02:00
Rémi Bernon
435b67aaf7
lsteamclient: Add some missing exports for SDK 1.58.
2023-10-19 13:42:29 +03:00
Arkadiusz Hiler
19c0eec97d
update wine
2023-10-06 12:25:58 +03:00
Arkadiusz Hiler
01c366c0f8
update wine
2023-09-27 20:15:23 +03:00
Arkadiusz Hiler
cd727e9c05
update dxvk-nvapi to v0.6.4
2023-09-27 20:15:18 +03:00
Arkadiusz Hiler
2e1a64b18c
update vkd3d-proton to v2.10
2023-09-27 20:15:18 +03:00
Arkadiusz Hiler
f50e0b6be5
update dxvk to v2.3-5-g83dc4678
2023-09-27 20:15:14 +03:00
Arkadiusz Hiler
acc247acda
Update vkd3d to experimental-vkd3d-20230830
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
ca8e8f7678
Update gst-plugins-rs to support dav1d 1.2.1
...
CW-Bug-Id: #19516
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
fc5c40db76
Update gst-orc to 0.4.34
...
CW-Bug-Id: #19516
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
dd087f3c03
Update gstreamer to 1.22.5.
...
CW-Bug-Id: #19516
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
c0d0b2f295
lsteamclient: Generate SteamWorks SDK 1.58 support.
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
45dff33596
lsteamclient: Import SteamWorks SDK 1.58.
2023-09-27 20:14:12 +03:00
Nozomi Miyamori
681524010d
README.md: fix typo
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
87a75415e7
Makefile.in: Order building of projects that generate DLLs with same names.
...
To avoid timestamp conflicts.
CW-Bug-Id: #22341
2023-09-27 20:14:12 +03:00
Eric Pouech
21efd44cf2
Creation of symbol store generation.
...
CW-Bug-Id: #22341
2023-09-27 20:14:12 +03:00
Arkadiusz Hiler
818cdb7e79
media-converter: Avoid holding state lock.
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
64465e595f
media-converter: Don't hold state lock during pull_range
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
eda653f413
Makefile.in: Enable vkd3d-proton traces for unstripped builds.
2023-09-12 14:55:34 +03:00
Sergev ₱
a76c324c30
media-converter: Update bumpalo to avoid use-after-free.
...
In affected project of this crate, the lifetime of the iterator produced
by Vec::into_iter() is not constrained to the lifetime of the Bump that
allocated the vector's memory. Using the iterator after the Bump is
dropped causes use-after-free accesses.
Link: https://github.com/ValveSoftware/Proton/pull/6792
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
46304cde3d
make: Use GNU Make's job server when building via ninja.
...
`+` is necessary to mark it as recurisve[0] so that fds are passed as
expected.
Passing explicit `-j` is dropped because it takes precedence over
MAKEFLAGS and disables the job server integration.
[0]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
45039fc24e
Makefile.in: Bump container image used for the build.
...
-2 has ninja that supports GNU Make's job server.
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
354a061c16
docker: Build patched ninja that supports jobserver.
...
https://github.com/ninja-build/ninja/pull/1140
So that -jN actually uses N job slots even when using ninja.
Sadly this does not cover cargo, which is less of an issue.
2023-09-12 14:55:34 +03:00
Arkadiusz Hiler
cdce0cd31a
docker/Makefile: Update base Sniper SDK to 0.20230509.49493
2023-09-12 14:55:34 +03:00
Eric Pouech
64bf702365
docker/Makefile: Bump binutils to 2.40.
...
Fix incorrect timestamp generation in PE modules.
CW-Bug-Id: #22341
2023-09-12 14:55:31 +03:00
Eric Pouech
d0d4e32727
docker/Makefile: Recompile docker images when Makefile changes.
2023-09-12 14:55:31 +03:00
Adam Moss
d0423e5d84
Enable DXVK-NVAPI by default on another batch of titles where it's stable+beneficial
2023-09-12 14:55:31 +03:00
Arkadiusz Hiler
37b88eb035
steam_helper: Stop waiting on the debugger when ptraced.
2023-09-12 14:55:31 +03:00
Adam Moss
48670ca952
Enable DXVK-NVAPI by default on more titles where it's stable+beneficial
2023-09-12 14:55:31 +03:00
Eric Pouech
81a4743db0
Makefile.in: Bump STEAMRT_IMAGE to get tools built with binutils 2.40.
...
Note: as described in bug report, this change is necessary to avoid
potential duplicate when searching inside several Proton tree for
an image used in a minidump.
CW-Bug-Id: #22341
2023-09-12 14:55:27 +03:00
Arkadiusz Hiler
7c21be5c27
Makefile.in: Introduce SUPPRESS_WARNINGS for quieter CI build.
...
Due to how we handle building and compilation flags we end up with a lot
of warnings that are normally hidden. Let's introudce an option to
suppress them for CI builds to generate smaller, more searchable logs.
2023-09-12 14:44:08 +03:00
Esme Povirk
37cf4d2086
Update Wine Mono to 8.0.1.
2023-09-12 14:44:08 +03:00
Paul Gofman
4f252eaf21
proton: Enable gamedrive compat option for Sword Art Online: Integral Factor.
...
CW-Bug-Id: #22667
2023-09-12 14:44:08 +03:00
Paul Gofman
231e7f24d8
proton: Enable gamedrive compat option for Empyrion - Galactic Survival.
...
CW-Bug-Id: #22667
2023-09-12 14:44:08 +03:00
Paul Gofman
7da8928dd9
proton: Add enableamdags compat config option.
...
And enable it for a few games instead of registry overrides.
CW-Bug-Id: #22677
2023-09-12 14:44:08 +03:00
Paul Gofman
eaae654042
Enable DXVK-NVAPI for Rainbow Six Extraction.
2023-09-12 14:44:08 +03:00
Paul Gofman
516f76e446
lsteamclient: Terminate callback thread on Steam interface shutdown.
...
CW-Bug-Id: #22649
2023-09-12 14:44:08 +03:00
Paul Gofman
e8df09e258
lsteamclient: Also overload lin SteamNetworkingMessage_t.m_pfnRelease.
...
CW-Bug-Id: #22649
So msg wrapper is freed when the message is released from steamclient
side.
2023-09-12 14:44:08 +03:00
Paul Gofman
8a109013b4
lsteamclient: Handle calls to SteamNetworkingMessage_t.m_pfnFreeData from native threads.
...
CW-Bug-Id: #22649
2023-09-12 14:44:08 +03:00
Paul Gofman
a798b8308f
lsteamclient: Use a list to map lin SteamNetworkingMessage_t to wrapper.
...
CW-Bug-Id: #22649
2023-09-12 14:44:08 +03:00
Paul Gofman
a7bdd61d20
lsteamclient: Use plain memory allocation / free for SteamNetworkingMessage_t wrapper.
...
CW-Bug-Id: #22649
2023-09-12 14:44:08 +03:00