Józef Kucia
|
81164d43f7
|
tests: Use stdbool.
|
2016-10-24 13:20:09 +02:00 |
|
Józef Kucia
|
ed50a4e7f5
|
include: Assert that "count * size" does not overflow in vkd3d_calloc().
|
2016-10-24 13:20:09 +02:00 |
|
Józef Kucia
|
69cd100d48
|
libs/vkd3d: Validate initial resource state.
|
2016-10-19 13:10:12 +02:00 |
|
Józef Kucia
|
6904282702
|
tests: Add test for D3D12_FEATURE_ARCHITECTURE.
|
2016-10-19 13:10:12 +02:00 |
|
Henri Verbeet
|
e0ba2fd2d3
|
libs/vkd3d: Export a function to get the Vulkan queue from a d3d12 command queue.
|
2016-10-19 10:02:53 +02:00 |
|
Henri Verbeet
|
7568a9793c
|
libs/vkd3d: Export a function to get the Vulkan device from a d3d12 device.
|
2016-10-19 10:02:27 +02:00 |
|
Henri Verbeet
|
feacd1af50
|
libs/vkd3d: Export a function to get the Vulkan instance from a d3d12 device.
|
2016-10-19 10:02:04 +02:00 |
|
Henri Verbeet
|
2a49173b60
|
libs/vkd3d: Export a function to create a d3d12 resource from a Vulkan image.
|
2016-10-19 09:59:42 +02:00 |
|
Henri Verbeet
|
8d668205a4
|
libs/vkd3d-utils: Return a bool from vkd3d_signal_event().
|
2016-10-19 09:49:52 +02:00 |
|
Henri Verbeet
|
9d5e4daf84
|
libs/vkd3d-utils: Get rid of unnecessary WINAPI.
|
2016-10-19 09:48:26 +02:00 |
|
Henri Verbeet
|
53e0839698
|
libs/vkd3d-utils: Naming conventions.
|
2016-10-19 09:47:35 +02:00 |
|
Józef Kucia
|
af091ecc73
|
include: Add more D3D12_MEMORY_POOL enum values.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
2e1e098465
|
include: Add defines for some DXGI errors.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
b4d22aa4e4
|
include: Fix indentation in vkd3d_test header file.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
85d498c94b
|
include: Get rid of useless function prototypes in vkd3d_test header file.
|
2016-10-17 14:24:22 +02:00 |
|
Henri Verbeet
|
4a558d5a4a
|
libs/vkd3d: Implement d3d12_command_list_DrawInstanced().
|
2016-10-10 17:26:46 +02:00 |
|
Henri Verbeet
|
5c9ea3ede3
|
libs/vkd3d: Implement d3d12_device_CreateGraphicsPipelineState().
|
2016-10-10 17:26:38 +02:00 |
|
Henri Verbeet
|
e4e1ef5944
|
include: Add more D3D12_BLEND_OP values.
|
2016-10-10 17:26:28 +02:00 |
|
Henri Verbeet
|
604a8bb261
|
include: Fix a typo in "D3D12_BLEND_SRC_ALPHA".
|
2016-10-10 17:26:20 +02:00 |
|
Henri Verbeet
|
7add62e552
|
libs/vkd3d: Implement d3d12_command_list_IASetVertexBuffers().
|
2016-10-10 17:25:55 +02:00 |
|
Józef Kucia
|
0c88b053da
|
include: Fix alignment for INT64/UINT64 in 32-bit code.
|
2016-10-10 17:12:22 +02:00 |
|
Józef Kucia
|
e84ca0af5d
|
tests: Use InterlockedIncrement() for test counters.
This should be useful for multithreaded tests.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
ed033b40d0
|
libs/vkd3d: Fix InterlockedIncrement() and InterlockedDecrement() signatures.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
5f3d5a1263
|
tests: Include vkd3d_common.h in vkd3d_test.h.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
eb05a388e1
|
include: Avoid using variable names starting with "__".
Names that begin with "__" are reserved.
|
2016-10-10 11:22:50 +02:00 |
|