nir: move to compiler/
[mesa.git] / src / glsl / glcpp / glcpp-lex.l
2014-08-22 Carl Worthglcpp: Don't use alternation in the lookahead for empty...
2014-08-07 Carl Worthglsl/glcpp: Don't include any newline characters in...
2014-08-07 Carl Worthglsl/glcpp: Treat CR+LF pair as a single newline
2014-08-07 Carl Worthglsl/glcpp: Swallow empty #pragma directives.
2014-08-07 Carl Worthglsl/glcpp: Fix #pragma to not over-increment the line...
2014-08-07 Carl Worthglsl/glcpp: Fix NULL directives when followed by a...
2014-08-07 Carl Worthglsl/glcpp: Allow single-line comments immediately...
2014-08-07 Carl Worthglsl/glcpp: Add explicit error for "#define without...
2014-07-30 Brian Paulglsl/glcpp: rename ERROR to ERROR_TOKEN to fix MSVC...
2014-07-29 Carl Worthglsl/glcpp: Add flex options to eliminate the default...
2014-07-29 Carl Worthglsl/glcpp: Combine the two rules matching any character
2014-07-29 Carl Worthglsl/glcpp: Alphabetize lists of start conditions
2014-07-29 Carl Worthglsl/glcpp: Add a catch-all rule for unexpected characters.
2014-07-29 Carl Worthglsl/glcpp: Treat carriage return as equivalent to...
2014-07-29 Carl Worthglsl/glcpp: Add (non)-support for ++ and -- operators
2014-07-29 Carl Worthglsl/glcpp: Drop the HASH_ prefix from token names...
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Rename HASH token to HASH_TOKEN
2014-07-29 Carl Worthglsl/glcpp: Don't use start-condition stack when switch...
2014-07-29 Carl Worthglsl/glcpp: Fix off-by-one error in column in first...
2014-07-29 Carl Worthglsl/glcpp: Stop using a lexer start condition (<SKIP...
2014-07-29 Carl Worthglsl/glcpp: Abstract a bit of common code for returning...
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-29 Carl Worthglsl/glcpp: Add testing for EOF sans newline (and fix...
2014-07-29 Carl Worthglsl/glcpp: Remove some un-needed calls to NEWLINE_CATCHUP
2014-07-29 Carl Worthglsl/glcpp: Add support for comments between #define...
2014-07-29 Carl Worthglsl/glcpp: Emit proper error for #define with a non...
2014-07-29 Carl Worthglsl/glcpp: Fix to emit spaces following directives
2014-07-09 Carl Worthglsl/glcpp: Don't choke on an empty pragma
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to properly lex entire "preproces...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to catch garbage after #if 1...
2014-03-08 Sir Anthonyglcpp: Do not remove spaces to preserve locations.
2014-03-08 Sir Anthonyglsl: Update lexers in glsl and glcpp to hande end...
2014-01-31 Carl Worthglcpp: Don't enter lexer's NEWLINE_CATCHUP start state...
2014-01-02 Carl Worthglcpp: Replace multi-line comment with a space (even...
2014-01-02 Carl Worthglcpp: Add a more descriptive comment for the SKIP...
2013-01-11 Matt Turnerglcpp: Reject token pasting operator in GLES
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-10-25 Kenneth Graunkeglcpp: Don't use infinite lookhead for #define differen...
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-02-02 Carl Worthglcpp: Fix so that trailing punctuation does not preven...
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 José Fonsecaglsl: Define YY_NO_UNISTD_H on MSVC.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Kenneth Graunkeglcpp: Remove trailing contexts from #if rules.
2011-03-03 Kenneth Graunkeglcpp: Rework lexer to use a SKIP state rather than...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-21 Kenneth Graunkeglcpp: Return NEWLINE token for newlines inside multi...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Carl Worthglcpp: Fix handling of "#line 0"
2010-08-23 Carl Worthglcpp: Fix source numbers set with "#line LINE_NUMBER...
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Use --nounistd to fix MSVC build
2010-08-11 Carl Worthglcpp: Initialize line and column numbers to 1, not 0.
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-07-29 Eric Anholtglcpp: Add __VERSION__ define to the current language...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Carl Worthglcpp: Avoid warnings in generated flex code.
2010-07-21 Carl Worthglcpp-lex: Declare some generated functions to eliminat...
2010-07-21 Carl Worthglcpp: Fix support for nested #ifdef and nested #ifndef
2010-07-21 Carl Worthglcpp: Support #if(expression) with no intervening...
2010-07-07 Kenneth Graunkeglsl2: Initialize yylineno and yycolumn so line numbers...
2010-07-03 Kenneth Graunkeglcpp: Add #error support.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...