summaryrefslogtreecommitdiff
path: root/glsl_lexer.lpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Remove comment support from the main lexer.Kenneth Graunke1-10/+1
2010-06-21Use yy_scan_string and stop caring about shader->SourceLen.Kenneth Graunke1-3/+2
2010-06-18glsl_lexer: centroid and invariant are not reserved words in GLSL 1.10Ian Romanick1-2/+16
2010-06-18glsl_lexer: Handle interpolation qualifiersIan Romanick1-0/+25
2010-05-03glsl_lexer: Quiet warning about unused unput().Eric Anholt1-0/+1
2010-04-26Initial implementation of #lineIan Romanick1-1/+37
2010-04-07Eat whitespace while in the PP stateIan Romanick1-0/+1
2010-04-07Partially fix comment handling in preprocessor directives.Ian Romanick1-0/+1
2010-03-19Don't track new type names during pass-1 parsingIan Romanick1-8/+1
2010-02-25autoconf for the ...Ian Romanick1-0/+273