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
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
2019-09-24vrclient: Dereference typedefsAndrew Eikum
2019-09-24vrclient: Convert structure membersAndrew Eikum
2019-09-24vrclient: Check all structs for conversionAndrew Eikum
2019-09-24vrclient: Use 32-bit build for thiscall wrappersAndrew Eikum
2019-09-24vrclient: Add alignment attribute if neededAndrew Eikum
2019-09-24vrclient: Handle NULL parameters to wrapped structsAndrew Eikum
2019-08-23vrclient: Support v1.6.10Andrew Eikum
2019-08-08vrclient: Support for HmdSystemFactory exportJoshua Ashton
2019-07-18vrclient: Add openvr v1.5.17 supportproton-4.11-1Sophie Tauchert
2019-07-03openvr: Support v1.4.18Andrew Eikum
2019-07-03openvr: Support v1.3.22Andrew Eikum
2019-07-03openvr: Support v1.2.10Andrew Eikum
2019-06-17vrclient: Downgrade some ERRsAndrew Eikum
2019-03-21vrclient: Fix up windows-side struct packingAndrew Eikum
2019-03-21vrclient: Fix up pointer cast to latest TextureMap typeAndrew Eikum
2019-03-21vrclient: Convert more file pathsAndrew Eikum
2019-03-21vrclient: Translate filepath for SetActionManifestPathhdmap
2018-12-20vrclient: Support openvr v1.1.3bAndrew Eikum
2018-12-20vrclient: Support intermediate version 1.0.3ahdmap
2018-11-05vrclient: Fix IVRRenderModels usageAndrew Eikum
2018-10-31vrclient: Add openvr v1.0.16 and v1.0.17 supportAndrew Eikum
2018-10-16Revert "build dxvk as native .so"Andrew Eikum
2018-10-11Update DXVK to v0.80 and build as native .soAndrew Eikum
2018-10-11vrclient: Implement LoadIntoTextureD3D11_Async().Józef Kucia
2018-10-11vrclient: Log IVRClientCore initialization errors.Józef Kucia
2018-10-11vrclient: Avoid unnecessary casts.Józef Kucia
2018-10-11vrclient/wined3d: Handle depth textures in synchronous mode.Józef Kucia
2018-10-11vrclient/wined3d: Use synchronous mode for older versions.Józef Kucia
2018-10-11vrclient/dxvk: Add FIXME() for unhandled flags.Józef Kucia
2018-10-11vrclient: Remove dead code.Józef Kucia
2018-10-11vrclient: Introduce VRCLIENT_HAVE_DXVK.Józef Kucia
2018-10-11vrclient: Factor out ivrcompositor_submit_vulkan().Józef Kucia
2018-10-11vrclient: Factor out ivrcompositor_submit_dxvk().Józef Kucia
2018-10-11vrclient: Factor out ivrcompositor_submit_wined3d().Józef Kucia
2018-10-11vrclient: Make get_our_compositor() thread-safe.Józef Kucia
2018-10-11vrclient: Add CFI directives to asm functions.Józef Kucia
2018-10-11vrclient: Use movaps to shift XMM registers.Józef Kucia
2018-10-11vrclient/gen_wrapper: Reduce code duplication slightly.Józef Kucia
2018-09-06lsteamclient: Fix order of overloaded methods in vtableAndrew Eikum
2018-08-24Import print_function from __future__ for python compatibilityMayeul Cantan
2018-08-23Make proton, gen_wrapper and user_settings python scripts version-agnosticMayeul Cantan
2018-08-22Sanitize hashbangSeppo Yli-Olli
2018-07-30vclient: Add tests for C API thunks.Józef Kucia