platform/upstream/glslang.git
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 John KessenichMerge pull request #1144 from antiagainst/appveyor...
2017-11-09 LoopDawgReverse order of setShiftBindingForSet parameters
2017-11-09 LoopDawgAdd script to crank test shaders through spirv-val
2017-11-09 Lei ZhangAppveyor: auto deploy build artifacts to GitHub Releases
2017-11-03 John KessenichSPV: Don't support noise*() when generating SPV.
2017-11-03 John KessenichErrors: Have a whole set of tool-level error messages...
2017-11-03 John KessenichVersioning: Update some version strings. Still need...
2017-11-03 John KessenichMerge pull request #1139 from greg-lunarg/remap2
2017-11-02 GregFRemapper: Fix strip algo when strip ranges overlap
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-28 John KessenichTests: Non-determinancy: Add back in the IntMin tests.
2017-10-28 John KessenichMerge pull request #1133 from greg-lunarg/kg2
2017-10-27 GregFAdd python3 compatibility to update_glslang_sources.py
2017-10-27 John KessenichNon-determinant tests: Remove recent tests, to see...
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... GLSL: 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... Preprocessor: Evaluate INT_MIN % -1 to 0.
2017-10-24 John KessenichMerge pull request #1125 from greg-lunarg/kg1
2017-10-23 GregFUpdate spirv-tools known-good
2017-10-23 Aaron Muir... GLSL: 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 KessenichTests: Add test for GLSL +-#INF.
2017-10-23 John KessenichMerge pull request #1120 from xorgy/overlong-hex-literal
2017-10-23 Aaron Muir... GLSL: Only parse [-]1.#INF in HLSL mode.
2017-10-22 Aaron Muir... Check for hexadecimal literals exceeding MaxTokenLength.
2017-10-21 Aaron Muir... Only 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 KessenichSPV: Don't emit StorageImageMultisample capability...
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->SPIR-V: Put precision decorations on imageLoad().
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... Preprocessor: 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... Don't try to swizzle void.
2017-10-17 GregFUpdate spirv-tools known-good
2017-10-16 John KessenichPP: Fix #1104: Missing check for #if overflow.
2017-10-16 John KessenichHLSL: More clip fix: It is more involved than previous...
2017-10-16 John KessenichFix #1103: clip() works on int/uint.
2017-10-16 John KessenichTests: Add clip(int) tests.
2017-10-13 John KessenichInfrastructure: Add a TShader method to publicly expose...
2017-10-12 John KessenichHLSL: Partially flatten hierarchies, instead of all...
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-10 LoopDawgHLSL: add helper access methods to TAttributeMap
2017-10-10 Tim DiekmannSet cmake-policy CMP0048 to NEW
2017-10-08 He DejingAdd getAsLoopNode() method for Loop node
2017-10-07 LoopDawgHLSL: nonfunctional: rename setId -> switchId, add...
2017-10-07 John KessenichHLSL: Validate implicit initializer assignment to opaqu...
2017-10-07 John KessenichSPV: GeneratorVersion: bump version number because...
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-07 John KessenichHLSL: Tests: Add subset of flattened opaque test to...
2017-10-06 Sebastian TafuriAdded test for local structured buffer variable
2017-10-06 Sebastian TafuriFixed formatting
2017-10-06 John KessenichMerge pull request #1089 from LoopDawg/split-shadow-tx
2017-10-06 Sebastian TafuriOnly track variables in the global scope
2017-10-06 LoopDawgHLSL: split textures used for both shadow and non-shado...
2017-10-06 John KessenichReadme: Update with additional Windows build informatio...
2017-10-04 John KessenichMerge pull request #1085 from KhronosGroup/flatten...
2017-10-04 John KessenichHLSL: Fix #954: Track/access subsets of flattened multi...
2017-10-04 John KessenichMerge pull request #1081 from xxxbxxx/for-upstream-1
2017-10-03 UnknownHLSL: Fix crash when flattening both side of assignemen...
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-09-30 John KessenichBuild: Fix a couple build issues.
2017-09-30 John KessenichHLSL: Additional attribute support: [[]], namespace...
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 GregFLegalization: Fix tests after workarounds removed
2017-09-29 John KessenichSPV: rationalize parameter handling for "original"...
2017-09-29 John KessenichHLSL: Pass opaques by local copy, instead of by interfa...
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-28 LoopDawgHLSL: force textures to shadow modes from combined...
2017-09-28 John KessenichMerge pull request #1077 from greg-lunarg/addopt12
2017-09-28 GregFLegalization: Fix warnings and disable tests when spirv...
2017-09-28 John KessenichMerge pull request #1070 from greg-lunarg/addopt8
2017-09-27 GregFAdvance spirv-opt known-good to hopefully fix travis...
2017-09-27 GregFLegalization: Skip spirv-tools tests
2017-09-27 GregFPick up latest spirv-tools in attempt to fix travis...
2017-09-27 GregFTry Python interpreter on update_glslang_sources.py...
2017-09-27 GregFFix travis and appveyor calls to update_glslang_sources.py
next