kazan.git
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
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-28 Jacob Lifshayclarify which version of Ubuntu-packaged LLVM doesn...
2017-07-27 Jacob Lifshaycompiling test shader to LLVM IR works
2017-07-26 Jacob Lifshayworking on implementing more opcodes
2017-07-26 Jacob Lifshayreformat and update README.md
2017-07-26 Jacob LifshayMerge remote-tracking branch 'origin2/readme'
2017-07-26 Yurii Kolesnykovinit 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 Lifshayremoved eclipse project from repo
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
2017-07-04 Jacob Lifshayimplemented spirv::Literal_string
2017-07-01 Jacob Lifshayworking on generate_spirv_parser
2017-06-30 Jacob Lifshayfix spurious warning about shifting more than size...
2017-06-30 Jacob Lifshayworking on refactoring generate_spirv_parser
2017-06-30 Jacob Lifshayfix constexpr in util::basic_string_view
2017-06-30 Jacob Lifshayfix spurious warning about shifting more than size...
2017-06-30 Jacob Lifshayworking on refactoring
2017-06-29 Jacob Lifshayadd code to parse extinst json files; still need to...
2017-06-29 Jacob Lifshayadd basic_string_view cast operator to text::Encoded_ch...
2017-06-29 Jacob Lifshaychange json::Source::load_file to produce a more descri...
2017-06-29 Jacob Lifshaychange json::Source::load_file to accept a filesystem...
next