kazan.git
2017-11-30 Jacob Lifshayfix missing ::type in observer_ptr rewrite_spirv_to_llvm
2017-10-28 Jacob Lifshayadd observer_ptr.h
2017-10-24 Jacob Lifshayworking on rewriting spirv_to_llvm
2017-10-22 Jacob Lifshayworking on rewriting SPIR-V to LLVM IR translation...
2017-09-25 Jacob Lifshayimplementing uniforms; implemented matrix multiplication kazan-old
2017-09-24 Jacob Lifshayfix duplicate decorations
2017-09-24 Jacob Lifshayfix util::optional comparison operators
2017-09-24 Jacob Lifshayworking on implementing shader uniforms; implemented...
2017-09-22 Jacob Lifshayadded row-major matrix type
2017-09-22 Jacob Lifshayadd Shader_interface
2017-09-22 Jacob Lifshayimplement creating graphics pipelines through vulkan api
2017-09-22 Jacob Lifshayadded VkDescriptorSetLayout
2017-09-20 Jacob Lifshayworking on getting rendering through libkazan_vulkan_ic...
2017-09-20 Jacob Lifshayadd missing dependency
2017-09-20 Jacob Lifshayworking on implementing device memory
2017-09-20 Jacob Lifshayworking on implementing device memory
2017-09-20 Jacob Lifshayfix wrong mask in alignment calculation
2017-09-20 Jacob Lifshayfix weird compile error
2017-09-20 Jacob Lifshayfinish filling in all uncompressed image format feature...
2017-09-20 Jacob Lifshayfix image/buffer feature bits through VK_FORMAT_R16G16B...
2017-09-20 Jacob Lifshayfix image/buffer feature bits through VK_FORMAT_A8B8G8R...
2017-09-19 Jacob Lifshaywrite present mode fallback messages only once
2017-09-19 Jacob Lifshayfix assert on window resize
2017-09-19 Jacob LifshaySDL2's testvulkan works
2017-09-19 Jacob Lifshayworking on getting SDL2's testvulkan to run
2017-09-16 Jacob Lifshayfix infinite loop on fence wait timeout
2017-09-16 Jacob Lifshayimplement vulkan fences and command pools; add more...
2017-09-15 Jacob Lifshayremove extraneous packages
2017-09-15 Jacob Lifshayupdate README.md with correct build instructions
2017-09-15 Jacob Lifshayworking on adding KHR_swapchain extension
2017-09-14 Jacob Lifshayworking on adding x11 wsi
2017-09-13 Jacob Lifshayworking on adding wsi extensions
2017-09-11 Jacob Lifshayuse correct vendor id
2017-09-10 Jacob Lifshayworking on adding VK_KHR_surface support; breaks using...
2017-09-08 Jacob Lifshayfix building on arm
2017-09-08 Jacob Lifshayvulkaninfo runs successfully
2017-09-08 Jacob Lifshayfix build error using libstdc++ 7.2
2017-09-07 Jacob Lifshayimplement more api functions
2017-09-06 Jacob Lifshaychange project name to Kazan and reformat code
2017-09-04 Jacob Lifshaystarted adding vulkan icd
2017-09-04 Jacob Lifshaychange macro names to match project name
2017-09-02 Jacob Lifshaychange default symbol visibility to hidden
2017-09-02 Jacob Lifshayfix spelling mistake
2017-09-02 Jacob Lifshayadd vk_icd.h from KhronosGroup/Vulkan-LoaderAndValidati...
2017-09-01 Jacob Lifshayimplemented vertex shader inputs
2017-09-01 Jacob Lifshayfix backwards comparison in basic_string_view::find
2017-08-30 Jacob Lifshayadd util::Aligned_memory_allocator
2017-08-29 Jacob Lifshayadd reasons for not completing everything during GSOC gsoc-2017
2017-08-28 Jacob Lifshayfix link to docs
2017-08-28 Jacob Lifshayfix formatting
2017-08-28 Jacob Lifshayadd link to docs
2017-08-28 Jacob Lifshayadd gsoc-2017-landing-page.md
2017-08-28 Jacob Lifshayadd gcc to todo.md
2017-08-28 Jacob Lifshayadd links to docs and todo list to README.md
2017-08-28 Jacob Lifshayadd todo.md
2017-08-28 Jacob Lifshayadded demo.md
2017-08-28 Jacob Lifshayfinished generate_spirv_parser.md
2017-08-28 Jacob Lifshayadd more docs to generate_spirv_parser
2017-08-28 Jacob Lifshayadd documentation for generate_spirv_parser
2017-08-28 Jacob Lifshayadd pipeline.md
2017-08-28 Jacob Lifshaycorrect the comment in Graphics_pipeline::run::solve_for_t
2017-08-28 Jacob Lifshayfinished spirv_to_llvm.md
2017-08-28 Jacob Lifshayadded docs for spirv_to_llvm_implementation.h
2017-08-28 Jacob Lifshayadd initial documentation for spirv_to_llvm
2017-08-28 Jacob Lifshayupdate README.md to include Docker and not needing...
2017-08-28 Jacob Lifshayadd image.md
2017-08-28 Jacob Lifshayadd more documentation to json.md
2017-08-28 Jacob Lifshayadd json.md
2017-08-28 Jacob Lifshayadd vulkan.md
2017-08-28 Jacob Lifshayadded llvm_wrapper.md
2017-08-28 Jacob Lifshayadd spirv.md
2017-08-28 Jacob Lifshaychange capitalization to match actual name in code
2017-08-28 Jacob Lifshaychange curl options to not display progress
2017-08-28 Jacob Lifshayadd docs for util library
2017-08-27 Jacob Lifshayshorten build log
2017-08-27 Jacob Lifshayadd .travis.yml for Travis CI
2017-08-27 Jacob Lifshayadded docker build scripts for use with continuous...
2017-08-23 Jacob Lifshaygeneralize output file gitignore pattern
2017-08-23 Jacob Lifshayrendering works
2017-08-23 Jacob Lifshaydraws triangle properly
2017-08-22 Jacob Lifshayfix reference after free bug in orc compile stack
2017-08-22 Jacob Lifshayimplemented getting vertex positions and clipping triangles
2017-08-22 Jacob Lifshayremove redundant 'spirv::' -- already have 'using names...
2017-08-22 Jacob Lifshayfragment shader compiles
2017-08-19 Jacob Lifshayadd code to get target vector register width
2017-08-19 Jacob Lifshaystart working on adding Image class
2017-08-18 Jacob Lifshayadd some optimizations
2017-08-18 Jacob Lifshaynew orc compile stack complete
2017-08-18 Jacob Lifshayvertex shader works; working on adding debugger-friendl...
2017-08-17 Jacob Lifshayadded ExtendedFloat::fromHalfPrecision
2017-08-17 Jacob Lifshayvertex shader runs
2017-08-16 Jacob Lifshayworking on implementing Graphics_pipeline::make
2017-08-16 Jacob Lifshayadded vulkan headers for version 1.0.58 and wrapping...
2017-08-16 Jacob Lifshaygenerates usable wrapper for vertex shader
2017-08-15 Jacob Lifshayadd spirv::Instruction variant
2017-08-15 Jacob Lifshayallow multiple execution modes per entry point
2017-08-14 Jacob Lifshayworking on implementing vertex shader wrapper
2017-08-12 Jacob Lifshaystart adding graphics pipeline
2017-08-11 Jacob Lifshayadd checks for unimplemented decorations on types
2017-08-11 Jacob Lifshayadd alignment to generated llvm ir
next