Józef Kucia
|
7fa3f2ed1a
|
libs/vkd3d: Add FIXME comment for GPU VA allocator.
|
2017-10-18 11:54:56 +02:00 |
|
Józef Kucia
|
c5e400fa30
|
libs/vkd3d-shader: Document hacks introduced for Nvidia driver.
See 70f5b24f92f5ae2270f37c6f7f519c4c3f26aec0.
|
2017-10-12 17:47:53 +02:00 |
|
Józef Kucia
|
62b6530af3
|
libs/vkd3d-shader: Check return values of imm_atomic_consume in test_decrement_uav_counter().
|
2017-10-12 13:10:26 +02:00 |
|
Józef Kucia
|
a7bd28ffac
|
tests: Use better variable names in test_uav_counters().
|
2017-10-12 13:10:26 +02:00 |
|
Józef Kucia
|
eecd16f1cd
|
tests: Fix test_uav_counters().
Results were read from the wrong buffer.
|
2017-10-12 13:10:26 +02:00 |
|
Józef Kucia
|
2171ba6d32
|
libs/vkd3d-shader: Decrement OpAtomicIDecrement result.
|
2017-10-12 13:10:26 +02:00 |
|
Józef Kucia
|
94a33020d3
|
libs/vkd3d-shader: Use switch statement in shader_parse_root_parameters().
|
2017-10-10 16:57:36 +02:00 |
|
Józef Kucia
|
4522a80de8
|
libs/vkd3d-shader: Use switch statement in shader_write_root_parameters().
|
2017-10-10 16:57:36 +02:00 |
|
Józef Kucia
|
18b285328e
|
libs/vkd3d-shader: Add version argument to vkd3d_shader_serialize_root_signature().
|
2017-10-10 16:57:36 +02:00 |
|
Józef Kucia
|
f4cfebcd7e
|
libs/vkd3d: Remove hack for creating root signatures from description.
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
7129e23aef
|
demos: Remove hack for creating root signatures.
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
cb417ef46b
|
tests: Remove hack for creating root signatures.
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
5b5cffcf84
|
libs/vkd3d: Implement creating root signature from bytecode.
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
6b9c3b8971
|
tests: Add test for root signature serialization.
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
4629cbdf8a
|
libs/vkd3d: Implement D3D12SerializeRootSignature().
|
2017-10-10 16:02:09 +02:00 |
|
Józef Kucia
|
6b43a5fe38
|
libs/vkd3d-shader: Implement root signature serialization.
|
2017-10-10 16:02:09 +02:00 |
|
Henri Verbeet
|
53654baab9
|
libs/vkd3d: Support D3D12_FEATURE_FORMAT_SUPPORT in d3d12_device_CheckFeatureSupport().
|
2017-10-10 13:09:32 +02:00 |
|
Józef Kucia
|
4504aa65ef
|
tests: Add test for constant buffer relative addressing.
|
2017-10-06 17:06:31 +02:00 |
|
Józef Kucia
|
586e1cc532
|
libs/vkd3d-shader: Implement relative addressing for constant buffers.
|
2017-10-06 17:06:31 +02:00 |
|
Józef Kucia
|
853068c84d
|
libs/vkd3d: Get rid of host writes memory dependency for intial state transitions.
|
2017-10-06 17:06:31 +02:00 |
|
Józef Kucia
|
97bfba1167
|
libs/vkd3d: Avoid read access bits in source access masks.
A memory dependency is used to make memory writes available
and visible.
|
2017-10-06 17:06:31 +02:00 |
|
Józef Kucia
|
05f52dc079
|
tests: Add test for switch without default case.
|
2017-10-05 15:58:51 +02:00 |
|
Józef Kucia
|
5479ac7011
|
libs/vkd3d-shader: Always emit default block for OpSwitch.
The default block is required in SPIR-V.
|
2017-10-05 15:58:51 +02:00 |
|
Józef Kucia
|
9feb7a3956
|
libs/vkd3d-shader: Recognize nop instruction.
|
2017-10-05 15:58:51 +02:00 |
|
Józef Kucia
|
50df52427f
|
tests: Add test for clearing buffer unordered access views.
|
2017-10-04 13:55:33 +02:00 |
|