Implement NonSemantic.Shader.DebugInfo.100
[platform/upstream/glslang.git] / SPIRV / spvIR.h
2022-08-26 Jeremy HayesImplement NonSemantic.Shader.DebugInfo.100
2022-05-31 Greg FischerMerge pull request #2950 from qingyuanzNV/insert_opline...
2022-05-31 Qingyuan Zhengavoid using make_unique for c++11 compatibility
2022-05-31 Qingyuan Zhenguse unique_ptr to avoid calling deleted move ctor
2022-05-24 Qingyuan Zhenggenerate OpLine before OpFunction
2022-03-24 Greg FischerMerge pull request #2851 from chaoticbob/version-override
2022-01-13 Greg FischerMerge pull request #2852 from gnoliyil/fuchsia
2022-01-05 Greg FischerMerge pull request #2847 from jeremy-lunarg/hayes-fix...
2022-01-04 Greg FischerMerge pull request #2800 from mhillenbrand/string_liter...
2021-11-08 Marius HillenbrandFix encoding/decoding of string literals for big-endian...
2020-12-24 nihuiniMerge remote-tracking branch 'upstream/master' into...
2020-11-09 Jesse HallImplement GL_EXT_terminate_invocation (#2454)
2020-10-30 John KessenichMerge pull request #2387 from BNieuwenhuizen/nonuniform
2020-10-12 Rémi VerscheldeRemove executable bits from code/data files (#2420)
2020-07-02 John KessenichMerge pull request #2268 from lriki/hlsl-pack_matrix
2020-07-02 John KessenichMerge pull request #2303 from ben-clayton/limit-public-2
2020-06-30 John KessenichMerge pull request #2302 from KhronosGroup/fix-texture...
2020-06-30 John KessenichMerge pull request #2300 from KhronosGroup/generalize...
2020-06-30 John KessenichSPV: RelaxedPrecision: Generalize fix #2293 to cover...
2020-06-30 John KessenichMerge pull request #2292 from proydakov/gcc-unused...
2020-06-29 John KessenichMerge pull request #2286 from ben-clayton/kokoro-static...
2020-06-28 John KessenichMerge pull request #2294 from KhronosGroup/fix-arg...
2020-06-26 John KessenichSPV: Partially address #2293: correct "const in" precis...
2020-04-01 John KessenichBuild warning: Fix #2167: Remove nested reuse of 'unrea...
2020-01-27 John KessenichMerge pull request #1940 from tsuoranta/fix-gcc9
2019-12-18 Roy.liMerge pull request #7 from KhronosGroup/master
2019-11-05 John KessenichMerge pull request #1961 from zoddicus/fixChromiumRoll
2019-11-04 Ryan HarrisonRemove std::move that is breaking chromium roll
2019-11-04 John KessenichMerge pull request #1953 from null77/gn-add-missing...
2019-11-04 John KessenichMerge pull request #1954 from corporateshark/master
2019-11-03 John KessenichBump up the generator version, which is exposed in...
2019-11-01 John KessenichMerge branch 'dneto0-dead-code'
2019-11-01 John KessenichMerge branch 'dead-code' of https://github.com/dneto0...
2019-10-29 David NetoSPIR-V: Aggressively prune unreachable merge, continue...
2019-09-02 Roy.liMerge pull request #6 from Roy-AMD/sync
2019-07-29 John KessenichMerge pull request #1813 from jeffbolznv/compositeconstruct
2019-07-25 Canon leeMerge branch 'sync' into automapping-opengl-location
2019-07-23 John KessenichMerge pull request #1792 from Roy-AMD/automapping-openg...
2019-07-09 John KessenichMerge pull request #1825 from amdrexu/bugfix
2019-06-26 John KessenichMerge pull request #1811 from ShabbyX/fix
2019-06-25 Shahbaz YoussefiRemove extraneous semicolons
2019-06-18 John KessenichMerge pull request #1698 from jeffbolznv/private_storag...
2019-03-19 John KessenichMerge pull request #1711 from demett-brcm/avoid-undefin...
2019-02-26 John KessenichMerge pull request #1701 from jeffbolznv/cooperative_matrix
2019-02-26 Jeff BolzImplement GL_NV_cooperative_matrix
2019-01-11 John KessenichMerge pull request #1652 from gnl21/cmake-fix
2019-01-08 John KessenichMerge pull request #1645 from KhronosGroup/dupe-accelstruct
2019-01-08 John KessenichMerge pull request #1644 from jeffbolznv/buffer_reference
2019-01-07 Jeff BolzGL_EXT_buffer_reference
2018-12-14 John KessenichLicensing. Fixes #958. Add licenes file and update...
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-18 John KessenichMerge pull request #1474 from KhronosGroup/pure-8-16...
2018-08-16 John KessenichSPV: only declare the pure 8/16-bit capabilities when...
2018-08-14 John KessenichSPV: More corrections of <id> versus "immediate" operands.
2018-08-14 John KessenichSPV: Correct SPIR-V operands for <id> versus immediate.
2018-08-06 otakutoRemove execute permissions
2018-05-05 John KessenichMerge pull request #1370 from KhronosGroup/fix-param...
2018-05-04 John KessenichFix #944: Convert argument type to match formal paramet...
2017-12-16 John KessenichSPV: Memory model: Reduce set of memory-semantic bits...
2017-12-16 John KessenichSPV: Change barrier emission to conform to Khronos...
2017-09-01 John KessenichMerge pull request #1042 from LoopDawg/warning-fix-2
2017-09-01 LoopDawgLinux build warning fix
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-01 John KessenichMerge pull request #911 from KhronosGroup/debug-info
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-03-22 John KessenichHLSL: non-static member functions: track and find activ...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-15 John KessenichMerge pull request #390 from steve-lunarg/samplers
2016-07-15 John KessenichBuild: Switch to Rev. 6 of headers, removing "BadValue...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-15 John KessenichSPV: Update to spec. decisions (and issue #205) for...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-06 John KessenichComments only.
2016-03-26 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-10 John KessenichMerge pull request #195 from Qining/remove-decoration...
2016-03-10 qiningRemove decoration of undefined IDs
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-01-22 John KessenichSPV: Use a more accurate MemorySemanticsAllMemory mask.
2016-01-20 John KessenichMerge pull request #136 from dekimir/no-block-removal
2016-01-20 Dejan MircevskiDon't remove SPIR-V blocks before codegen.
2016-01-19 John KessenichMerge pull request #127 from dekimir/loopgen
2016-01-19 Dejan MircevskiMerge branch 'topo' into loopgen-after-readable-order
2016-01-19 John KessenichMerge pull request #135 from dekimir/topo
2016-01-19 Dejan MircevskiExplicitly initialize Instruction::block.
2016-01-19 Dejan MircevskiMake Instruction::getBlock() const.
2016-01-19 Dejan MircevskiFix merge issues.
2016-01-19 Dejan MircevskiRework inReadableOrder() as a recursive descent.
2016-01-19 Dejan MircevskiImplement inReadableOrder().
2016-01-19 Dejan MircevskiAdd Block::successors.
2016-01-18 John KessenichMerge pull request #134 from AWoloszyn/glslangvalidator...
2016-01-18 John KessenichMerge pull request #133 from AWoloszyn/spirv-memory
2016-01-18 Andrew WoloszynFree memory associated with SPIR-V generation.
2016-01-11 Dejan MircevskiMerge branch 'master' of github.com:google/glslang...
next