index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
glcpp
/
glcpp-lex.l
Age
Commit message (
Expand
)
Author
2010-08-23
glcpp: Fix handling of "#line 0"
Carl Worth
2010-08-23
glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"
Carl Worth
2010-08-18
glcpp: Add basic #line support (adapted from the main compiler).
Kenneth Graunke
2010-08-17
glcpp: Don't include the newline when discarding single-line comments
Carl Worth
2010-08-16
glcpp: Remove spurious newline generated by #version handling.
Kenneth Graunke
2010-08-13
glsl2: Use --nounistd to fix MSVC build
Ian Romanick
2010-08-11
glcpp: Initialize line and column numbers to 1, not 0.
Carl Worth
2010-08-04
glcpp: Remove xtalloc wrappers in favor of plain talloc.
Kenneth Graunke
2010-07-28
glcpp: Add __VERSION__ define to the current language version.
Eric Anholt
2010-07-20
glcpp: Avoid warnings in generated flex code.
Carl Worth
2010-07-20
glcpp-lex: Declare some generated functions to eliminate compiler warnings.
Carl Worth
2010-07-20
glcpp: Fix support for nested #ifdef and nested #ifndef
Carl Worth
2010-07-20
glcpp: Support #if(expression) with no intervening space.
Carl Worth
2010-07-07
glsl2: Initialize yylineno and yycolumn so line numbers are sane.
Kenneth Graunke
2010-07-02
glcpp: Add #error support.
Kenneth Graunke
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt