fix missing ::type in observer_ptr
[kazan.git] / src /
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 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-28 Jacob Lifshaycorrect the comment in Graphics_pipeline::run::solve_for_t
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
2017-08-09 Jacob Lifshayrenamed libraries
2017-08-03 Jacob Lifshayimplemented more instructions
2017-08-01 Jacob Lifshaygenerating x86 code works
2017-07-28 Jacob Lifshayadded per-function target attributes
2017-07-27 Jacob Lifshaycompiling test shader to LLVM IR works
2017-07-26 Jacob Lifshayworking on implementing more opcodes
2017-07-26 Jacob LifshayMerge remote-tracking branch 'origin2/readme'
2017-07-26 Jacob Lifshayfix compile error on clang 4.0
2017-07-21 Jacob Lifshayworking on implementing Spirv_to_llvm -- need to fix...
2017-07-20 Jacob Lifshaycalculate_types stage works in Spirv_to_llvm
2017-07-20 Jacob Lifshayfixed bug in util::optional::reset(); forgot to set...
2017-07-19 Jacob Lifshayworking on implementing spirv_to_llvm
2017-07-18 Jacob Lifshayworking on implementing llvm type generation
2017-07-14 Jacob Lifshaychange generate_spirv_parser to move a bunch of code...
2017-07-13 Jacob Lifshayworking on Spirv_to_llvm
2017-07-13 Jacob Lifshayworking on Spirv_to_llvm
2017-07-13 Jacob Lifshayadd instruction_start_index operand to spirv::Parser_ca...
2017-07-13 Jacob LifshayMerge branch 'refactor_generator'
2017-07-13 Jacob Lifshayremove old files refactor_generator
2017-07-13 Jacob Lifshaygenerate_spirv_parser is finished
2017-07-12 Jacob Lifshayalmost done writing generate_spirv_parser; instruction...
2017-07-11 Jacob Lifshaygenerate_spirv_parser generates all of spirv::Dump_call...
2017-07-11 Jacob Lifshayworking on generate_spirv_parser
2017-07-11 Jacob Lifshaycompleted instruction_properties.cpp
2017-07-07 Jacob Lifshayworking on implementing generate_spirv_parser
2017-07-05 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-07-05 Jacob Lifshayworking on generate_spirv_parser
2017-07-05 Jacob Lifshaymodify variant to improve clang's diagnostics
2017-07-04 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-07-04 Jacob Lifshayfix unused function warning
2017-07-04 Jacob Lifshayfix filesystem::path comparison bugs
2017-07-04 Jacob Lifshayfinish implementing util::Enum_map
next