Józef Kucia
|
6b681a4037
|
libs/vkd3d: Return E_INVALIDARG in d3d12_resource_Map() for textures.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
1e73f2956a
|
libs/vkd3d: Return S_OK from d3d12_device_GetDeviceRemovedReason().
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
e3fb82d544
|
libs/vkd3d: Forbid creating textures on UPLOAD/READBACK heaps.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
fc1c9d914d
|
libs/vkd3d: Validate initial resource state for UPLOAD/READBACK heaps.
|
2016-10-17 14:24:22 +02:00 |
|
Józef Kucia
|
1fad443900
|
libs/vkd3d: Introduce vkd3d_select_physical_device() helper function.
|
2016-10-13 12:21:00 +02:00 |
|
Józef Kucia
|
f5ecb635fe
|
libs/vkd3d: Ignore blending parameters when blending is disabled.
|
2016-10-12 11:46:57 +02:00 |
|
Józef Kucia
|
f503954a77
|
libs/vkd3d: Ignore draw calls when pipeline state is not set.
|
2016-10-11 13:43:04 +02:00 |
|
Józef Kucia
|
a1082ec954
|
libs/vkd3d: Use "< 0" to test VkResult for errors.
For consistency.
|
2016-10-11 13:43:04 +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
|
a0ccb1c581
|
libs/vkd3d: Implement d3d12_command_list_SetPipelineState().
|
2016-10-10 17:26:13 +02:00 |
|
Henri Verbeet
|
74fe2ec411
|
libs/vkd3d: Implement d3d12_command_list_OMSetRenderTargets().
|
2016-10-10 17:26:03 +02:00 |
|
Henri Verbeet
|
7add62e552
|
libs/vkd3d: Implement d3d12_command_list_IASetVertexBuffers().
|
2016-10-10 17:25:55 +02:00 |
|
Henri Verbeet
|
ce509dc70e
|
libs/vkd3d: Implement d3d12_command_list_IASetPrimitiveTopology().
|
2016-10-10 17:25:40 +02:00 |
|
Henri Verbeet
|
d24982c5f1
|
libs/vkd3d: Destroy Vulkan render passes and framebuffers on command allocator reset.
|
2016-10-10 17:25:36 +02:00 |
|
Henri Verbeet
|
3ba5fd949b
|
libs/vkd3d: Store Vulkan render passes and framebuffers in the command allocator.
We should destroy these on resets, but command list resets don't need to wait
for command list execution to complete.
|
2016-10-10 17:25:31 +02:00 |
|
Józef Kucia
|
ed033b40d0
|
libs/vkd3d: Fix InterlockedIncrement() and InterlockedDecrement() signatures.
|
2016-10-10 11:22:50 +02:00 |
|
Józef Kucia
|
a22b594c0a
|
libs/vkd3d: Accept D3D12_ROOT_SIGNATURE_DESC directly only when all bits of "bytecode_length" are set.
|
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
|
4153810c00
|
libs/vkd3d: Partially implement d3d12_command_list_CopyTextureRegion().
|
2016-10-08 14:31:57 +02:00 |
|
Józef Kucia
|
99efb9abe3
|
libs/vkd3d: Get rid of vk_format_from_dxgi_format().
Use vkd3d_get_format() instead.
|
2016-10-08 14:31:57 +02:00 |
|
Józef Kucia
|
ab883caaff
|
libs/vkd3d: Introduce vkd3d_format.
|
2016-10-08 14:31:57 +02:00 |
|
Józef Kucia
|
b112ec1942
|
libs/vkd3d: Implement d3d12_command_queue_Signal().
|
2016-10-08 14:31:57 +02:00 |
|
Józef Kucia
|
2a7b614278
|
libs/vkd3d: Wait for GPU fences in worker thread.
This could be implemented without a worker thread, if event objects
would be tightly coupled with ID3D12Fences.
|
2016-10-08 14:31:57 +02:00 |
|
Józef Kucia
|
2f76260857
|
libs/vkd3d: Create fence worker thread per device.
|
2016-10-08 14:31:57 +02:00 |
|