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

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-10-31vkd3d: Do not report a root signature version higher than requested.Rémi Bernon
2019-10-31tests: Test ClearUnorderedAccessView() with placed resources.Hans-Kristian Arntzen
2019-10-31tests: Test bindings after changing root signature.Philip Rebohle
2019-10-27vkd3d/tests: Add tests for D3D12_HEAP_TYPE_CUSTOM.Conor McCarthy
2019-10-04vkd3d: Implement ID3D12Resource::WriteToSubresource().Rémi Bernon
2019-10-01vkd3d: Fix MSVC build in tests/d3d12.c.Hans-Kristian Arntzen
2019-10-01vkd3d: Add test case for undisclosed CPU VA in Map.Hans-Kristian Arntzen
2019-10-01tests: Add tests for sample_l instruction.Jactry Zeng
2019-10-01tests: Add tests for bufinfo instructions.Jactry Zeng
2019-08-12tests: Move invalid BC1_UNORM buffer view tests to d3d12_invalid_usage.Józef Kucia
2019-08-12vkd3d: Validate src_box in ReadFromSubresource().Józef Kucia
2019-08-12tests: Add more tests for ReadFromSubresource().Conor McCarthy
2019-08-12vkd3d: Implement ID3D12Resource::ReadFromSubresource().Conor McCarthy
2019-08-06tests: Add test case for UAV format compatibility.Józef Kucia
2019-08-02include: Move debug interfaces to vkd3d_d3d12sdklayers.h.Józef Kucia
2019-08-02tests: Add option to enable GPU-based validation.Józef Kucia
2019-08-02tests: Add tests for sample_b and sample_d instructions.Jactry Zeng
2019-07-31tests: Do not use TRUE and FALSE constants.Józef Kucia
2019-07-31tests: Prefer C99 bool.Józef Kucia
2019-07-31vkd3d: Handle SINT and UINT formats in ClearRenderTargetView().Jactry Zeng
2019-07-31tests: Test ClearRenderTargetView() with R16G16B16A16 formats.Jactry Zeng
2019-07-31tests: Test ClearRenderTargetView() with R8G8B8A8_{SINT, UINT} formats.Jactry Zeng
2019-07-05vkd3d-common: Move vkd3d_write_mask_is_contiguous() from vkd3d-shader.Józef Kucia
2019-07-05tests: Add test for Map() on reserved resources.Józef Kucia
2019-07-05tests: Destroy placed resources after destroying heap.Józef Kucia
2019-06-28tests: Add bug_if() for VK_EXT_conditional_rendering radv bugs.Józef Kucia
2019-06-28tests: Add more tests for predicated rendering.Józef Kucia
2019-06-28tests: Remove tests for DXGI_FORMAT_B8G8R8A8_UNORM UAV support.Józef Kucia
2019-06-28tests: Add more tests for D3D12_FEATURE_FORMAT_INFO.Józef Kucia
2019-06-28vkd3d: Implement D3D12_FEATURE_FORMAT_INFO.Józef Kucia
2019-06-28tests: Add bug_if() in test_tessellation_primitive_id().Józef Kucia
2019-06-25tests: Print adapter name on Windows.Józef Kucia
2019-06-21tests: Add new vkd3d_common test to .gitignore.Alexandre Julliard
2019-06-18tests: Add test to confirm predicate must not be read before every rendering ...Józef Kucia
2019-06-18tests: Fix test failures in conditional rendering tests.Józef Kucia
2019-06-18tests: Fix test_conditional_rendering().Józef Kucia
2019-06-18tests: Add test for parsing version.Józef Kucia
2019-06-18vkd3d-shader: Fix component decoration for shader IO variables.Józef Kucia
2019-06-18tests: Add test for SV_PrimitiveID in hull shader.Józef Kucia
2019-06-18vkd3d: Validate resource pointer for transition barriers.Józef Kucia
2019-06-17vkd3d/tests: Add tests for predicated rendering.Conor McCarthy
2019-06-13tests: Add bug_if() for Nvidia tessellation shader bugs.Józef Kucia
2019-06-12tests: Add test for line tessellation.Józef Kucia
2019-06-12vkd3d-shader: Forbid mixing samplers with CBVs/SRVs/UAVs in root signatures.Józef Kucia
2019-06-12tests: Prefer uint64_t to UINT64.Józef Kucia
2019-06-12tests: Add test for early depth-stencil test.Józef Kucia
2019-06-12tests: Add more tests for UNKNOWN format DSV.Józef Kucia
2019-06-10tests: Add tests for loading stencil values from textures.Józef Kucia
2019-06-05tests: Add test for creating reserved resources.Józef Kucia
2019-06-04tests: Add basic test for NULL UAVs.Józef Kucia