Józef Kucia
|
e19e428ed0
|
libs/vkd3d: Check if device memory is CPU accessible in d3d12_resource_Map().
|
2016-10-24 13:20:09 +02:00 |
|
Józef Kucia
|
3161f346b6
|
libs/vkd3d: Try to allocate coherent host visible memory for CUSTOM heap.
|
2016-10-24 13:20:09 +02:00 |
|
Józef Kucia
|
33ef8688ab
|
libs/vkd3d: Initialize "resource->external" before possible call to d3d12_resource_destroy().
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
fd9f1abb4f
|
libs/vkd3d: Fix command list resetting.
A command list can be resetted to the same command allocator when it is
in use.
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
2189859532
|
libs/vkd3d: Command allocator can be used with one command list at a time.
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
384bb26ea5
|
libs/vkd3d: Naming conventions.
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
52211e6c40
|
libs/vkd3d: Free command buffers on command allocator reset.
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
278cb0103c
|
libs/vkd3d: Add support for D3D12_RESOURCE_STATE_RESOLVE_* barriers.
|
2016-10-20 16:38:04 +02:00 |
|
Józef Kucia
|
c41ad774de
|
libs/vkd3d: Implement UAV barriers.
|
2016-10-19 16:39:48 +02:00 |
|
Józef Kucia
|
0944475c6a
|
libs/vkd3d: Implement transition barriers.
|
2016-10-19 16:39:48 +02:00 |
|
Józef Kucia
|
f2c980af56
|
libs/vkd3d: Validate resource state for resource barriers.
|
2016-10-19 16:39:48 +02:00 |
|
Józef Kucia
|
69cd100d48
|
libs/vkd3d: Validate initial resource state.
|
2016-10-19 13:10:12 +02:00 |
|
Józef Kucia
|
f601cbc04a
|
libs/vkd3d: Validate "optimized_clear_value" for buffer resources.
|
2016-10-19 13:10:12 +02:00 |
|
Józef Kucia
|
60959ecf3c
|
libs/vkd3d: Add partial support 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
|
fcc9f9b294
|
libs/vkd3d: Merge vkd3d_vulkan.h into vkd3d_private.h.
|
2016-10-19 09:58:53 +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
|
5f187d9e68
|
libs/vkd3d: Improve diagnostic message for device memory allocation failures.
|
2016-10-17 14:24:22 +02:00 |
|
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 |
|