platform/upstream/glslang.git
2017-12-09 John KessenichHLSL: Remove unintended/untested functionality PrimitiveID.
2017-12-09 John KessenichMerge pull request #1178 from LoopDawg/primitiveid...
2017-12-09 John KessenichMerge pull request #1175 from KhronosGroup/no-flatten...
2017-12-08 LoopDawgHLSL: Allow primitive id on hull shader inputs
2017-12-08 John KessenichHLSL: Stop flattening non-IO structs containing opaques.
2017-12-06 John KessenichHLSL: Fix #606: make layout() override register.
2017-12-06 John KessenichHLSL: Fix #1154: Support PointSize, as an attribute.
2017-12-05 John KessenichMerge pull request #1151 from cgmb/update-readme
2017-12-05 Cory BloorImprove build instructions
2017-12-04 John KessenichHLSL: Fix #1163: treat buffers as references when calli...
2017-12-02 John KessenichMerge pull request #1171 from greg-lunarg/kg5
2017-12-01 John KessenichMerge pull request #1170 from LoopDawg/matsize-warnings
2017-12-01 GregFUpdate spirv-tools known-good
2017-11-30 LoopDawgHLSL: minor: add warning for mat() matrix size truncation
2017-11-29 John KessenichAdd initialization in case it is causing the Apple...
2017-11-29 John KessenichTests: Trigger more texture tests, and hopefully see...
2017-11-29 John KessenichMerge pull request #1166 from tafuri/#1165-invalid_Store
2017-11-28 John KessenichMerge pull request #1169 from LoopDawg/cbuffer-identifier
2017-11-28 John KessenichMerge pull request #1167 from LoopDawg/matmul-truncate-mxm
2017-11-28 John KessenichMerge pull request #1168 from greg-lunarg/kg4
2017-11-28 LoopDawgHLSL: allow keyword-identifiers as cbuffer/struct names.
2017-11-27 GregFUpdate spirv-tools known-good
2017-11-27 LoopDawgHLSL: add implicit mat*mat truncations
2017-11-27 Sebastian TafuriAdded new test to gtests and updated test data
2017-11-27 Sebastian TafuriRespect the array type in Store operation
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-20 John KessenichSPV: SampleMask does not depend on SampleRateShading.
2017-11-17 John KessenichMemory: Reference count number of clients, to support...
2017-11-17 John KessenichUsage: clarify meaning of -s; fixes #1135.
2017-11-16 John KessenichTest: Add more legalization tests; those effected by...
2017-11-15 John KessenichMerge pull request #1156 from LoopDawg/snorm-uav
2017-11-15 John KessenichMerge pull request #1157 from LoopDawg/gs-hs-mix
2017-11-15 LoopDawgHLSL: ignore geometry attributes on non-GS stages.
2017-11-15 John KessenichMerge pull request #1147 from KhronosGroup/memory1
2017-11-14 John KessenichMerge pull request #1155 from antiagainst/skip-tags
2017-11-14 John KessenichMemory: Remove redundant pool popAll(), which is potent...
2017-11-14 LoopDawgHLSL: Accept unorm and snorm on types
2017-11-14 Lei ZhangAppveyor: avoid double testing on master commits
2017-11-14 LoopDawgImplement OS_DumpMemoryCounters for Linux
2017-11-14 John KessenichMemory: Restore unused interfaces, in case other tools...
2017-11-14 John KessenichMerge pull request #1150 from antiagainst/readme-release
2017-11-13 Lei ZhangUpdate README about the automatic master-tot relase
2017-11-13 John KessenichMerge pull request #1143 from LoopDawg/texturebuffer
2017-11-13 John KessenichMemory: Add loop around main, to test tear-down and...
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-10 John KessenichMerge pull request #1145 from antiagainst/travis-auto...
2017-11-09 Lei ZhangTravis: auto deploy build artifacts to GitHub Releases
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-09 LoopDawgHLSL: implement TextureBuffer<type>
2017-11-08 GregFUpdate spirv-tools known good.
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().
next