Henri Verbeet
70dbeed14c
libs/vkd3d: Add DXGI_FORMAT_R8_UNORM.
2017-06-19 14:44:07 +02:00
Henri Verbeet
00f514cf1c
libs/vkd3d: Add DXGI_FORMAT_R16_UNORM.
2017-06-19 14:43:55 +02:00
Henri Verbeet
07f12c2947
libs/vkd3d: Add DXGI_FORMAT_R16G16B16A16_FLOAT.
2017-06-19 14:43:45 +02:00
Józef Kucia
ec4ab656df
libs/vkd3d: Add trailing newline to WARN() message in d3d12_command_list_begin_render_pass().
2017-06-16 23:29:37 +02:00
Józef Kucia
e0c9692c5e
build: Check for SPIR-V headers.
2017-06-16 22:38:21 +02:00
Józef Kucia
4ab5ced2fc
libs/vkd3d-shader: Import DXBC parser from Wine d3d11 implementation.
2017-06-16 22:38:21 +02:00
Józef Kucia
7be0b64a0f
libs/vkd3d-common: Add debugstr_a() function.
2017-06-16 22:38:21 +02:00
Józef Kucia
31c6bfe24f
libs/vkd3d-shader: Import SM4+ bytecode parser from Wine.
2017-06-16 22:38:21 +02:00
Józef Kucia
ad465999ad
build: Enable POSIX.1-2008 functionality.
...
For strnlen().
2017-06-16 22:38:21 +02:00
Józef Kucia
fe13e35f72
programs/vkd3d-compiler: Add program.
...
Mostly for testing shader translation.
2017-06-16 22:38:21 +02:00
Józef Kucia
93458c8933
libs/vkd3d-shader: Add library.
2017-06-16 22:38:21 +02:00
Józef Kucia
995720f5f5
include: Add align() helper function.
2017-06-16 22:38:21 +02:00
Józef Kucia
ba713c9b37
include: Drop wine prefix from red-black tree functions.
2017-06-16 22:38:21 +02:00
Józef Kucia
69e278e754
include: Import red-black tree implementation from Wine.
2017-06-16 22:38:21 +02:00
Józef Kucia
956c8b03cf
include: Import linked list implementation from Wine.
2017-06-16 22:38:21 +02:00
Józef Kucia
0e55ba8933
libs/vkd3d-common: Use ARRAY_SIZE() macro.
2017-06-16 22:38:21 +02:00
Józef Kucia
84889646f6
Update license to LGPL v2.1.
2017-06-16 22:11:21 +02:00
Henri Verbeet
755e368f6b
build: Explicitly link the demos with libvulkan.
...
Since demos/demo_xcb.h uses vkCreateXcbSurfaceKHR(). At least some (2.4.6)
versions of libtool seem to pull libvulkan in automatically through libvkd3d,
but mine (2.4.2) doesn't.
2017-06-15 16:16:09 +02:00
Henri Verbeet
f604f25aba
libs/vkd3d: Add DXGI_FORMAT_R11G11B10_FLOAT.
2017-06-15 15:16:07 +02:00
Henri Verbeet
39d95dcd7f
libs/vkd3d: Add DXGI_FORMAT_R10G10B10A2_UNORM.
2017-06-15 15:15:57 +02:00
Henri Verbeet
39e8b8de25
libs/vkd3d: Add DXGI_FORMAT_R32G32_FLOAT.
2017-06-15 15:15:46 +02:00
Henri Verbeet
09f52882ae
include: Add the ID3D12CommandSignature interface.
2017-06-15 15:15:36 +02:00
Henri Verbeet
09ff8b57c1
include: Fix the IDXGISwapChain::ResizeBuffers() arguments.
2017-06-15 15:15:26 +02:00
Józef Kucia
f8c42d3148
build: Do not link everything with libvulkan.
2017-06-15 14:50:37 +02:00
Henri Verbeet
a5b78eea21
include: Fix D3D12_SAMPLER_DESC.
2017-06-12 18:16:05 +02:00