aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/constFold.frag.out
AgeCommit message (Expand)Author
2016-07-12Front-end: Implement compile-time constant folding for any() and all().John Kessenich
2016-02-01Fix front-end bug: Constant folding of array-of-struct index op.John Kessenich
2015-12-16Constant folding: Correct result type of non-square matrix folding.John Kessenich
2015-12-10Tests: Move to just linefeed to simply cross-platform test changes.John Kessenich
2015-05-15glslang tests: Get same form of IEEE INF across platforms. Submitted by Lei ...John Kessenich
2015-04-29glslang AST output: include global vs. temp (local) in the printed output. T...John Kessenich
2014-07-10Fix bug where non-constant test in ?: on a constant results thought the resul...John Kessenich
2014-04-14Restore r26245 and all tests and test results since 4/1:John Kessenich
2014-03-31Track which extensions were enabled or required, in the intermediate represen...John Kessenich
2014-01-06Minor infrastructure changes, to simplify an upcoming check in:John Kessenich
2013-11-20Track what ins/outs/uniforms are used, so that errors like "declare after use...John Kessenich
2013-11-12Misc semantics fixes:John Kessenich
2013-11-08Misc. constant-folding fixes: Check % for 0, mat(mat) constructor, index rang...John Kessenich
2013-10-24Add redeclarations of built-in blocks.John Kessenich
2013-10-05Non-functional changes: Typo in error message and in comment, remove unneeded...John Kessenich
2013-10-01Add message indicating level of completeness for not-yet-complete versions.John Kessenich
2013-09-28Add full support for uniforms with initializers, including intra-stage link v...John Kessenich
2013-09-26Unify the 8 grammar productions for declaring variables. This greatly simpli...John Kessenich
2013-09-03Remove TIntermediate's dependency on infoSink, simplify folding of constant a...John Kessenich
2013-08-30Add more constant folding cases for min, max, step, smoothstep, mix, clamp, a...John Kessenich
2013-08-06Add parse-time constant folding for isinf() and isnan().John Kessenich
2013-08-05Track expected test results and add more README information.John Kessenich