Direct3D to Vulkan translation library
Go to file
Józef Kucia b9da47ebe2 libs/vkd3d: Implement naive initial state transition.
This is not a complete solution yet. In order to allow recording
multiple command list and executing them in any order we have to fix up
the current image layout when submitting a command list instead of when
a command list is being recorded.
2016-10-25 13:23:18 +02:00
bin build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
crosslibs Add crosslibs .a to .gitignore. 2016-10-24 13:57:04 +02:00
demos demos: Flush XCB connection after creating window. 2016-10-24 15:28:08 +02:00
include demos/triangle: Add a demo program. 2016-10-24 13:57:05 +02:00
libs libs/vkd3d: Implement naive initial state transition. 2016-10-25 13:23:18 +02:00
m4 build: Add original copyright notice for Autoconf macros. 2016-10-10 11:22:50 +02:00
portable build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
tests tests: Add test for bundle state inheritance. 2016-10-24 13:20:09 +02:00
.gitignore tests: Add test for D3D12CreateDevice(). 2016-09-21 12:57:24 +02:00
autogen.sh build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00
configure.ac demos/triangle: Add a demo program. 2016-10-24 13:57:05 +02:00
Makefile.am demos/triangle: Add a demo program. 2016-10-24 13:57:05 +02:00
README build: Add initial Autotools files. 2016-09-21 09:05:15 +02:00

vkD3D - Direct3D 12 to Vulkan translation library