Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-05Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)alan-baker
2020-01-24Handle conflict between debug info and existing validation rule (#3104)Jaebaek Seo
2018-11-27New spirv-reduce reduction pass: operand to dominating id. (#2099)Alastair Donaldson
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Rewrite include guards (#1793)dan sinclair
2018-08-01Remove std::deque in favour of std::vector. (#1755)dan sinclair
2018-03-17Migrate to use unified grammar tablesLei Zhang
2017-12-18Remove concept of FIRST_CONCRETE_* operand typesDavid Neto
2017-09-06Update MARK-V to version 1.01Andrey Tuganov
2017-07-04Convert pattern stack from deque to vector, and share itChris Forbes
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-02-17Rearrange headersDavid Neto
2016-02-02Add spvOperandIsConcreteMaskDavid Neto
2016-01-21Track uses and defs during parsing.Dejan Mircevski
2016-01-07Extend copyright to 2016.Dejan Mircevski
2015-11-17Use Google comment style and fix typos.Lei Zhang
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang
2015-11-12Move info table related structs into table.h.Lei Zhang
2015-11-10spv_operand_type_t cleanup.David Neto
2015-11-02Inclusion guards follow Google C++ styleDavid Neto
2015-10-26Simplify (and test) the alternate-parsing pattern.Dejan Mircevski
2015-10-26Refactored dynamic and static state out of text processing.Andrew Woloszyn
2015-10-26Run clang-format.Dejan Mircevski
2015-10-26Implement alternate-parsing mode for !<integer>.Dejan Mircevski
2015-10-26Assembler: mask expressions where 1 bits imply operandsDavid Neto
2015-10-26Generalize spvOperandTableNameLookup to take string length.David Neto
2015-10-26Use opcode operand definitions from SPIR-V specification generator.David Neto
2015-05-22Code drop of the Codeplay spirv-tools source.Kenneth Benzie (Benie)