Convert everything from the talloc API to the ralloc API.
[mesa.git] / src / glsl / glcpp / glcpp-lex.l
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-10-21 Kenneth Graunkeglcpp: Return NEWLINE token for newlines inside multi...
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...