Go to file
2019-01-05 12:31:33 +11:00
icd build: transition from experimental filesystem 2018-12-05 19:13:50 +11:00
specs@dd9919749a specs: bump to 1.1.83 2019-01-02 13:50:01 +11:00
tools tools/spec: use more consistent block comment separators 2019-01-05 12:31:33 +11:00
.gitmodules spec: rewrite header generator to use Khronos repo directly 2018-06-23 12:41:51 +10:00
AUTHORS initial import 2016-02-24 11:11:41 +11:00
buffer.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
buffer.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
callback.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
CMakeLists.txt icd/dispatch: add init method to extract proc query function 2018-11-05 15:04:04 +11:00
command_buffer.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
command_buffer.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
command_pool.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
command_pool.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
COPYING relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
device_memory.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device_memory.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
device.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
Doxyfile.in doc: add naive doxygen support 2016-02-26 17:05:16 +11:00
event.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
event.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
except.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
except.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
fence.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
fence.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
framebuffer.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
framebuffer.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
fwd.hpp fwd: temporarily remove platform specific function listing 2018-08-23 13:56:31 +10:00
image_view.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
image.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
image.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
instance.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
instance.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
libcruft-vk.pc.in build: update pkg-config templates 2018-12-02 13:17:54 +11:00
object.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
object.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
ostream.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
ostream.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
physical_device.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
physical_device.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_cache.cpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00
pipeline_cache.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_layout.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline_layout.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
pipeline.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
queue.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
queue.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
README README: add a trivial README 2018-06-24 19:40:12 +10:00
render_pass.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
render_pass.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
semaphore.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
semaphore.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
shader_module.cpp build: transition from experimental filesystem 2018-12-05 19:13:50 +11:00
shader_module.hpp build: transition from experimental filesystem 2018-12-05 19:13:50 +11:00
surface.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
surface.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
swapchain.hpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
traits.cpp relicense under the MPL-2.0 2018-08-04 15:24:36 +10:00
traits.hpp rename util namespace to cruft 2018-08-05 14:51:18 +10:00

A simple C++ wrapper around Vulkan