aboutsummaryrefslogtreecommitdiff
path: root/source/ext_inst.cpp
AgeCommit message (Expand)Author
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-08-05Add target envs for OpenCL, OpenGLDavid Neto
2016-06-10Use SPIR-V headers from the KhronosGroup/SPIRV-Headers repo.Lei Zhang
2016-04-27Use a single definition of ARRAY_SIZE to simplify code.Lei Zhang
2016-04-18Add SPIR-V 1.1 grammar.Dejan Mircevski
2016-04-18Mark SPIR-V grammar files as 1.0.Dejan Mircevski
2016-04-04Use JSON grammar files to generate extended instruction sets.Lei Zhang
2016-04-04Remove dependency on SPIR-V headers in libspirv.h.Lei Zhang
2016-02-17Some GLSL extended instructions depend on capabilities.David Neto
2016-02-17Add GLSL instructions NMin, NMax, NClampDavid Neto
2016-01-07Extend copyright to 2016.Dejan Mircevski
2016-01-06Fix conversion warnings reported by GCC.David Neto
2015-11-12Add missing copyright.Lei Zhang
2015-11-12Move info table related structs into table.h.Lei Zhang
2015-11-10Run clang-format to enforce Google style globally.Lei Zhang
2015-10-26Use literal integers for OpenCL extended instructions.David Neto
2015-10-26Add OpenCL extended instructions.David Neto
2015-10-26Update to Rev32 headers. Part 1.David Neto
2015-10-26Limit the use of spvCheck and spvCheckReturn to validator.Lei Zhang
2015-10-26Add GLSL std450 extended instruction 72-80.Lei Zhang
2015-10-26Add std450 instructions 53-64.Dejan Mircevski
2015-10-26Add GLSL std450 extended instruction 65-71.Lei Zhang
2015-10-26Simplify macro names used for GLSL std450 extended instruction table.Lei Zhang
2015-10-26Add std450 instructions 49-52.Dejan Mircevski
2015-10-26Reformat GLSL std450 extended instruction table.Lei Zhang
2015-10-26Add GLSL std450 instructions 35-48.Lei Zhang
2015-10-26Add std450 instructions 25-34.Dejan Mircevski
2015-08-24Added the initial set of glsl450 instructions.Andrew Woloszyn
2015-08-17Substitute GLSL450Lib.h with GLSL.std.450.h of revision 31.Lei Zhang
2015-05-22Code drop of the Codeplay spirv-tools source.Kenneth Benzie (Benie)