Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove comment support from the main lexer. | Kenneth Graunke | 2010-06-23 | 1 | -10/+1 |
* | Use yy_scan_string and stop caring about shader->SourceLen. | Kenneth Graunke | 2010-06-21 | 1 | -3/+2 |
* | glsl_lexer: centroid and invariant are not reserved words in GLSL 1.10 | Ian Romanick | 2010-06-18 | 1 | -2/+16 |
* | glsl_lexer: Handle interpolation qualifiers | Ian Romanick | 2010-06-18 | 1 | -0/+25 |
* | glsl_lexer: Quiet warning about unused unput(). | Eric Anholt | 2010-05-03 | 1 | -0/+1 |
* | Initial implementation of #line | Ian Romanick | 2010-04-26 | 1 | -1/+37 |
* | Eat whitespace while in the PP state | Ian Romanick | 2010-04-07 | 1 | -0/+1 |
* | Partially fix comment handling in preprocessor directives. | Ian Romanick | 2010-04-07 | 1 | -0/+1 |
* | Don't track new type names during pass-1 parsing | Ian Romanick | 2010-03-19 | 1 | -8/+1 |
* | autoconf for the ... | Ian Romanick | 2010-02-25 | 1 | -0/+273 |