Rémi Bernon
|
99bdd62d6c
|
lsteamclient: Get rid of unused functions declarations.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
60d50a11e6
|
lsteamclient: Get rid of DECLSPEC_HIDDEN.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
1e55f9de08
|
vrclient: Get rid of DECLSPEC_HIDDEN.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
859e51c65a
|
wineopenxr: Get rid of DECLSPEC_HIDDEN.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
726879ea78
|
lsteamclient: Add missing break in ISteamNetworkingUtils_SetConfigValue switch.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Gabriel Ivăncescu
|
40ff3aa623
|
gecko: Update version to 2.47.4.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
5e70a92e17
|
lsteamclient: Default calling convention is cdecl.
CW-Bug-Id: #22729
CW-Bug-Id: #23085
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
dcc841cab0
|
vrclient: Default calling convention is cdecl.
CW-Bug-Id: #22729
CW-Bug-Id: #23085
|
2024-02-15 15:53:28 +02:00 |
|
Tyson Whitehead
|
ae89737911
|
vrclient: Ignore Submit_TextureWithDepth for TextureType_DirectX
Don't bother passing as SteamVR compositor ignores depth textures.
Link: https://github.com/ValveSoftware/Proton/pull/7286
|
2024-02-15 15:53:28 +02:00 |
|
Tyson Whitehead
|
8c44c9e9ee
|
vrclient: Handle Submit_TextureWithPose for TextureType_DirectX
This resolves a black HMD with the log message
"fixme:vrclient:ivrcompositor_submit_dxvk Unhandled flags 0x8".
Link: https://github.com/ValveSoftware/Proton/pull/7286
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
3813708ca9
|
build: Also set makedep C++ compiler for cross-compilation.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
8de58db409
|
vrclient: Trace IVRCompositor_Submit parameters.
CW-Bug-Id: #22729
CW-Bug-Id: #23000
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
8ff2cf5e8e
|
vrclient: Make sure the param structs are consistently aligned.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
1bf0e86507
|
lsteamclient: Make sure the param structs are consistently aligned.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
fd574a64ca
|
vrclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
cd4a31f4e0
|
lsteamclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
5190d26e7e
|
vrclient: Remove unnecessary return value cast.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
f5ef49cf29
|
vrclient: Use manual method for IVRTrackedCamera_GetVideoStreamFrame.
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
e9aeba85f2
|
vrclient: Move sources out of vrclient_x64 subfolder.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
98a90a1458
|
lsteamclient: Queue callback for input EnableActionEventCallbacks functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
6a7dbe6160
|
lsteamclient: Queue callback for networking SetConfigValue functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
5a552fbe77
|
lsteamclient: Use unix callbacks for custom client classes.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
bc000612cd
|
lsteamclient: Move callback function handling to unixlib.cpp.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
d8574d35a5
|
vrclient: Add traces to path conversion helpers.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
38573d2875
|
lsteamclient: Add traces to path conversion helpers.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
1e8d243065
|
vrclient: Move unix to dos path conversions to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
c95536019c
|
lsteamclient: Move unix to dos path conversions to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
43481a24ff
|
vrclient: Move dos to unix path conversion to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
049342a555
|
lsteamclient: Move dos to unix path conversion to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
fd5711e93b
|
vrclient: Use unixlib interface for C API functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
cf89fdf018
|
lsteamclient: Use unixlib interface for C API functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
4e8556ae62
|
vrclient: Move json conversion to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
13fa4c9b13
|
vrclient: Remove now unused PE-side unwrappers.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
9219ad9490
|
vrclient: Unwrap Submit vulkan objects on the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
59205c21ee
|
vrclient: Unwrap SetSkyboxOverride vulkan objects on the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
0e092b3940
|
vrclient: Unwrap IVROverlay_SetOverlayTexture vulkan objects on the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
5ef99b39a3
|
vrclient: Unwrap vulkan objects outside of vrclient_translate_texture_dxvk.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
ec9b2692c7
|
vrclient: Move physical device wrapping to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
a185561e88
|
vrclient: Generate unixlib interface in unixlib_generated.h.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
b22627053d
|
lsteamclient: Generate unixlib interface in unixlib_generated.h.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
7449bca90b
|
vrclient: Generate C++ interfaces in unix_private_generated.h.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
bd51335a8c
|
lsteamclient: Generate C++ interfaces in unix_private_generated.h.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
1071c99388
|
lsteamclient: Move manual_convert_nNativeKeyCode to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
53e65e1ffd
|
vrclient: Update cxx.h to latest msvcp90 version.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
6741a504f0
|
lsteamclient: Update cxx.h to latest msvcp90 version.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
03366c4d33
|
vrclient: Move vulkan wrapper / unwrapper loading to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
c6a9e4ce99
|
vrclient: Move initialization to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
e0b2b50fb1
|
lsteamclient: Move unix library loading to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
4823be943d
|
vrclient: Generate iface constructor lookup function.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
3e2dde20de
|
lsteamclient: Generate iface constructor lookup function.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|