summaryrefslogtreecommitdiff
path: root/source/table.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-03Cleanup includes. (#1795)dan sinclair1-3/+3
2018-08-03Rewrite include guards (#1793)dan sinclair1-3/+3
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair1-6/+6
2018-03-17Migrate to use unified grammar tablesLei Zhang1-4/+18
2017-12-14Refactor include of latest spir-v header versionsAndrey Tuganov1-1/+1
2017-11-23Move SetContextMessageConsumer into libspirv namespaceDavid Neto1-0/+2
2017-10-25Turn all function static non-POD variables into global POD variablesLei Zhang1-4/+8
2017-05-15Add SPIR-V 1.2 support, for OpenCL 2.2David Neto1-3/+1
2017-03-14Validator checks if operands require extensionAndrey Tuganov1-2/+1
2017-03-09Validator parses and registers OpExtensionAndrey Tuganov1-13/+3
2016-09-22Clean up header dependency.Lei Zhang1-1/+1
2016-09-21Publish the C++ interface.Lei Zhang1-2/+2
2016-09-16Add basic support for SPV_KHR_shader_ballotDavid Neto1-0/+18
2016-09-15Add a callback mechanism for communicating messages to callers.Lei Zhang1-0/+7
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-21/+9
2016-09-01Refactor CapabilitySet into templated class EnumSetDavid Neto1-1/+1
2016-08-30Handle capabilities larger than value 63David Neto1-8/+6
2016-06-10Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.Lei Zhang1-1/+1
2016-04-18Add SPIR-V 1.1 grammar.Dejan Mircevski1-6/+6
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang1-0/+2
2016-04-01Use the JSON grammar file to generate various info tables.Lei Zhang1-5/+1
2016-02-17Rearrange headersDavid Neto1-1/+1
2016-02-17Some GLSL extended instructions depend on capabilities.David Neto1-0/+2
2016-01-07Extend copyright to 2016.Dejan Mircevski1-1/+1
2015-11-16Use Google comment style and fix typos.Lei Zhang1-3/+3
2015-11-13Fix many typos.Lei Zhang1-15/+3
2015-11-12Use opaque context object to hold SPIR-V info tables.Lei Zhang1-1/+7
2015-11-12libspirv.h doesn't depend on spirv_operands.hpp anymore.Lei Zhang1-0/+1
2015-11-12Move internal macros/structs for SPIR-V to a separate header.Lei Zhang1-0/+1
2015-11-12Use quotation for libspirv.h and sort headers.Lei Zhang1-1/+1
2015-11-12Move info table related structs into table.h.Lei Zhang1-0/+66
2015-11-12Move spv*TableGet() functions out of libspirv.h.Lei Zhang1-0/+53