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

github.com/HansKristian-Work/vkd3d-proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-14vkd3d: Add 12_2 to list of valid feature levels.valid-fl-12.2Hans-Kristian Arntzen
2021-09-08vkd3d: Narrow workaround for global pipeline cache.Hans-Kristian Arntzen
2021-09-08vkd3d: Add macros to parse/build NV driver versions.Hans-Kristian Arntzen
2021-09-07tests: Add tests for creating DS formats without ALLOW_DEPTH_STENCIL.Hans-Kristian Arntzen
2021-09-07vkd3d: Allow typeless depth-stencil formats without ALLOW_DEPTH_STENCIL.Hans-Kristian Arntzen
2021-09-07vkd3d: Workaround huge memory overhead for individual VkPipelineCaches.Hans-Kristian Arntzen
2021-09-07dxil-spirv: Update submodule.Hans-Kristian Arntzen
2021-09-06tests: Add test for footprint -> depth-stencil copy.Hans-Kristian Arntzen
2021-09-06vkd3d: Fix copies between footprint and DS aspects.Hans-Kristian Arntzen
2021-09-03vkd3d: Fix regressions when introducing null-copy elision.Hans-Kristian Arntzen
2021-09-02vkd3d: Optimize repeated null descriptor updatesRodrigo Locatti
2021-09-02vkd3d: Remove deferred clears.Philip Rebohle
2021-09-02tests: Add test for depth testing against null DSV.Hans-Kristian Arntzen
2021-09-02vkd3d: Skip draw call if doing depth test on null DSV.Hans-Kristian Arntzen
2021-09-02vkd3d: Fix MSVC build.Hans-Kristian Arntzen
2021-09-02vkd3d: Ignore depth/stencil test if DSVFormat does not have that aspect.Hans-Kristian Arntzen
2021-09-02tests: Add test for planar footprints.Hans-Kristian Arntzen
2021-09-02vkd3d: Fix member types in vkd3d_format.Hans-Kristian Arntzen
2021-09-02vkd3d: Generalize get_plane_footprints.Hans-Kristian Arntzen
2021-09-02vkd3d: Add d3d12_resource_desc_get_sub_resource_count.Hans-Kristian Arntzen
2021-09-02vkd3d: Handle multiplanar formats in GetCopyableFootprints.Hans-Kristian Arntzen
2021-09-01vkd3d-common: Log TID in Wine's format.Hans-Kristian Arntzen
2021-08-31tests: Check for Native16Bit support before testing dot2add.Hans-Kristian Arntzen
2021-08-28tests: Rename get_rt_lib() to something that allows for more libs.Hans-Kristian Arntzen
2021-08-28tests: Use RT factory for main RT PSO as well.Hans-Kristian Arntzen
2021-08-28tests: Introduce a factory for building RTPSO subobject lists.Hans-Kristian Arntzen
2021-08-28tests: Refactor out RT collection creation.Hans-Kristian Arntzen
2021-08-28tests: Hoist out helper function to create a complete RTAS.Hans-Kristian Arntzen
2021-08-28vkd3d: Only look at SourceRTAS when updating.Hans-Kristian Arntzen
2021-08-28tests: Use helper functions to build top-level acceleration structures.Hans-Kristian Arntzen
2021-08-28tests: Add helpers for creating and copying RTASes.Hans-Kristian Arntzen
2021-08-28tests: Refactor out transform buffer creation.Hans-Kristian Arntzen
2021-08-28tests: Refactor out test geometry allocation.Hans-Kristian Arntzen
2021-08-28tests: Refactor out RT DXIL library declaration.Hans-Kristian Arntzen
2021-08-28tests: Refactor out RT context creation.Hans-Kristian Arntzen
2021-08-27vkd3d: Implement new interfaces required for DX12 DLSS support.rochaudhari
2021-08-26vkd3d: Support SAMPLE_DESC.Count of 0Joshua Ashton
2021-08-26vkd3d: Reimplement frame latency event as a semaphore.Philip Rebohle
2021-08-26vkd3d: Support releasing semaphores from a D3D12 fence.Philip Rebohle
2021-08-26vkd3d-shader: Fix vkd3d-compiler crashJoshua Ashton
2021-08-26vkd3d-shader: Fix multiple constant buffers with RAW_VAJoshua Ashton
2021-08-26tests: Move test implementations to appropriate files.Hans-Kristian Arntzen
2021-08-26tests: Improve log quality.Hans-Kristian Arntzen
2021-08-26tests: Make tests extern.Hans-Kristian Arntzen
2021-08-26tests: Declare test prototypes in separate header.Hans-Kristian Arntzen
2021-08-26tests: Make some statics in headers extern.Hans-Kristian Arntzen
2021-08-26tests: Move common test code to its own file.Hans-Kristian Arntzen
2021-08-26tests: Move math MATH defines to d3d12_crosstest.Hans-Kristian Arntzen
2021-08-26tests: Make other entry points extern.Hans-Kristian Arntzen
2021-08-26tests: Make common test functionality extern.Hans-Kristian Arntzen