summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glsltypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@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/+14
|
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
| | | | We use the latter style everywhere else to signify the end of a namespace block.
* 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-7/+7
|
* Better icons for the GLSL code completerRhys Weatherley2010-12-011-3/+3
|
* GLSL array type toString() implementationRhys Weatherley2010-12-011-0/+1
|
* Mark the current argument.Roberto Raggi2010-11-301-0/+1
|
* Show the signatures in a tooltip when completing functions.Roberto Raggi2010-11-301-0/+13
|
* Implemented some basic code completion.Roberto Raggi2010-11-291-0/+5
|
* Added GLSL::OverloadSet.Roberto Raggi2010-11-261-0/+23
|
* Add GLSL sampler types to semantic analysis phaseRhys Weatherley2010-11-261-0/+16
|
* Add support for GLSL array and index types.Rhys Weatherley2010-11-261-7/+34
| | | | | 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/+12
|
* Process function declarations.Roberto Raggi2010-11-251-7/+19
|
* Initial work on the GLSL symbols.Roberto Raggi2010-11-251-0/+50
|
* Moved GLSL::Type.Roberto Raggi2010-11-251-21/+1
|
* Added the suffix AST to the ast nodes and some initial work on the GLSL type ↵Roberto Raggi2010-11-251-0/+158
system.