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
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Rewrite include guards (#1793)dan sinclair
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-02-17Rearrange headersDavid Neto
2016-01-07Extend copyright to 2016.Dejan Mircevski
2015-11-17Use Google comment style and fix typos.Lei Zhang
2015-11-12Move SPIR-V constants/limits to a separate header.spirv-0.99-rev32Lei Zhang
2015-11-12Use std::string instead of a huge array for storing literal strings.Lei Zhang
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang
2015-11-10Run clang-format to enforce Google style globally.Lei Zhang
2015-11-02Inclusion guards follow Google C++ styleDavid Neto
2015-10-26Updated string escaping in the assembler.Andrew Woloszyn
2015-10-26Accept long UTF-8 Literal StringsDavid Neto
2015-10-26Support strings with up to 65535 chars, and null.David Neto
2015-10-26Refactored dynamic and static state out of text processing.Andrew Woloszyn
2015-10-26All values now represent symbolic names instead of mixed with numeric.Andrew Woloszyn
2015-10-26Assembler support for simple mask expressionsDavid Neto
2015-10-26Run clang-format.Lei Zhang
2015-10-26Fix an infinite loop during message generation.David Neto
2015-10-26Add an API parameter to choose assembly syntax format for assembler.Lei Zhang
2015-10-26Use opcode operand definitions from SPIR-V specification generator.David Neto
2015-10-26Getting the next word respects quoting and escaping.David Neto
2015-10-26Getting the next word ends at a comment (;)David Neto
2015-10-26String literals must be quoted.David Neto
2015-05-22Code drop of the Codeplay spirv-tools source.Kenneth Benzie (Benie)