Paul Gofman
450f3e8025
vrclient: HACK: Fixup digital action 'bChange' parameter on 32 bit.
...
CW-Bug-Id: 19067
2021-08-12 10:54:19 -05:00
Paul Gofman
d46e6aaada
vrclient: Fixup size for structs with matching field offsets but mismatched size.
...
CW-Bug-Id: 19067
2021-08-12 10:54:19 -05:00
Paul Gofman
7c30c77105
vrclient: Return stored BMD presence from BIsHmdPresent() if client core is not initialized.
...
CW-Bug-Id: 18901
2021-05-13 10:06:49 -05:00
Paul Gofman
5d57ef328f
vrclient: Cleanup vrclient before native library unload if the app failed to do so.
...
Unloading native library without the cleanup hangs. If the native
library is not unloaded explicitly the Linux process then hangs on exit.
Fixes hang on exit from Doom VFR.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
2021-03-31 14:08:11 -05:00
Paul Gofman
52415ddaa4
vrclient: Use Vulkan texture array for d3d11 texture arrays.
...
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
2021-03-31 14:08:10 -05:00
Paul Gofman
e0f82e30cb
vrclient: Support v1.16.8.
...
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
2021-03-31 14:08:10 -05:00
Paul Gofman
92b8b209f2
vrclient_x64: Translate action manifest path in startup info.
2021-03-31 14:08:10 -05:00
Paul Gofman
d2948348b0
vrclient_x64: Use staging texture for the right eye in case of submitted d3d11 texture array.
2021-03-31 14:08:10 -05:00
Paul Gofman
4f51390dde
vrclient_x64: Set explicit timing mode when d3d11 application uses PostPresentHandoff.
2021-03-31 14:08:10 -05:00
Paul Gofman
66ded86b3e
vrclient_x64: Use static internal compositor data.
...
VRCompositor ought to be a singleton. Some applications (Gravity Sketch
VR) access VRCompositor multiple times, so we need to share data between
instances.
2021-03-31 14:08:10 -05:00
Paul Gofman
74313aa478
vrclient_x64: Perform skybox textures conversion for dxvk textures.
2021-03-31 14:08:10 -05:00
Paul Gofman
98f55bfdb1
vrclient_x64: Unload native vrclient shared library on process detach.
2021-03-31 14:08:10 -05:00
Paul Gofman
89c297da9d
vrclient_x64: Resolve absolute path in vrclient_dos_path_to_unix_path().
2021-03-31 14:08:10 -05:00
Andrew Eikum
8398ebded4
update wine to 6.3
2021-03-31 14:08:09 -05:00
Paul Gofman
f5a9a2a302
vrclient_x64: Do not change handle in in ivrcompositor_submit_vulkan().
...
No Man's Sky is giving us vulkan handle in that handle. It looks like
the depth texture is not used by openvr, putting anything to this handle
does not trigger any fault or Vulkan validation error.
2021-02-05 08:18:54 -06:00
Matt Coffin
a2ccc70f7b
vrclient: Add FIXME for wined3d in IVROverlay::SetOverlayTexture
2020-10-14 15:05:38 -05:00
Matt Coffin
1625ed00c7
vrclient: Add support for Vulkan in IVROverlay::SetOverlayTexture
2020-10-14 15:05:34 -05:00
Matt Coffin
74b7f33e98
vrclient: Add support for DXVK in IVROverlay::SetOverlayTexture
2020-10-14 15:05:31 -05:00
Matt Coffin
ed6a644fc3
vrclient: Fix segfault on NULL texture handles
...
This fixes a crash on startup for Assetto Corsa Competizione (805550)
2020-10-14 15:04:09 -05:00
Andrew Eikum
c27354dac6
vrclient: Support v1.14.15
2020-10-13 13:50:05 -05:00
Andrew Eikum
a0925a9e97
vrclient: Support v1.13.10
2020-10-13 13:50:05 -05:00
Andrew Eikum
32ebe94ce3
vrclient: Generate v1.12.5 support
2020-09-29 14:29:06 -05:00
Andrew Eikum
8ae9804ee2
vrclient: Import openvr v1.12.5
2020-09-29 14:29:06 -05:00
Andrew Eikum
f348b4e6ab
vrclient: Generate v1.11.11 support
2020-09-29 14:29:06 -05:00
Andrew Eikum
656181d744
vrclient: Import openvr v1.11.11
2020-09-29 14:29:06 -05:00
Andrew Eikum
7d444028c3
update wine to 5.13
2020-09-29 14:29:05 -05:00
Pierre-Loup A. Griffais
80d7014333
vrclient: Override WaitGetPoses for new IVRCompositor versions
2020-03-22 17:38:50 -05:00
Andrew Eikum
13ccf8a854
vrclient: Convert paths coming in over JSON
2020-03-19 14:48:52 -05:00
Andrew Eikum
0a77ffde26
vrclient: import jsoncpp
2020-03-19 14:48:52 -05:00
Andrew Eikum
bf3ca0fd4a
vrclient: support openvr v1.10.30
2020-03-19 14:48:52 -05:00
Andrew Eikum
c7c3b3c8a7
vrclient: Support openvr v1.9.16
2020-03-18 13:50:17 -05:00
Andrew Eikum
349df9c436
steam_helper: Set up VR paths in steam.exe, not proton
...
This speeds up game launch times.
2020-03-09 10:03:54 -05:00
Andrew Eikum
9cf68a1c5e
vrclient: Support openvr v1.8.19
2020-01-10 08:35:33 -06:00
Andrew Eikum
fc3fcd51f8
vrclient: Support openvr v1.7.15
2020-01-10 08:35:33 -06:00
Andrew Eikum
f35f663a1b
vrclient: Handle NULL texture argument to IVRRenderModels::LoadIntoTextureD3D11_Async
2020-01-10 08:35:33 -06:00
Andrew Eikum
115b422c8f
vrclient: Support IVRRenderModels::LoadTextureD3D11_Async
2020-01-10 08:35:33 -06:00
Andrew Eikum
46f1a6c236
vrclient: Truncate short VREvent_t structs
2019-10-08 15:21:18 -05:00
Andrew Eikum
b32161679d
vrclient: Add field alignment to converted structs, too
2019-09-24 08:00:09 -05:00
Andrew Eikum
1d2b72f307
vrclient: Handle size parameters and fields
2019-09-24 08:00:09 -05:00
Andrew Eikum
2da8a7dd32
vrclient: Dereference more typedefs
2019-09-24 08:00:09 -05:00
Andrew Eikum
f24e88d400
vrclient: remove redundant user_structs field
2019-09-24 08:00:09 -05:00
Andrew Eikum
3584832fa4
vrclient: Clean up struct conversion
2019-09-24 08:00:09 -05:00
Andrew Eikum
3fecadaf4e
vrclient: fix up const types
2019-09-24 08:00:09 -05:00
Andrew Eikum
223286df88
vrclient: Dereference typedefs
2019-09-24 08:00:08 -05:00
Andrew Eikum
ede0f96149
vrclient: Convert structure members
2019-09-24 08:00:08 -05:00
Andrew Eikum
8fe55dee47
vrclient: Check all structs for conversion
2019-09-24 08:00:08 -05:00
Andrew Eikum
181eb3a68f
vrclient: Use 32-bit build for thiscall wrappers
2019-09-24 08:00:08 -05:00
Andrew Eikum
2eda0d235b
vrclient: Add alignment attribute if needed
2019-09-24 08:00:08 -05:00
Andrew Eikum
8de08a1485
vrclient: Handle NULL parameters to wrapped structs
2019-09-24 08:00:08 -05:00
Andrew Eikum
81b9803214
vrclient: Support v1.6.10
2019-08-23 09:57:46 -05:00