aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp/glcpp-lex.l
Commit message (Expand)AuthorAgeFilesLines
* glcpp: Do not remove spaces to preserve locations.Sir Anthony2014-03-081-1/+1
* glsl: Update lexers in glsl and glcpp to hande end position of token.Sir Anthony2014-03-081-1/+2
* glcpp: Don't enter lexer's NEWLINE_CATCHUP start state for single-line commentsCarl Worth2014-01-311-2/+0
* glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth2014-01-021-5/+33
* glcpp: Add a more descriptive comment for the SKIP state manipulationCarl Worth2014-01-021-5/+36
* glcpp: Reject token pasting operator in GLESMatt Turner2013-01-111-0/+2
* glcpp: Support #elif(expression) with no intervening space.Matt Turner2012-11-281-1/+1
* glcpp: Reject #version and #line not followed by whitespaceMatt Turner2012-11-281-2/+2
* glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2012-10-251-6/+14
* glsl: glcpp: Move handling of #line directives from lexer to parser.Carl Worth2012-06-261-35/+14
* glcpp: Fix so that trailing punctuation does not prevent macro expansionCarl Worth2012-02-021-1/+9
* glsl: Define YY_NO_UNISTD_H on MSVC.José Fonseca2011-03-041-0/+4
* glcpp: Remove trailing contexts from #if rules.Kenneth Graunke2011-03-031-6/+6
* glcpp: Rework lexer to use a SKIP state rather than REJECT.Kenneth Graunke2011-03-031-21/+16
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-7/+7
* glcpp: Return NEWLINE token for newlines inside multi-line comments.Kenneth Graunke2010-10-211-2/+2
* glcpp: Fix handling of "#line 0"Carl Worth2010-08-231-2/+3
* glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"Carl Worth2010-08-231-2/+7
* glcpp: Add basic #line support (adapted from the main compiler).Kenneth Graunke2010-08-181-0/+31
* glcpp: Don't include the newline when discarding single-line commentsCarl Worth2010-08-171-4/+1
* glcpp: Remove spurious newline generated by #version handling.Kenneth Graunke2010-08-161-3/+1
* glsl2: Use --nounistd to fix MSVC buildIan Romanick2010-08-131-0/+1
* glcpp: Initialize line and column numbers to 1, not 0.Carl Worth2010-08-111-1/+1
* glcpp: Remove xtalloc wrappers in favor of plain talloc.Kenneth Graunke2010-08-041-7/+7
* glcpp: Add __VERSION__ define to the current language version.Eric Anholt2010-07-281-1/+9
* glcpp: Avoid warnings in generated flex code.Carl Worth2010-07-201-1/+12
* glcpp-lex: Declare some generated functions to eliminate compiler warnings.Carl Worth2010-07-201-0/+5
* glcpp: Fix support for nested #ifdef and nested #ifndefCarl Worth2010-07-201-2/+4
* glcpp: Support #if(expression) with no intervening space.Carl Worth2010-07-201-1/+1
* glsl2: Initialize yylineno and yycolumn so line numbers are sane.Kenneth Graunke2010-07-071-0/+1
* glcpp: Add #error support.Kenneth Graunke2010-07-021-0/+8
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+257