Commit Graph

133 Commits

Author SHA1 Message Date
Sven Hesse 3bf82279e9 tests: create_root_signature() can also return E_INVALIDARG.
The Nvidia drivers on Windows do that.
2017-08-03 16:31:57 +02:00
Sven Hesse ea652cb0e4 tests: Create RTV and DSV descriptor heaps with FLAG_NONE.
FLAG_SHADER_VISIBLE isn't supposed to apply to RTV and DSV heaps.
2017-08-03 14:41:34 +02:00
Józef Kucia 573460550e libs/vkd3d: Do not assume CBV root parameter index is equal to Vulkan descriptor binding. 2017-08-02 15:30:15 +02:00
Józef Kucia c9b05f68b5 tests: Add test for accessing constant buffers from compute shaders. 2017-08-02 15:30:15 +02:00
Józef Kucia a8b64aeede tests: Add test for creating unordered access views. 2017-08-02 15:30:15 +02:00
Sven Hesse 8f250bf471 tests: Add tests for GetCopyableFootprints() with compressed formats. 2017-08-02 14:04:35 +02:00
Józef Kucia 26133bd801 tests: Add test for nested switch instructions. 2017-08-01 13:55:49 +02:00
Józef Kucia e7d3897797 tests: Add test for D3D12_SHADER_VISIBILITY_ALL root constants. 2017-08-01 10:51:45 +02:00
Józef Kucia 94b616d670 tests: Add test for multiple root constants. 2017-08-01 10:51:45 +02:00
Józef Kucia 6478dea0d1 tests: Add test for GPU virtual addresses. 2017-07-28 12:56:18 +02:00
Józef Kucia 4d7a86295d tests: Add basic test for root constants. 2017-07-28 10:19:37 +02:00
Józef Kucia 4d8dea80ae tests: Add test for overlapping root descriptors. 2017-07-27 17:35:24 +02:00
Józef Kucia dc598ccbc8 tests: Add test for creating root signatures with root constants. 2017-07-27 17:35:24 +02:00
Józef Kucia 2ba76ceb02 tests: Do not assign specific shader registers in test_texture().
It is not needed since we have a basic mapping for D3D12 shader
registers.
2017-07-26 14:50:39 +02:00
Józef Kucia ac9abe7740 tests: Avoid unused shader outputs.
Fixes Vulkan validation layers performance warnings.
2017-07-25 14:23:27 +02:00
Józef Kucia 97e79e28cf tests: Add test for typed buffer UAVs. 2017-07-25 12:50:14 +02:00
Józef Kucia 23fa2ca599 tests: Add simple test for creating compute command queue. 2017-07-21 22:29:12 +02:00
Józef Kucia c790aabb4d tests: Add additional test for loops. 2017-07-21 14:14:42 +02:00
Józef Kucia 465f1c449e tests: Add test for udiv instruction. 2017-07-21 14:14:42 +02:00
Józef Kucia 28285d2f18 tests: Add test for rcp instruction. 2017-07-21 14:14:42 +02:00
Józef Kucia 67d001c287 tests: Add test for imul instruction. 2017-07-21 14:14:42 +02:00
Józef Kucia 04672dc64c tests: Add test for imad instruction. 2017-07-21 14:14:42 +02:00
Józef Kucia 9e6bd63058 tests: Add test for log instruction. 2017-07-20 17:40:45 +02:00
Józef Kucia 530d1306e9 tests: Add test for exp instruction. 2017-07-20 17:40:45 +02:00
Józef Kucia 554321a23c tests: Add test for frc instruction. 2017-07-20 17:40:45 +02:00
Józef Kucia d25df67f9c tests: Add test for integer comparison instructions. 2017-07-20 17:40:45 +02:00
Józef Kucia e0d95289cd tests: Add test for umin and umax instructions. 2017-07-20 17:40:45 +02:00
Józef Kucia c9d9763190 tests: Add test for round_{ni,pi} instructions. 2017-07-20 17:40:45 +02:00
Józef Kucia d6853dcc20 tests: Add test for loop instructions. 2017-07-20 13:32:40 +02:00
Józef Kucia 465b0b998f tests: Add test for nested if instructions. 2017-07-20 13:32:40 +02:00
Józef Kucia 171ad02aa8 tests: Add test for movc instruction. 2017-07-18 17:32:26 +02:00
Józef Kucia 332da87f08 tests: Add test for swapc instruction. 2017-07-18 13:31:46 +02:00
Józef Kucia da6c724c3b tests: Add test for texturing. 2017-07-17 16:25:29 +02:00
Józef Kucia 091ac41f79 libs/vkd3d: Partially handle descriptor table root parameters. 2017-07-17 16:25:29 +02:00
Józef Kucia f79ecfc608 tests: Add test for ID3D12Device_GetCopyableFootprints(). 2017-07-13 11:56:30 +02:00
Józef Kucia 9e18111027 tests: Add test for creating samplers. 2017-07-12 13:10:44 +02:00
Józef Kucia 85b7dd6d73 tests: Introduce check_sub_resource_vec4() helper. 2017-07-11 17:23:02 +02:00
Józef Kucia 3be16a766f tests: Add test for immediate constant buffer.
Unfortunately, the test fails on Nvidia. It seems that SPIR-V variable
initializers are ignored.
2017-07-11 17:23:02 +02:00
Józef Kucia 8c5d542950 tests: Introduce create_upload_buffer() helper. 2017-07-11 17:23:02 +02:00
Józef Kucia 8d6facabce tests: Add test for shader interstage registers. 2017-07-10 15:33:34 +02:00
Józef Kucia 5cbf568b0b tests: Add visual test for f32tof16 instruction. 2017-07-06 18:11:57 +02:00
Józef Kucia a6e19e9966 tests: Add visual test for f16tof32 instruction. 2017-07-06 18:11:57 +02:00
Józef Kucia 726e94f325 tests: Add visual test for not instruction. 2017-07-06 18:11:57 +02:00
Józef Kucia 7212a74a05 tests: Add test for deserialization of root signature static samplers. 2017-07-06 10:12:22 +02:00
Józef Kucia 0699755b81 tests: Add visual test for shader register source modifiers. 2017-06-29 13:40:27 +02:00
Józef Kucia 5ae7e3d9d0 tests: Add visual test for min/max instructions. 2017-06-29 13:40:27 +02:00
Józef Kucia 5d1829329a tests: Add visual test for _sat modifier. 2017-06-29 13:40:27 +02:00
Józef Kucia 2be7b7f7f8 tests: Store default viewport and scissor rect in test context. 2017-06-29 13:40:27 +02:00
Józef Kucia 6f83cfc03f tests: Rename test_draw_context to test_context. 2017-06-29 13:40:27 +02:00
Józef Kucia 94d0b8a7c8 tests: Add test for scissor test. 2017-06-29 13:40:27 +02:00