Update known-good spirv-tools.
[platform/upstream/glslang.git] / glslang /
2018-01-10 John KessenichGLSL: XFB: more support for built-in block redeclaratio...
2018-01-08 John KessenichScanner: Many int16 and float16 fixes, including perfor...
2018-01-08 John KessenichScanner: Many int64 fixes, including performance.
2018-01-08 John KessenichNon-functional: Fix HLSL error message, and code format...
2017-12-21 John KessenichMerge pull request #1190 from jfmarquis/hlsl-store...
2017-12-20 John KessenichMerge pull request #1195 from LoopDawg/gcc-bug-workaround
2017-12-20 LoopDawgg++ 5.4.0 suspected defect workaround
2017-12-16 John KessenichGLSL: Fix #1193: no 'location' on uniform/buffer block.
2017-12-16 John Kessenichgcc: potentially a compiler-bug work around
2017-12-16 John KessenichSPV: HLSL: Move to correct HLSL barrier semantics,...
2017-12-16 John KessenichHLSL: Fix #1192: when bool operands are converted to...
2017-12-15 John KessenichMerge pull request #1189 from KhronosGroup/spv-xfb
2017-12-15 John KessenichSPV: Plumb through XFB buffer and stride information.
2017-12-15 John KessenichGLSL: Implement XFB for redeclared built-in blocks.
2017-12-15 John KessenichMerge pull request #1184 from KhronosGroup/SPV_EXT_frag...
2017-12-14 Piers DaniellAdd implementation of SPV_EXT_fragment_fully_covered
2017-12-12 John KessenichMerge pull request #1174 from LoopDawg/y-flip
2017-12-07 LoopDawgHLSL: add optional position.Y inversion
2017-11-25 John KessenichMerge pull request #1161 from LoopDawg/matmul-truncate
2017-11-22 LoopDawgHLSL: matrix and vector truncations for m*v, v*m, m*m
2017-11-21 John KessenichMemory: Mak full explicit destructor functionality...
2017-11-21 John KessenichMemory: Fix #705: don't use pool object after invoking...
2017-11-21 John KessenichMemory: Put pragma tables in the pool.
2017-11-17 John KessenichMemory: Reference count number of clients, to support...
2017-11-15 John KessenichMerge pull request #1156 from LoopDawg/snorm-uav
2017-11-15 John KessenichMerge pull request #1147 from KhronosGroup/memory1
2017-11-14 John KessenichMemory: Remove redundant pool popAll(), which is potent...
2017-11-14 LoopDawgImplement OS_DumpMemoryCounters for Linux
2017-11-14 John KessenichMemory: Restore unused interfaces, in case other tools...
2017-11-13 John KessenichMerge pull request #1143 from LoopDawg/texturebuffer
2017-11-13 John KessenichMemory: Remove the need for per-thread tear down.
2017-11-12 John KessenichMemory: Do process and 1st thread tear down.
2017-11-12 John KessenichMemory: Move to a normal model of ownership of memory...
2017-11-12 John KessenichMemory: Non-Functional: Rationalize and improve encapsu...
2017-11-10 John KessenichMerge pull request #1142 from greg-lunarg/kg3
2017-11-09 John KessenichMerge pull request #1114 from LoopDawg/validator-script
2017-11-09 John KessenichMerge pull request #1116 from LoopDawg/reverse-shift...
2017-11-09 LoopDawgReverse order of setShiftBindingForSet parameters
2017-11-03 John KessenichSPV: Don't support noise*() when generating SPV.
2017-11-03 John KessenichVersioning: Update some version strings. Still need...
2017-11-02 John KessenichFix #1079: don't give error when macro() name used...
2017-11-02 John KessenichFix nondeterminism discussed in 258b700f5957fc13b0512b3...
2017-11-02 John KessenichFix #1065: don't validate Vulkan binding numbers.
2017-10-28 John KessenichNon-functional: copyright update, to help with non...
2017-10-27 John KessenichNon-functional: Add {} expected by convention; retrigge...
2017-10-27 John KessenichMerge pull request #1129 from xorgy/const-fold-int...
2017-10-25 Aaron Muir HamiltonGLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1...
2017-10-24 John KessenichMerge pull request #1124 from xorgy/check-inner-implici...
2017-10-24 John KessenichMerge pull request #1127 from xorgy/preprocessor-int...
2017-10-24 Aaron Muir HamiltonPreprocessor: Evaluate INT_MIN % -1 to 0.
2017-10-23 Aaron Muir HamiltonGLSL: Check for implicit inner dimension in array of...
2017-10-23 John KessenichMerge pull request #1118 from xorgy/only-swizzle-number...
2017-10-23 John KessenichMerge branch 'only-parse-inf-constant-in-hlsl' of https...
2017-10-23 John KessenichMerge pull request #1120 from xorgy/overlong-hex-literal
2017-10-23 Aaron Muir HamiltonGLSL: Only parse [-]1.#INF in HLSL mode.
2017-10-22 Aaron Muir HamiltonCheck for hexadecimal literals exceeding MaxTokenLength.
2017-10-21 Aaron Muir HamiltonOnly try swizzles on vectors, numbers, and booleans.
2017-10-20 John KessenichMerge pull request #1115 from LoopDawg/stdarray-binding-set
2017-10-20 LoopDawgNonfunctional: minor: use std::array for per-set shifts...
2017-10-20 John KessenichMerge pull request #1111 from LoopDawg/per-set-binding...
2017-10-20 John KessenichNon-functional: missing comments from missed git add.
2017-10-19 John KessenichHLSL: Fix #1106. Support shader setting of binding...
2017-10-19 LoopDawgAdd per-descriptor-set IO mapping shift values.
2017-10-19 John KessenichGLSL: Make sampling operations have agnostic precision...
2017-10-19 John KessenichMerge pull request #1113 from xorgy/preprocessor-int...
2017-10-18 John KessenichMerge pull request #1102 from KhronosGroup/partially...
2017-10-18 Aaron Muir HamiltonPreprocessor: Evaluate INT_MIN / -1 to 0.
2017-10-17 John KessenichBuild: Fix build warning.
2017-10-17 John KessenichMerge pull request #1109 from xorgy/never-try-to-swizzl...
2017-10-17 Aaron Muir HamiltonDon't try to swizzle void.
2017-10-16 John KessenichPP: Fix #1104: Missing check for #if overflow.
2017-10-13 John KessenichInfrastructure: Add a TShader method to publicly expose...
2017-10-11 John KessenichMerge pull request #1098 from LoopDawg/attribute-gets
2017-10-10 John KessenichMerge pull request #1097 from SWIFTingAround/master
2017-10-10 John KessenichMerge pull request #1094 from LoopDawg/split-shadow-tx
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-08 He DejingAdd getAsLoopNode() method for Loop node
2017-10-07 LoopDawgHLSL: nonfunctional: rename setId -> switchId, add...
2017-10-07 John KessenichMerge pull request #1090 from tafuri/#1084-fix-segfault
2017-10-07 John KessenichSPV: Correct semantics of atomic-counter decrement.
2017-10-06 John KessenichMerge pull request #1089 from LoopDawg/split-shadow-tx
2017-10-06 LoopDawgHLSL: split textures used for both shadow and non-shado...
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-09-29 John KessenichFix #1060: Could crash if using --source-entry-point...
2017-09-29 John KessenichMerge pull request #1078 from greg-lunarg/addopt14
2017-09-29 John KessenichSPV: rationalize parameter handling for "original"...
2017-09-29 John KessenichHLSL: Remove workarounds for assigning to opaques.
2017-09-29 John KessenichMerge pull request #1076 from LoopDawg/shadow-tx-types
2017-09-27 John KessenichMerge pull request #1072 from amdrexu/feature
2017-09-27 Rex XuImplement extension GL_NV_shader_atomic_int64
2017-09-16 John KessenichMerge pull request #1044 from dsrbecky/image_external_essl3
2017-09-15 xavierHLSL: fix array[1] of vec4 constant declaration.
2017-09-15 John KessenichHLSL: Add bounds checking, shared with GLSL. Partially...
2017-09-13 John KessenichGLSL: Make gl_Layer and gl_ViewportIndex always be...
2017-09-12 John KessenichMerge pull request #1056 from KhronosGroup/glsl-entrypo...
2017-09-12 John KessenichGLSL: Promote HLSL entry-point renaming code to be...
2017-09-12 John KessenichMerge pull request #1050 from amdrexu/feature
2017-09-12 John KessenichMerge pull request #1055 from KhronosGroup/strdup
2017-09-12 John KessenichBuild: Fix strdup -> _strdup warnings.
next