write present mode fallback messages only once
[kazan.git] / src / demo /
2017-09-19 Jacob Lifshayworking on getting SDL2's testvulkan to run
2017-09-13 Jacob Lifshayworking on adding wsi extensions
2017-09-08 Jacob Lifshayfix building on arm
2017-09-06 Jacob Lifshaychange project name to Kazan and reformat code
2017-09-02 Jacob Lifshaychange default symbol visibility to hidden
2017-09-01 Jacob Lifshayimplemented vertex shader inputs
2017-08-23 Jacob Lifshayrendering works
2017-08-23 Jacob Lifshaydraws triangle properly
2017-08-22 Jacob Lifshayfragment shader compiles
2017-08-18 Jacob Lifshayvertex shader works; working on adding debugger-friendl...
2017-08-17 Jacob Lifshayvertex shader runs
2017-08-16 Jacob Lifshaygenerates usable wrapper for vertex shader
2017-08-12 Jacob Lifshaystart adding graphics pipeline
2017-08-09 Jacob Lifshayrenamed libraries
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-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 LifshayMerge branch 'refactor_generator'
2017-07-13 Jacob Lifshaygenerate_spirv_parser is finished
2017-07-12 Jacob Lifshayalmost done writing generate_spirv_parser; instruction...
2017-06-21 Jacob Lifshayworking on adding enum parameters to generated parser
2017-06-20 Jacob Lifshayworking on generate_spirv_parser -- generates parser...
2017-06-13 Jacob Lifshayadded util::bitset and working on implementing generate...
2017-06-05 Jacob Lifshaychange type naming style
2017-05-26 Jacob Lifshayinitial commit