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
2019-05-10Use last version (#2578)alan-baker
2018-08-14Remove source/message.h (#1838)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-03Rewrite include guards (#1793)dan sinclair
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair
2018-03-17Migrate to use unified grammar tablesLei Zhang
2017-12-14Refactor include of latest spir-v header versionsAndrey Tuganov
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto
2017-10-25Turn all function static non-POD variables into global POD variablesLei Zhang
2017-05-16Add SPIR-V 1.2 support, for OpenCL 2.2David Neto
2017-03-14Validator checks if operands require extensionAndrey Tuganov
2017-03-09Validator parses and registers OpExtensionAndrey Tuganov
2016-09-23Clean up header dependency.Lei Zhang
2016-09-21Publish the C++ interface.Lei Zhang
2016-09-16Add basic support for SPV_KHR_shader_ballotDavid 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-09-01Refactor CapabilitySet into templated class EnumSetDavid Neto
2016-08-30Handle capabilities larger than value 63David Neto
2016-06-10Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.Lei Zhang
2016-04-18Add SPIR-V 1.1 grammar.Dejan Mircevski
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang
2016-04-01Use the JSON grammar file to generate various info tables.Lei Zhang
2016-02-17Rearrange headersDavid Neto
2016-02-17Some GLSL extended instructions depend on capabilities.David Neto
2016-01-07Extend copyright to 2016.Dejan Mircevski
2015-11-17Use Google comment style and fix typos.Lei Zhang
2015-11-13Fix many typos.Lei Zhang
2015-11-13Use opaque context object to hold SPIR-V info tables.Lei Zhang
2015-11-12libspirv.h doesn't depend on spirv_operands.hpp anymore.Lei Zhang
2015-11-12Move internal macros/structs for SPIR-V to a separate header.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-12Move spv*TableGet() functions out of libspirv.h.Lei Zhang