aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl/glslast.h
Commit message (Expand)AuthorAgeFilesLines
* GLSL: Use override consistentlyTobias Hunger2018-05-081-88/+88
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* GLSL: Initialize member pointer to 0Nikolai Kosjar2013-09-171-1/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix possible crash when parsing layout qualifiers nodes.Roberto Raggi2011-04-181-6/+11
* Update license.hjk2011-04-131-14/+14
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Implemented some basic code completion.Roberto Raggi2010-11-291-2/+7
* Remove type categories from the GLSL ASTRhys Weatherley2010-11-291-45/+3
* Fix AST for GLSL DeclarationStatementRhys Weatherley2010-11-261-3/+3
* Added the suffix AST to the ast nodes and some initial work on the GLSL type ...Roberto Raggi2010-11-251-299/+299
* Initial work on the semantic pass.Roberto Raggi2010-11-251-1/+1
* Added missing GLSL_EXPORT tags.Roberto Raggi2010-11-251-6/+6
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-29/+29
* GLSL AST nodes for function and struct declsRhys Weatherley2010-11-181-1/+46
* Variable and parameter declarations for GLSLRhys Weatherley2010-11-171-2/+141
* Create AST nodes for qualified GLSL typesRhys Weatherley2010-11-151-0/+62
* Build AST nodes from within the parser.Rhys Weatherley2010-11-121-31/+107
* Making GLSL AST nodes while preserving lineno infoRhys Weatherley2010-11-121-2/+3
* Convert GLSL AST nodes into managed typesRhys Weatherley2010-11-121-73/+54
* Introduced a simple memory pool.Roberto Raggi2010-11-111-2/+3
* Use only interned (unique) strings.Roberto Raggi2010-11-111-16/+16
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-21/+59
* AST nodes for GLSL parserRhys Weatherley2010-11-111-4/+613
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-0/+28
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+51