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
Age
Commit message (
Expand
)
Author
2010-07-21
glsl: Fix missing initialization of yylloc.source
Carl Worth
2010-07-20
glcpp: Avoid accidental token pasting in preprocessed result.
Carl Worth
2010-07-20
glcpp: Add missing include in xtalloc.c
Carl Worth
2010-07-20
glcpp: Add static keyword to several functions in the parser.
Carl Worth
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-20
glcpp: Fix use-after-free error from #undef directive.
Carl Worth
2010-07-20
glcpp: Make test suite test for valgrind cleanliness.
Carl Worth
2010-07-20
glcpp: Make test suite report final count of passed/total tests.
Carl Worth
2010-07-20
glcpp: Delete copies of hash_table.c, hash_table.h, and other headers.
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-07-01
glsl2: Conditionally define preprocessor tokens for optional extensions
Ian Romanick
2010-07-01
glsl2: Define preprocessor tokens for extensions
Ian Romanick
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt