| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add check for unsized arrays to glsl types | Timothy Arceri | 2013-10-28 | 1 | -1/+1 |
* | glsl: Be consistent about '\n', '.', and capitalization in errors/warnings. | Paul Berry | 2013-07-27 | 1 | -10/+10 |
* | glsl: Allow swizzles on scalars. | Matt Turner | 2013-06-14 | 1 | -1/+3 |
* | glsl: Allow .length() method on vectors and matrices. | Matt Turner | 2013-06-14 | 1 | -20/+38 |
* | glsl: Allow dereferencing fields of an interface instance | Ian Romanick | 2013-01-25 | 1 | -1/+2 |
* | glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL. | Paul Berry | 2012-12-06 | 1 | -1/+1 |
* | glsl: Make use of new _mesa_glsl_parse_state::check_version() function. | Paul Berry | 2012-12-06 | 1 | -2/+1 |
* | glsl: Use ir_rvalue to represent generic error_type values. | Kenneth Graunke | 2012-04-02 | 1 | -1/+1 |
* | Use C-style system headers in C++ code to avoid issues with std:: namespace | Ian Romanick | 2011-02-21 | 1 | -2/+0 |
* | glsl: Add using statements for standard library functions. | Vinson Lee | 2011-02-03 | 1 | -0/+2 |
* | glsl: Include main/core.h. | Chia-I Wu | 2010-08-24 | 1 | -1/+0 |
* | glsl2: Remove unnecessary use of 'struct' before type names | Ian Romanick | 2010-08-13 | 1 | -1/+1 |
* | glsl2: Give the path within src/mesa/ for headers instead of relying on -I. | Aras Pranckevicius | 2010-08-02 | 1 | -1/+1 |
* | glsl2: Add support for the .length() method on arrays. | Kenneth Graunke | 2010-07-20 | 1 | -0/+22 |
* | glsl2: Use _mesa_glsl_parse_state as the talloc parent, not glsl_shader. | Kenneth Graunke | 2010-06-30 | 1 | -1/+1 |
* | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | 2010-06-24 | 1 | -0/+81 |