summaryrefslogtreecommitdiffstats
path: root/tools/gfx/d3d12/d3d12-posix-synchapi.cpp
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Bail out of infinite timeouts in our posix synchapi emulation (#3129)Ellie Hermaszewska2023-08-18
| | | This can happen if vkd3d-proton triggered a VK_DEVICE_LOST
* vkd3d and dxvk integration (#2823)Ellie Hermaszewska2023-04-29
* Add d3d sources for linux builds * Return NOT_IMPLEMENTED for shared handle support on Linux * Enable DirectX api on Linux * Do not report DX11 support without FXC * Initial version of SynchAPI emulation * Neaten dx library name handling * Neaten and use posix-synchapi * Add premake option for DirectX on Vulkan * s/SLANG_ENABLE_VKD3D_PROTON/SLANG_ENABLE_VKD3D * Skip failing tests on vkd3d * Regenerate vs projects * Silence unused var warning