Linker: Eliminate uncalled functions, because they can be ill-defined.
[platform/upstream/glslang.git] / glslang / Include / revision.h
2016-12-10 John KessenichLinker: Eliminate uncalled functions, because they...
2016-12-10 John KessenichLinker: Track the mangled entry-point name along with...
2016-12-10 John KessenichGLSL Linker: Track entry point across compilation units.
2016-12-09 John KessenichLinker: Walk the call graph to report an error on missi...
2016-12-06 John KessenichMerge pull request #615 from dneto0/consistent-location...
2016-12-06 John KessenichGLSL: Allow desktop shaders to call functions from...
2016-12-05 John KessenichMerge pull request #613 from Corillian/hlslpreprocess
2016-12-03 John KessenichDon't print the "Linked stage" message unless the AST...
2016-12-03 John KessenichMerge branch 'steve-lunarg-intrinsic-promotion'
2016-12-03 John KessenichMerge branch 'intrinsic-promotion' of https://github...
2016-11-28 John KessenichFix non-Windows build error.
2016-11-28 John KessenichHLSL: Support the constructor idiom "(struct type)0".
2016-11-28 John KessenichHLSL: Support {...} initializer lists that are too...
2016-11-28 John KessenichFix crash by returning early from finalCheck() if there...
2016-11-28 John KessenichNon-functional: Change a bunch of 0 to nullptr.
2016-11-28 John KessenichNon-functional: Fix typos.
2016-11-26 John KessenichWarn on HLSL not finding entry point. Issue #588.
2016-11-26 John KessenichNon-functional: Rename some entry-point variables to...
2016-11-26 John KessenichAlways correctly terminate main. Issue #588, PR #600.
2016-11-15 John KessenichTest results: Fix incorrect test result caused by paral...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-16 John KessenichHLSL: Turn on tests for groupshared.
2016-10-16 John KessenichHLSL: Support SV_Coverage and SV_DispatchThreadId;...
2016-10-16 John KessenichBuild: Fix unsigned/signed warning.
2016-10-16 John KessenichMerge pull request #539 from schwa423/linux_global_lock
2016-10-13 John KessenichMerge pull request #538 from steve-lunarg/iomap-binding...
2016-10-07 John KessenichSPV: Distinguish between SPV and non-SPV rules for...
2016-10-06 John KessenichHLSL: Add shape conversions for return values.
2016-10-06 John KessenichHLSL: Do structure conversion for return type struct...
2016-10-05 John KessenichMerge pull request #537 from dneto0/pass-cwd-to-gtest
2016-10-05 John KessenichAllow for larger binding numbers. 65K instead of 255.
2016-10-02 John KessenichNon-functional: Rationalizing parse helper hierarchy...
2016-10-02 John KessenichNon-functional: Rationalizing parse helper hierarchy...
2016-10-01 John KessenichNon-functional: Rationalizing parse helper hierarchy...
2016-10-01 John KessenichHLSL: Line numbers only: Set locations (line numbers...
2016-10-01 John KessenichHLSL: Handle flattened I/O structs passed to function...
2016-10-01 John KessenichNon-functional: Better use of .isParamOutput() and...
2016-10-01 John KessenichFix typo in error message.
2016-10-01 John KessenichNon-functional: Use isOpaque() instead of compare again...
2016-10-01 John KessenichMerge pull request #527 from steve-lunarg/array-flatten...
2016-10-01 John KessenichMerge pull request #521 from yavn/frag-shader-primitive...
2016-09-30 John KessenichMerge pull request #523 from amdrexu/feature2
2016-09-30 John KessenichAdd amend ability for anonymous blocks, so they can...
2016-09-29 John KessenichHLSL: Fix merge conflict.
2016-09-29 John KessenichHLSL Tests: Tests for previous commit, to make it easie...
2016-09-29 John KessenichSupport a uniform block to hold global uniform variables.
2016-09-29 John KessenichHLSL: Rationalize combination of type arrayness and...
2016-09-26 John KessenichHLSL: Reverse what the driver is told about row/column...
2016-09-21 John KessenichHLSL: Fix result type of passing a flattened-aggregate...
2016-09-20 John KessenichHLSL: Move to correct parsing of annotations, improving...
2016-09-20 John KessenichHLSL: Turn on reflection, with basic test file, to...
2016-09-20 John KessenichHLSL: Add string basic type and recognize string declar...
2016-09-20 John KessenichTrack separate entry-point names and mangled names...
2016-09-19 John KessenichNon-functional: Sweep through the stack for consistent...
2016-09-19 John KessenichHLSL: Change the final syntax-error printf to go to...
2016-09-19 John KessenichHLSL: Fix assert: ensure flattened shadow is EvqTemporary.
2016-09-19 John KessenichHLSL: Intercept flatten aggregates passed to a function...
2016-09-19 John KessenichHLSL: Non-functional; make flatten semantics be about...
2016-09-17 John KessenichHLSL: Handle flatten for reads from flatten structs...
2016-09-17 John KessenichHLSL: Improve setting and testing of interpolation...
2016-09-16 John KessenichHLSL: Flatten whole-struct assigns and returns when...
2016-09-16 John KessenichHLSL: Flatten all input/output structs, regardless...
2016-09-16 John KessenichHLSL: Flatten a return struct from an entry point and...
2016-09-16 John KessenichHLSL: return correct error when HLSL parsing fails.
2016-09-12 John KessenichHLSL: Register all entry-point in/out as part of the...
2016-09-11 John KessenichSPV: Fix issue #506: generalize struct deep copy to...
2016-09-10 John KessenichHLSL: Flatten vertex input and fragment output structures.
2016-09-09 John KessenichMerge pull request #505 from steve-lunarg/rowmajor...
2016-09-09 John KessenichHLSL: Report an error if SPIR-V for Vulkan wasn't selected.
2016-09-09 John KessenichMerge branch 'amdrexu-bugfix2'
2016-09-09 John KessenichMerge branch 'bugfix2' of https://github.com/amdrexu...
2016-09-05 John KessenichHLSL: Support register(..., spaceN) for setting the...
2016-09-05 John KessenichHLSL: Accept layout(...) also as a post-decl. Issue...
2016-09-05 John KessenichHLSL Non-Functional: Move to more robust capturing...
2016-09-05 John KessenichHLSL: Track binding numbers to struct instances; fixes...
2016-09-03 John KessenichHLSL: Handle swizzles on vectors of size 1. Addresses...
2016-09-03 John KessenichHLSL: Handle "fake" entry points, by undoing their...
2016-09-03 John KessenichHLSL: Handle greater/less depth modes. Fixes issue...
2016-09-03 John KessenichHLSL: Error if funcion with return type doesn't return...
2016-09-02 John KessenichSPV: Flatten structs for copy when they are GLSL type...
2016-09-01 John KessenichSPV: Tighten up number of struct-types declared based...
2016-08-31 John KessenichFront-ends: Remove now defunct afterEOF and related...
2016-08-30 John KessenichHLSL: Start location numbering with the entry-point...
2016-08-29 John KessenichHLSL: Remove recent change to put locations on SV_TARGET*.
2016-08-29 John KessenichHLSL: Create test results for the previous commits.
2016-08-29 John KessenichMerge branch 'dankbaker-HLSL_Semantic_Mapping'
2016-08-29 John KessenichMerge branch 'HLSL_Semantic_Mapping' of https://github...
2016-08-29 John KessenichMerge pull request #490 from KhronosGroup/hlsl-output...
2016-08-29 John KessenichHLSL: Emulate write-to-output on return-from-entry...
2016-08-28 John KessenichHLSL: Emulate write-to-output on return-from-entry...
2016-08-26 John KessenichNon-functional: Add some missing const, related to... upstream/0.1
2016-08-26 John KessenichMerge pull request #473 from steve-lunarg/remapper...
2016-08-26 John KessenichHLSL: Include shape-changing conversions in overloaded...
2016-08-25 John KessenichHLSL: Allow arbitrary baseType -> baseType conversion...
2016-08-25 John KessenichHLSL: Switch to generic selector, but using GLSL #versi...
2016-08-24 John KessenichMerge branch 'overloaded-400' of github.com:KhronosGrou...
2016-08-24 John KessenichFront-end: Warn for likely missed change in default...
2016-08-24 John KessenichFront-End: Non-ES trigger for processing precision...
2016-08-23 John KessenichNon-functional: Fix commit 98f164ec488f85af5a44b701477a...
2016-08-11 John KessenichMerge pull request #450 from dankbaker/standalone_change
next