AST: dump attributes along with control flow.
[platform/upstream/glslang.git] / Test / baseResults / hlsl.whileLoop.frag.out
2018-02-01 John KessenichAST: dump attributes along with control flow.
2018-02-01 John KessenichSPV Version: Emit the requested SPIR-V version, not...
2018-01-29 John KessenichSPV: Bump SPIR-V header to the unified1 version (versio...
2017-12-16 John KessenichSPV: Bump the generator number to account for barrier...
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-07 John KessenichSPV: GeneratorVersion: bump version number because...
2017-05-10 John KessenichMerge pull request #874 from xlpiao/DescriptorSet-and...
2017-05-04 John KessenichMerge pull request #878 from steve-lunarg/unroll-hint
2017-05-03 steve-lunargHLSL: implement [unroll] and [loop] attributes
2017-04-08 John KessenichMerge pull request #827 from amdrexu/feature4
2017-04-07 John KessenichHLSL: Emit the OpSource HLSL instruction for HLSL,...
2017-03-15 John KessenichMerge pull request #767 from DragoonX6/master
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-03-15 John KessenichGLSL output: Removed fixed-size buffer; fixes #769.
2017-02-17 Graham WihlidalMerge pull request #1 from KhronosGroup/master
2017-02-17 John KessenichMerge pull request #720 from flaviobortot/master
2017-02-09 John KessenichMerge pull request #685 from KhronosGroup/wrap-entry...
2017-02-07 John KessenichHLSL: Wrap the entry-point; need to write 'in' args...
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-11-23 John KessenichMerge pull request #601 from BearishSun/master
2016-11-23 John KessenichMerge pull request #599 from steve-lunarg/gs
2016-11-23 John KessenichMerge pull request #596 from steve-lunarg/hlsl-intrinsi...
2016-11-16 steve-lunargHLSL: use HLSL parser to parse HLSL intrinsic prototype...
2016-10-27 John KessenichMerge pull request #560 from jeremy-lunarg/pragmas
2016-10-27 John KessenichMerge pull request #568 from steve-lunarg/logicalop-fix
2016-10-27 John KessenichMerge pull request #567 from steve-lunarg/compare-fix
2016-10-26 steve-lunargHLSL: Enable component-wise vector comparisons from...
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
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-29 John KessenichHLSL Tests: Tests for previous commit, to make it easie...
2016-09-16 John KessenichHLSL: Flatten a return struct from an entry point and...
2016-09-12 John KessenichHLSL: Register all entry-point in/out as part of the...
2016-09-03 John KessenichHLSL: Correct line numbers for function definitions.
2016-08-30 John KessenichHLSL: Start location numbering with the entry-point...
2016-08-29 John KessenichHLSL: Create test results for the previous commits.
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-23 John KessenichMerge pull request #461 from dankbaker/Error_Message_Fi...
2016-08-15 John KessenichMerge pull request #467 from dankbaker/HLSL_Changing_de...
2016-08-15 Dan BakerUpdating tests, sadly every single HLSL test needs...
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-07-02 John KessenichHLSL: Correctly identify which variables are global...
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-17 John KessenichHLSL: Map parameter qualifiers from generic to function...
2016-06-08 John KessenichMerge pull request #331 from jherico/jherico-patch-1
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-06-05 John KessenichHLSL: Flesh out the loop grammar and productions.