start adding graphics pipeline
[kazan.git] / src / demo / demo.cpp
2017-08-12 Jacob Lifshaystart adding graphics pipeline
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