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 |
|
Józef Kucia
|
59d466af2d
|
libs/vkd3d: Use PRIx64 to print 64-bit integers.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
6330c9f46a
|
tests: Properly print 64-bit unsigned integers.
Use PRIu64 since we use C99.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
858e0c79f1
|
include: Add public header for libvkd3d-utils.
|
2016-10-07 13:26:39 +02:00 |
|
Józef Kucia
|
0c1432e671
|
libs/vkd3d: Move D3D12CreateDevice() to libvkd3d-utils.
|
2016-10-07 13:26:39 +02:00 |
|
Józef Kucia
|
ef6a3d78a2
|
libs/vkd3d: Pass signal event function pointer to vkd3d_create_device().
|
2016-10-07 13:26:39 +02:00 |
|
Józef Kucia
|
544c2668ca
|
libs/vkd3d: Introduce vkd3d_create_device().
We need to pass additional parameters to libvkd3d during initialization.
|
2016-10-07 13:26:39 +02:00 |
|
Józef Kucia
|
49cac8005c
|
libs/vkd3d-common: Add convenience library for shared code.
|
2016-10-07 13:26:39 +02:00 |
|
Józef Kucia
|
733f720ee4
|
libs/vkd3d: Add simple replacement for event objects.
This naming convention for exported functions is used to be consistent
with other D3D12* functions().
|
2016-10-05 15:56:27 +02:00 |
|
Henri Verbeet
|
cd37442fd0
|
tests: ...but keep regular builds working.
|
2016-09-30 10:00:11 +02:00 |
|
Henri Verbeet
|
dc7504c7fc
|
build: Unicode crossbuilds.
|
2016-09-30 09:41:12 +02:00 |
|
Józef Kucia
|
e2a72ee610
|
include: Fix typos.
|
2016-09-29 10:46:42 +02:00 |
|
Józef Kucia
|
bce85d84ed
|
include: Make test output less verbose.
|
2016-09-28 09:42:49 +02:00 |
|
Józef Kucia
|
3a5deb7286
|
include: Add support for marking tests as todo.
|
2016-09-28 09:42:49 +02:00 |
|
Józef Kucia
|
ef80cdedc3
|
libs/vkd3d: Make vkd3d debug compatible with MinGW headers.
|
2016-09-28 09:42:49 +02:00 |
|
Józef Kucia
|
821d978950
|
include: Add min() & max() macros.
|
2016-09-28 09:42:49 +02:00 |
|