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-01-24wineopenxr: Set Unix __WINE_OPENXR_VK_DEVICE_EXTENSIONS env var instead of Wi...Paul Gofman
2022-01-19wineopenxr: Convert projection view info chain in convert_XrCompositionLayer().Paul Gofman
2022-01-19wineopenxr: Update to 1.0.20 registry version.Paul Gofman
2021-11-11wineopenxr: Get required vulkan extensions from registry.Paul Gofman
2021-11-11wineopenxr: Export __wineopenxr_get_extensions_internal() function.Paul Gofman
2021-08-12wineopenxr: Update to 1.0.18 registry version.Paul Gofman
2021-08-12wineopenxr: HACK: Force enable XR_KHR_win32_convert_performance_counter_time.Paul Gofman
2021-08-12wineopenxr: Substitute XR_KHR_convert_timespec_time for XR_KHR_win32_convert_...Paul Gofman
2021-08-12wineopenxr: Use array for coding extension substitution.Paul Gofman
2021-06-17wineopenxr: Update to 1.0.17 registry version.Paul Gofman
2021-06-17wineopenxr: Fix spec entries.Paul Gofman
2021-06-17wineopenxr: Update to 1.0.15 registry version.Paul Gofman
2021-03-31wineopenxr: Don't leak our_images on error in wine_xrEnumerateSwapchainImages().Paul Gofman
2021-03-31wineopenxr: Mind more fields from XrSwapchainCreateInfo when creating d3d11 s...Paul Gofman
2021-03-31wineopenxr: Fix physical device comparison in wine_xrCreateSession().Paul Gofman
2021-03-31wineopenxr: Sync DXVK queue in wine_xrEndFrame().Paul Gofman
2021-03-31wineopenxr: Support XR_KHR_vulkan_enable2 extension.Paul Gofman
2021-03-31wineopexr: Don't consider XrCompositionLayerColorScaleBiasKHR in convert_XrCo...Paul Gofman
2021-03-31wineopenxr: Update to 1.0.13 registry version.Paul Gofman
2021-03-31wineopenxr: Call extra init-related functions from wine_xrCreateSession().Paul Gofman
2021-03-31wineopenxr: Use registry key to query VR availability.Paul Gofman
2021-01-14wineopenxr: HACK: Don't try to call OpenXR functions if OpenVR is not workingAndrew Eikum
2021-01-11wineopenxr: Add openxr supportAndrew Eikum