platform/upstream/glslang.git
2017-12-21 Jean-François... HLSL: Fix possibly incorrect type conversion in StoreN...
2017-12-17 John KessenichSPV: Document history of the generator version number.
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: Memory model: Reduce set of memory-semantic bits...
2017-12-16 John KessenichSPV: HLSL: Move to correct HLSL barrier semantics,...
2017-12-16 John KessenichSPV: Bump the generator number to account for barrier...
2017-12-16 John KessenichSPV: Change barrier emission to conform to Khronos...
2017-12-16 John KessenichHLSL: Fix #1192: when bool operands are converted to...
2017-12-16 John KessenichMerge pull request #1191 from greg-lunarg/kg6
2017-12-15 GregFUpdate spirv-tools known-good.
2017-12-15 John KessenichHLSL: Make attributes for built-in override semantics.
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-14 John KessenichUpdate to latest public headers.
2017-12-14 John KessenichMerge pull request #1183 from LoopDawg/builtin-output...
2017-12-14 John KessenichMerge pull request #1186 from zeux/master
2017-12-14 Arseny KapoulkineHLSL: Implement support for RT/Viewport output from VS
2017-12-12 LoopDawgHLSL: for split output structs, propagate indirection...
2017-12-12 John KessenichMerge pull request #1174 from LoopDawg/y-flip
2017-12-09 John KessenichHLSL: Give error on unsupported buffer initializer.
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-07 LoopDawgHLSL: add optional position.Y inversion
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
next