summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers, part 2con2010-12-171-7/+11
|
* Handle array types and some initial work on implicit conversions.Roberto Raggi2010-12-021-0/+6
|
* Show different icons for GLSL variable categoriesRhys Weatherley2010-12-011-1/+2
| | | | | Attributes, uniforms, varyings, and constants are shown with a distinguished icon that is different from regular variables.
* Store the numbers and the identifiers in two different sets.Roberto Raggi2010-11-261-5/+20
|
* Added Engine::blockDiagnosticMessages()Roberto Raggi2010-11-261-1/+10
|
* Added GLSL::OverloadSet.Roberto Raggi2010-11-261-0/+26
|
* Add GLSL sampler types to semantic analysis phaseRhys Weatherley2010-11-261-0/+5
|
* Add support for GLSL array and index types.Rhys Weatherley2010-11-261-1/+2
| | | | | Index types are arrays, matrices, and vectors, which can all be "indexed" by operator[].
* Populate GLSL vecN types with swizzled field namesRhys Weatherley2010-11-261-1/+4
|
* Process function declarations.Roberto Raggi2010-11-251-0/+42
|
* Added the suffix AST to the ast nodes and some initial work on the GLSL type ↵Roberto Raggi2010-11-251-0/+53
| | | | system.
* Report the syntax errors.Roberto Raggi2010-11-191-0/+5
|
* Introduced GLSL::DiagnosticMessage.Roberto Raggi2010-11-191-0/+99
|
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-4/+4
|
* Introduced a simple memory pool.Roberto Raggi2010-11-111-0/+5
|
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-0/+21