Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10vrclient: Use PROTON_VR_RUNTIME from registry if env var is not there.Paul Gofman
2022-01-24vrclient: Remove wined3d interop.Arkadiusz Hiler
2022-01-24vrclient: Update clang path in gen_wrapper.py to 13.0.0.Paul Gofman
2022-01-19vrclient: Parse all include files at once.Rémi Bernon
2022-01-19vrclient: Remove unnecessary includes.Rémi Bernon
2022-01-19vrclient: Use dicts to lookup structs in gen_wrapper.py.Rémi Bernon
2022-01-19vrclient: Import from clang.cindex instead of prefixing.Rémi Bernon
2021-08-12vrclient: HACK: Fixup digital action 'bChange' parameter on 32 bit.Paul Gofman
2021-08-12vrclient: Fixup size for structs with matching field offsets but mismatched s...Paul Gofman
2021-05-13vrclient: Return stored BMD presence from BIsHmdPresent() if client core is n...Paul Gofman
2021-03-31vrclient: Cleanup vrclient before native library unload if the app failed to ...proton-6.3-1Paul Gofman
2021-03-31vrclient: Use Vulkan texture array for d3d11 texture arrays.Paul Gofman
2021-03-31vrclient: Support v1.16.8.Paul Gofman
2021-03-31vrclient_x64: Translate action manifest path in startup info.Paul Gofman
2021-03-31vrclient_x64: Use staging texture for the right eye in case of submitted d3d1...Paul Gofman
2021-03-31vrclient_x64: Set explicit timing mode when d3d11 application uses PostPresen...Paul Gofman
2021-03-31vrclient_x64: Use static internal compositor data.Paul Gofman
2021-03-31vrclient_x64: Perform skybox textures conversion for dxvk textures.Paul Gofman
2021-03-31vrclient_x64: Unload native vrclient shared library on process detach.Paul Gofman
2021-03-31vrclient_x64: Resolve absolute path in vrclient_dos_path_to_unix_path().Paul Gofman
2021-03-31update wine to 6.3Andrew Eikum
2021-02-05vrclient_x64: Do not change handle in in ivrcompositor_submit_vulkan().Paul Gofman
2020-10-14vrclient: Add FIXME for wined3d in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Add support for Vulkan in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Add support for DXVK in IVROverlay::SetOverlayTextureMatt Coffin
2020-10-14vrclient: Fix segfault on NULL texture handlesMatt Coffin
2020-10-13vrclient: Support v1.14.15proton-5.13-1bAndrew Eikum
2020-10-13vrclient: Support v1.13.10Andrew Eikum
2020-09-29vrclient: Generate v1.12.5 supportAndrew Eikum
2020-09-29vrclient: Import openvr v1.12.5Andrew Eikum
2020-09-29vrclient: Generate v1.11.11 supportAndrew Eikum
2020-09-29vrclient: Import openvr v1.11.11Andrew Eikum
2020-09-29update wine to 5.13Andrew Eikum
2020-03-23vrclient: Override WaitGetPoses for new IVRCompositor versionsproton-5.0-5bPierre-Loup A. Griffais
2020-03-19vrclient: Convert paths coming in over JSONAndrew Eikum
2020-03-19vrclient: import jsoncppAndrew Eikum
2020-03-19vrclient: support openvr v1.10.30Andrew Eikum
2020-03-18vrclient: Support openvr v1.9.16Andrew Eikum
2020-03-09steam_helper: Set up VR paths in steam.exe, not protonAndrew Eikum
2020-01-10vrclient: Support openvr v1.8.19Andrew Eikum
2020-01-10vrclient: Support openvr v1.7.15Andrew Eikum
2020-01-10vrclient: Handle NULL texture argument to IVRRenderModels::LoadIntoTextureD3D...Andrew Eikum
2020-01-10vrclient: Support IVRRenderModels::LoadTextureD3D11_AsyncAndrew Eikum
2019-10-08vrclient: Truncate short VREvent_t structsAndrew Eikum
2019-09-24vrclient: Add field alignment to converted structs, tooAndrew Eikum
2019-09-24vrclient: Handle size parameters and fieldsAndrew Eikum
2019-09-24vrclient: Dereference more typedefsAndrew Eikum
2019-09-24vrclient: remove redundant user_structs fieldAndrew Eikum
2019-09-24vrclient: Clean up struct conversionAndrew Eikum
2019-09-24vrclient: fix up const typesAndrew Eikum