implemented switch CFG parsing
[kazan.git] / vulkan-driver /
2018-11-26 Jacob Lifshayformat source
2018-11-26 Jacob Lifshayadd edition = "2015"
2018-11-20 Jacob Lifshayadded more code to shader compiler and split into seper...
2018-11-09 Jacob Lifshayworking on implementing shader compiler
2018-11-07 Jacob Lifshayworking on implementing shader compiler
2018-11-06 Jacob Lifshayworking on getting vulkan_minimal_compute to run
2018-11-05 Jacob Lifshayremove MIR support since Vulkan is dropping support
2018-10-23 Nicolas KochDo not build xcb parts on OSX
2018-10-19 Jacob Lifshaysplit shader compiler backend into separate crate
2018-10-16 Jacob Lifshayshader compiler test works!
2018-10-16 Jacob Lifshaydisable lots of warnings
2018-10-08 Jacob Lifshaystarted adding shader compiler
2018-10-08 Jacob Lifshayadded buffer and image memory binding
2018-10-06 Jacob Lifshaybuilding for 32/64-bit windows/linux works
2018-10-05 Jacob Lifshayimplement more functions trying to get testcase dEQP...
2018-10-04 Jacob Lifshayfixed xcb swapchain bug; vulkaninfo just doesn't check...
2018-10-04 Jacob Lifshayadd first part of xcb swapchain creation; memory bug...
2018-10-03 Jacob Lifshayrevert changes to vkGetDeviceProcAddr
2018-10-03 Jacob Lifshayworking on implementing xcb surfaces
2018-10-02 Jacob Lifshayvulkaninfo 1.1.73 works
2018-10-02 Jacob Lifshayvulkaninfo 1.1.70 works
2018-10-01 Jacob Lifshayfinish adding functions and extensions that were added...
2018-10-01 Jacob Lifshayadd LGPL2.1+ license
2018-10-01 Jacob Lifshayworking on adding extensions included in Vulkan 1.1
2018-09-30 Jacob Lifshayworking on adding KHR functions that were promoted...
2018-09-29 Jacob Lifshayworking on implementing vulkan functions
2018-09-28 Jacob Lifshayworking on implementing vulkan functions
2018-09-27 Jacob Lifshayworking on generating rust code from vk.xml
2018-09-26 Jacob Lifshayimplementing get_proc_address
2018-09-26 Jacob Lifshayadd more type asserts and fix api types
2018-09-26 Jacob Lifshaydeclared ICD api