summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_lexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl2: Commit generated file change by commit ab18be74Ian Romanick2010-08-131-10/+2
| | | | | This would have been included in commit 23f6017d, but make wisely did not regenerate the file when the .lpp file did not change.
* glsl2: Commit generated files changed by previous two commitsIan Romanick2010-08-131-16/+16
|
* glsl2: Commit generated files changed by previous commitIan Romanick2010-08-111-228/+252
|
* glsl2: Add the 1.30 reserved keywords.Kenneth Graunke2010-08-071-409/+634
|
* glsl2: Add support for floating constants like "1f".Eric Anholt2010-08-021-426/+434
| | | | Fixes glsl-floating-constant-120.
* glsl2: Make non-square matrix keywords not keywords pre-120.Eric Anholt2010-08-011-232/+179
| | | | Fixes glsl-mat-110.
* glsl2: Make lowp, mediump, highp, and precision identifiers pre-1.20.Eric Anholt2010-07-281-12/+40
| | | | Fixes glsl-precision-110.
* glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick2010-07-281-505/+523
|
* glsl: Add generated files from flex/bison.Carl Worth2010-07-281-0/+3174
The mesa build environment does not (currently) accept external dependencies such as flex and bison. The compromise is to commit the generated output files, (in spite of the pain that comes from having generated files under version control).