Stefan Dösinger
|
1eaf7fa37b
|
tests: Show that compute pipeline state objects are not reused.
|
2023-12-07 21:57:45 +01:00 |
|
Stefan Dösinger
|
82a3209ee2
|
tests: Show that graphics pipeline state objects are not reused.
|
2023-12-07 21:57:45 +01:00 |
|
Stefan Dösinger
|
705cf10626
|
tests: Show that creating identical root signatures returns the same pointer.
|
2023-12-07 21:57:45 +01:00 |
|
Zebediah Figura
|
fcd6ec33bd
|
tests: Avoid shadowing "l" in test_get_copyable_footprints().
Found with -Wshadow.
|
2023-12-07 21:57:18 +01:00 |
|
Alistair Leslie-Hughes
|
5c134d44d6
|
include: D3D12_RT_FORMAT_ARRAY remove typedef to make header compatible with windows.
windows d3d12.idl doesn't have this as a typedef.
|
2023-11-28 00:09:20 +01:00 |
|
Conor McCarthy
|
63b8972b0e
|
tests: Test CreatePipelineState().
Based on vkd3d-proton patches by Hans-Kristian Arntzen and Philip
Rebohle.
|
2023-11-15 21:48:44 +01:00 |
|
Conor McCarthy
|
130e7bdf0f
|
tests/shader-runner: Add tests for 64-bit casts.
|
2023-11-15 21:48:33 +01:00 |
|
Nikolay Sivov
|
41a72a4eae
|
tests: Fix some spelling mistakes.
|
2023-11-13 23:19:14 +01:00 |
|
Zebediah Figura
|
0805ce121e
|
tests: Add more semantics to test_nop_tessellation_shaders().
To act as a regression test for 852eefc01df90c4202212944ecc4af4bac7a5fae.
|
2023-11-08 22:49:51 +01:00 |
|
Giovanni Mascellani
|
eaf35c394d
|
tests: Skip test_atomic_instructions() on WARP.
Pipeline creation fails with E_INVALIDARG, atomics are likely not
supported on WARP.
|
2023-10-16 22:36:52 +02:00 |
|
Giovanni Mascellani
|
0d4a5f1860
|
tests: Skip test_unbounded_resource_arrays() on WARP.
Most reads on WARP are off by a few units. I haven't investigated
the reason.
|
2023-10-16 22:36:50 +02:00 |
|
Giovanni Mascellani
|
fe88dafdbd
|
tests: Skip test_execute_indirect() on WARP.
The device is eventually lost, indirect commands are likely not
supported on WARP.
|
2023-10-16 22:36:49 +02:00 |
|
Giovanni Mascellani
|
ee3c4b6555
|
tests: Skip test_get_copyable_footprints() on WARP.
There are 12025 failures with WARP. I haven't investigated them.
|
2023-10-16 22:36:47 +02:00 |
|
Giovanni Mascellani
|
d72e30f1d1
|
tests: Skip test_null_vbv() on WARP.
On WARP 0xffffffff is read instead of zero.
|
2023-10-16 22:36:45 +02:00 |
|
Giovanni Mascellani
|
14c9be697f
|
tests: Acknowledge some double operations being broken on WARP.
|
2023-10-16 22:36:45 +02:00 |
|
Giovanni Mascellani
|
3f87cf9d7f
|
tests: Acknowledge WARP giving a GPU handle to a non-shader-visible descriptor heap.
WARP has no GPU, so it probably treats GPU handles just like CPU handles.
|
2023-10-16 22:36:43 +02:00 |
|
Giovanni Mascellani
|
862dcf27a6
|
tests: Acknowledge WARP accepting some unusual CreateCommittedResource() configuration.
A software implementation can conceivably satisfy some requests that
cannot work on real hardware.
|
2023-10-16 22:36:41 +02:00 |
|
Nikolay Sivov
|
9c6c7cb78f
|
vkd3d: Add partial implementation for CreateCommittedResource1().
|
2023-10-10 22:11:46 +02:00 |
|
Nikolay Sivov
|
6ba75fd92f
|
vkd3d: Add partial implementation for CreateHeap1().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
|
2023-10-09 21:58:07 +02:00 |
|
Conor McCarthy
|
39be40ce94
|
tests: Destroy the test context in test_readback_map_stability().
|
2023-10-02 22:25:10 +02:00 |
|
Henri Verbeet
|
5503a025d9
|
tests: Add some missing vkd3d_test_pop_context() calls to test_shader_instructions().
|
2023-09-28 23:13:04 +02:00 |
|
Giovanni Mascellani
|
4374d45655
|
tests: Work around a MoltenVK bug in test_tgsm().
|
2023-09-26 22:07:43 +02:00 |
|
Giovanni Mascellani
|
ca05e57e67
|
tests: Mark a bug as resolved on Mesa.
|
2023-09-22 11:06:57 +02:00 |
|
Giovanni Mascellani
|
d640b213b2
|
tests: Do not crash if the render target doesn't support MSAA 8.
This currently happens on MoltenVK.
|
2023-09-22 11:06:50 +02:00 |
|
Giovanni Mascellani
|
6dfdbb5c26
|
tests: Do not crash if a pipeline statistics query heap cannot be created.
This currently happens on MoltenVK.
|
2023-09-22 11:06:44 +02:00 |
|