aboutsummaryrefslogtreecommitdiff
path: root/source/ext_inst.cpp
AgeCommit message (Expand)Author
2018-03-06Support SPIR-V 1.3 and Vulkan 1.1David Neto
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto
2017-12-14Refactor include of latest spir-v header versionsAndrey Tuganov
2017-12-12Support OpenCL 1.2 and 2.0 target environmentsPierre Moreau
2017-10-25Turn all function static non-POD variables into global POD variablesLei Zhang
2017-09-26Avoid using global static variablesLei Zhang
2017-06-21Add support for SPV AMD extensionsRex Xu
2017-05-15Add SPIR-V 1.2 support, for OpenCL 2.2David Neto
2017-04-03Fix spelling in SPV_AMD_gcn_shader supportDavid Neto
2017-03-23Support SPV_AMD_gcn_shaderDavid Neto
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)