Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| | | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com> | ||||
* | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| | | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com> | ||||
* | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| | | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
* | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| | | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers, part 2 | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Handle array types and some initial work on implicit conversions. | Roberto Raggi | 2010-12-02 | 1 | -0/+6 |
| | |||||
* | Show different icons for GLSL variable categories | Rhys Weatherley | 2010-12-01 | 1 | -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 Raggi | 2010-11-26 | 1 | -5/+20 |
| | |||||
* | Added Engine::blockDiagnosticMessages() | Roberto Raggi | 2010-11-26 | 1 | -1/+10 |
| | |||||
* | Added GLSL::OverloadSet. | Roberto Raggi | 2010-11-26 | 1 | -0/+26 |
| | |||||
* | Add GLSL sampler types to semantic analysis phase | Rhys Weatherley | 2010-11-26 | 1 | -0/+5 |
| | |||||
* | Add support for GLSL array and index types. | Rhys Weatherley | 2010-11-26 | 1 | -1/+2 |
| | | | | | Index types are arrays, matrices, and vectors, which can all be "indexed" by operator[]. | ||||
* | Populate GLSL vecN types with swizzled field names | Rhys Weatherley | 2010-11-26 | 1 | -1/+4 |
| | |||||
* | Process function declarations. | Roberto Raggi | 2010-11-25 | 1 | -0/+42 |
| | |||||
* | Added the suffix AST to the ast nodes and some initial work on the GLSL type ↵ | Roberto Raggi | 2010-11-25 | 1 | -0/+53 |
| | | | | system. | ||||
* | Report the syntax errors. | Roberto Raggi | 2010-11-19 | 1 | -0/+5 |
| | |||||
* | Introduced GLSL::DiagnosticMessage. | Roberto Raggi | 2010-11-19 | 1 | -0/+99 |
| | |||||
* | Use QString instead of std::string in GLSL parser | Rhys Weatherley | 2010-11-18 | 1 | -4/+4 |
| | |||||
* | Introduced a simple memory pool. | Roberto Raggi | 2010-11-11 | 1 | -0/+5 |
| | |||||
* | Get rid of glsl.g.in and start working on the semantic actions. | Roberto Raggi | 2010-11-11 | 1 | -0/+21 |