Go to file
2017-09-08 17:05:59 +10:00
cmake@06bb32ff00 cmake: bump for warning reduction 2017-06-05 17:07:42 +10:00
tools hello-tool: don't create redundant queues 2017-09-07 16:35:14 +10:00
.gitignore add forgotten pkgconfig template libcruft-vk.pc.in 2016-02-24 11:25:20 +11:00
.gitmodules build: remove autotools support 2017-03-23 15:08:38 +11:00
AUTHORS initial import 2016-02-24 11:11:41 +11:00
buffer.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
buffer.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
CMakeLists.txt traits: add cpp file for testing instantiations 2017-09-08 17:05:59 +10:00
command_buffer.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
command_buffer.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
command_pool.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
command_pool.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
COPYING add licencing information 2016-02-26 13:39:01 +11:00
device_memory.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
device_memory.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
device.cpp spec.py: provide a less ambiguous handle definition 2017-09-06 00:14:18 +10:00
device.hpp spec.py: provide a less ambiguous handle definition 2017-09-06 00:14:18 +10:00
Doxyfile.in doc: add naive doxygen support 2016-02-26 17:05:16 +11:00
event.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
event.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
except.cpp except: handle missing error codes 2017-09-07 15:52:27 +10:00
except.hpp except: try_array should use non-zero result array size 2017-09-07 12:50:16 +10:00
fence.cpp except: prefer fun references to func pointers 2017-09-06 13:46:52 +10:00
fence.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
framebuffer.cpp spec.py: provide a less ambiguous handle definition 2017-09-06 00:14:18 +10:00
framebuffer.hpp spec.py: provide a less ambiguous handle definition 2017-09-06 00:14:18 +10:00
fwd.hpp surface: add initial VkSurface wrapper type 2017-09-07 15:51:51 +10:00
image.cpp add licencing information 2016-02-26 13:39:01 +11:00
image.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
instance.cpp build: expanded API coverage 2017-09-05 17:20:17 +10:00
instance.hpp build: expanded API coverage 2017-09-05 17:20:17 +10:00
libcruft-vk-inline.pc.in enable optional inline dependency build 2016-04-05 11:16:23 +10:00
libcruft-vk-system.pc.in build: use consolidated NC_SUBPACKAGE 2016-06-21 19:22:09 +10:00
object.cpp except: prefer fun references to func pointers 2017-09-06 13:46:52 +10:00
object.hpp object: add destroy method for owned types 2017-09-07 15:52:36 +10:00
ostream.cpp spec-tool: add type renaming and strong bitfields 2017-09-06 12:11:54 +10:00
ostream.hpp spec-tool: add type renaming and strong bitfields 2017-09-06 12:11:54 +10:00
physical_device.cpp physical_device: add surface queries 2017-09-07 15:53:05 +10:00
physical_device.hpp physical_device: add surface queries 2017-09-07 15:53:05 +10:00
pipeline_cache.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
pipeline_cache.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
pipeline.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
pipeline.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
queue.cpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
queue.hpp build: expanded API coverage 2017-09-05 17:20:17 +10:00
render_pass.cpp add licencing information 2016-02-26 13:39:01 +11:00
render_pass.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
semaphore.cpp add licencing information 2016-02-26 13:39:01 +11:00
semaphore.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
shader_module.cpp add licencing information 2016-02-26 13:39:01 +11:00
shader_module.hpp build: move objects into cruft::vk namespace 2017-05-26 16:30:48 +10:00
surface.cpp surface: add initial VkSurface wrapper type 2017-09-07 15:51:51 +10:00
surface.hpp surface: add initial VkSurface wrapper type 2017-09-07 15:51:51 +10:00
traits.cpp traits: add cpp file for testing instantiations 2017-09-08 17:05:59 +10:00
traits.hpp traits: add support for VkSurface 2017-09-07 15:51:11 +10:00
vk.xml build: bump api xml 2017-09-07 15:46:42 +10:00
vk.xsl vk.xml: update to newest vulkan specification 2017-05-26 16:31:31 +10:00