summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Handle logical xor.Roberto Raggi2010-11-301-318/+318
* Recover from unfinished do-while loops.Roberto Raggi2010-11-291-317/+318
* Implemented some basic code completion.Roberto Raggi2010-11-291-322/+347
* Simple error recovery.Roberto Raggi2010-11-291-336/+380
* Remove type categories from the GLSL ASTRhys Weatherley2010-11-291-85/+85
* Added Engine::blockDiagnosticMessages()Roberto Raggi2010-11-261-316/+316
* 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-282/+282
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-316/+316
* Report the syntax errors.Roberto Raggi2010-11-191-318/+327
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-3/+3
* Fix some bugs in GLSL AST generation in the parserRhys Weatherley2010-11-181-18/+16
* GLSL AST nodes for function and struct declsRhys Weatherley2010-11-181-330/+377
* Variable and parameter declarations for GLSLRhys Weatherley2010-11-171-347/+396
* Create AST nodes for qualified GLSL typesRhys Weatherley2010-11-151-354/+383
* Build AST nodes from within the parser.Rhys Weatherley2010-11-121-524/+543
* Making GLSL AST nodes while preserving lineno infoRhys Weatherley2010-11-121-323/+323
* 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-317/+317
* There's nothing to do for the chain rules.Roberto Raggi2010-11-111-20/+20
* Introduced a simple memory pool.Roberto Raggi2010-11-111-319/+320
* 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-26/+1903
* Include stdio and regenerated the parser.Roberto Raggi2010-11-101-0/+1
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-0/+29
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+141