platform/upstream/glslang.git
2018-02-05 David NetoUpdate SPIRV-Tools known-good
2018-02-02 John KessenichGLSL: Fix #1229: merge array sizes in parameter declara...
2018-02-02 John KessenichMerge pull request #1232 from KhronosGroup/control...
2018-02-01 John KessenichError message: Improve error message (will help another...
2018-02-01 John KessenichAST: dump attributes along with control flow.
2018-02-01 John KessenichGLSL: Implement GL_EXT_control_flow_attributes.
2018-02-01 John KessenichHLSL: Refactor attribute implementation.
2018-02-01 John KessenichNon-functional: Fix #1231: remove duplicated code.
2018-02-01 John KessenichSPV Version: Emit the requested SPIR-V version, not...
2018-02-01 John KessenichNon-Functional: Use OpModuleProcessed from the unified...
2018-02-01 John KessenichEShTargetSpv: Fix #1235, spelling, in a backward compat...
2018-01-29 John KessenichSPV: Bump SPIR-V header to the unified1 version (versio...
2018-01-18 John KessenichNon-functional. Fix #1223: expand comments.
2018-01-18 John KessenichMerge pull request #1224 from fjhenigman/unused
2018-01-17 John KessenichMerge pull request #1221 from dneto0/update-spirv
2018-01-16 Frank HenigmanFix unused function warning.
2018-01-12 David NetoUpdate known-good spirv-tools.
2018-01-11 John KessenichHLSL: Fix #1208: accept both int and uint in asuint...
2018-01-10 John KessenichHLSL: Protect against 'continue' outside of loops.
2018-01-10 John KessenichHLSL: Fix #1214: check for nesting in loop/switch of...
2018-01-10 John KessenichHLSL: Fix #1215: propagate error on seeing a type name...
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...
2018-01-05 John KessenichMerge pull request #1211 from greg-lunarg/kg7
2018-01-05 GregFUpdate known good spirv-tools. Fixes issue #1205.
2018-01-02 John KessenichBuild: Tickle bots to try again... seems like a process...
2018-01-02 John KessenichHLSL: Fix #1203: Declare anonymous members for cbuffer...
2017-12-30 John KessenichHLSL: Fix 1201: Accept 'layout' as an identifier.
2017-12-24 John KessenichHLSL: Attributes: Add [[vk::constant_id()]] and [[vk...
2017-12-21 John KessenichMerge pull request #1190 from jfmarquis/hlsl-store...
2017-12-21 John KessenichMerge branch 'greg-lunarg-flatten1'
2017-12-21 John KessenichMerge branch 'flatten1' of https://github.com/greg...
2017-12-21 John KessenichHLSL Tests: Remove optimization from tests that don...
2017-12-21 GregFHLSL Legalization: Add scalar replacement
2017-12-21 Jean-François... HLSL: Fix possibly incorrect type conversion in StoreN...
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-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.
next