aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl/glsl.g
Commit message (Expand)AuthorAgeFilesLines
* GLSL: Limit recovery attemptsNikolai Kosjar2018-01-181-0/+2
* GLSL: Avoid infinite loop at error recoveryNikolai Kosjar2017-09-281-3/+18
* GLSL: Fix conversion warnings on WindowsNikolai Kosjar2017-09-281-7/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-51/+36
* Update LicenseEike Ziller2015-01-161-18/+18
* License updateEike Ziller2014-10-091-21/+24
* Incremented year in copyright infoRobert Loehning2014-01-081-3/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-3/+3
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-3/+3
* | GLSL: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-2/+2
|/
* Adjust license headershjk2012-10-051-63/+60
* GLSL: Fix recovery token order to avoid infinite loop.Christian Kamm2012-08-071-2/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-9/+3
* Long live the king!hjk2012-01-261-3/+3
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-6/+6
* Fix/add copyright headersTobias Hunger2011-05-061-3/+3
* Fix possible crash when parsing layout qualifiers nodes.Roberto Raggi2011-04-181-10/+10
* Update license.hjk2011-04-131-42/+39
* Fixed (C)opyright headers.Erik Verbruggen2011-02-211-14/+23
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-3/+3
* License headers, part 2con2010-12-171-7/+11
* Handle logical xor.Roberto Raggi2010-11-301-5/+1
* Recover from unfinished do-while loops.Roberto Raggi2010-11-291-0/+1
* Implemented some basic code completion.Roberto Raggi2010-11-291-10/+61
* Simple error recovery.Roberto Raggi2010-11-291-21/+72
* Remove type categories from the GLSL ASTRhys Weatherley2010-11-291-87/+87
* Added Engine::blockDiagnosticMessages()Roberto Raggi2010-11-261-10/+2
* Fix AST for GLSL DeclarationStatementRhys Weatherley2010-11-261-1/+1
* Added the suffix AST to the ast nodes and some initial work on the GLSL type ...Roberto Raggi2010-11-251-310/+310
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-0/+1
* Report the syntax errors.Roberto Raggi2010-11-191-2/+30
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-6/+6
* Fix some bugs in GLSL AST generation in the parserRhys Weatherley2010-11-181-12/+10
* GLSL AST nodes for function and struct declsRhys Weatherley2010-11-181-15/+64
* Variable and parameter declarations for GLSLRhys Weatherley2010-11-171-31/+84
* Create AST nodes for qualified GLSL typesRhys Weatherley2010-11-151-38/+74
* Build AST nodes from within the parser.Rhys Weatherley2010-11-121-208/+257
* Making GLSL AST nodes while preserving lineno infoRhys Weatherley2010-11-121-7/+49
* Convert GLSL AST nodes into managed typesRhys Weatherley2010-11-121-3/+3
* Handle parenthesized expressions.Roberto Raggi2010-11-111-3/+3
* Create AST nodes for multiplicative expressions.Roberto Raggi2010-11-111-1/+4
* There's nothing to do for the chain rules.Roberto Raggi2010-11-111-20/+20
* Introduced a simple memory pool.Roberto Raggi2010-11-111-3/+5
* Use only interned (unique) strings.Roberto Raggi2010-11-111-1/+1
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-36/+1934
* Include stdio and regenerated the parser.Roberto Raggi2010-11-101-0/+1
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-0/+89
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+668