summaryrefslogtreecommitdiffstats
path: root/glsl_lexer.lpp
Commit message (Expand)AuthorAgeFilesLines
* Remove comment support from the main lexer.Kenneth Graunke2010-06-231-10/+1
* Use yy_scan_string and stop caring about shader->SourceLen.Kenneth Graunke2010-06-211-3/+2
* glsl_lexer: centroid and invariant are not reserved words in GLSL 1.10Ian Romanick2010-06-181-2/+16
* glsl_lexer: Handle interpolation qualifiersIan Romanick2010-06-181-0/+25
* glsl_lexer: Quiet warning about unused unput().Eric Anholt2010-05-031-0/+1
* Initial implementation of #lineIan Romanick2010-04-261-1/+37
* Eat whitespace while in the PP stateIan Romanick2010-04-071-0/+1
* Partially fix comment handling in preprocessor directives.Ian Romanick2010-04-071-0/+1
* Don't track new type names during pass-1 parsingIan Romanick2010-03-191-8/+1
* autoconf for the ...Ian Romanick2010-02-251-0/+273