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