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
2021-12-14Refactor the disassembler code for reuse (#4616)Shahbaz Youssefi
2021-12-08Fix endianness of string literals (#4622)Marius Hillenbrand
2021-06-23Initial support for SPV_KHR_integer_dot_product (#4327)Kévin Petit
2021-06-09Support Intel extensions for fixed point and hls-float (#4321)David Neto
2021-01-20Support pending Intel extensions (#4116)David Neto
2020-09-28[spirv-dis] Add some context comments to disassembly. (#3847)dan sinclair
2020-03-17Add support for KHR_ray_{query,tracing} extensions (#3235)Daniel Koch
2019-12-20Support OpenCL.DebugInfo.100 extended instruction set (#3080)David Neto
2019-12-19Add support for SPV_KHR_non_semantic_info (#3110)David Neto
2018-08-14Use MakeUnique. (#1837)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-01-12Adding ostream operators for IR structuresAlan Baker
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto
2017-12-01Support outputting ANSI color escape sequences in libraryLei Zhang
2016-11-15Extract EmitNumericLiteral from disassemblerDavid Neto
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-07-19Disassembling: map IDs to friendly names.David Neto
2016-06-27Add an option to spvBinaryToText() to ignore header output.Lei Zhang
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang
2016-02-17Rearrange headersDavid Neto
2016-01-21Add disassembler option to show byte offsetDavid Neto
2016-01-08Support 16-bit float in assembler and disassemblerAndrew Woloszyn
2016-01-07Extend copyright to 2016.Dejan Mircevski
2016-01-06Avoid warning for implicit conversion of char array to bool.David Neto
2016-01-04Rename endian.h to spirv_endian.hDavid Neto
2015-12-10Fix warnings with Apple clang++Umar Arshad
2015-11-30spvBinaryParse: fix overruns, handle image formatDavid Neto
2015-11-23spv_parsed_instruction_t cleanupDavid Neto
2015-11-20Put DiagnosticStream and clr exports in libspirv namespaceDavid Neto
2015-11-19Clean up CMake configuration and address compiler warnings.Lei Zhang
2015-11-18Remove old names for enums: memory semantics, scope IDDavid Neto
2015-11-18Bottom byte of version header word should be 0David Neto
2015-11-13The version header word has 3 byte-size components.David Neto
2015-11-13Generator word now has two 16-bit componentsDavid Neto
2015-11-13Use opaque context object to hold SPIR-V info tables.Lei Zhang
2015-11-13Disassembler tool indents to 15 by defaultDavid Neto
2015-11-12Remove table parameters from API functions.Lei Zhang
2015-11-11Disassembler support for OpSpecConstantOpDavid Neto
2015-11-11Fix Windows build errors.David Neto
2015-11-10Print OpConstant values according to type.David Neto
2015-11-10Remove support for canonical assembly syntax format.Lei Zhang
2015-11-10spv_operand_type_t cleanup.David Neto
2015-11-10Remove TODO: Strings are always little-endianDavid Neto
2015-11-10Refactor the binary parser.David Neto
2015-11-10Consts before the type, not afterDavid Neto
2015-11-10A spv_binary_t points to const code words.David Neto
2015-11-10Move spvBinaryToText into new disassembler file.David Neto