index
:
~cworth/mesa
amdperf
glcpp-fixup
glcpp-illegal-characters
glcpp-lex-fix
glsl2
jenkins
master
sha1
shader-cache
warnings-cleanup
Carl's lame hacks to mesa.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
amdperf
Fix corner case from AMD_performance_monitor
Juha-Pekka Heikkilä
11 years
glcpp-fixup
glsl/glcp: Rename all token names to have a _TOK suffix
Carl Worth
10 years
glcpp-illegal-characters
glsl/glcp: Rename all token names to have a _TOK suffix
Carl Worth
10 years
glcpp-lex-fix
glsl: Avoid ralloc_stealing a long-lived object to a short-lived parent
Carl Worth
13 years
glsl2
glsl: Correctly handle unary plus operator.
Carl Worth
14 years
jenkins
i965: Create a vue_maps_equal() helper.
Kenneth Graunke
9 years
master
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
10 years
sha1
configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)
Carl Worth
10 years
shader-cache
shader-cache: Serialize three additional hash tables with program metadata
Carl Worth
9 years
warnings-cleanup
Makefiles: Don't complain if depend file to be included doesn't exist.
Carl Worth
14 years
Age
Commit message
Author
Files
Lines
2010-07-21
glsl: Correctly handle unary plus operator.
glsl2
Carl Worth
1
-3
/
+3
2010-07-20
glcpp: Avoid accidental token pasting in preprocessed result.
Carl Worth
5
-5
/
+43
2010-07-20
glcpp: Add missing include in xtalloc.c
Carl Worth
1
-1
/
+1
2010-07-20
glcpp: Add static keyword to several functions in the parser.
Carl Worth
1
-3
/
+3
2010-07-20
glcpp: Avoid warnings in generated flex code.
Carl Worth
1
-1
/
+12
2010-07-20
glcpp-lex: Declare some generated functions to eliminate compiler warnings.
Carl Worth
1
-0
/
+5
2010-07-20
glcpp: Fix support for nested #ifdef and nested #ifndef
Carl Worth
3
-2
/
+85
2010-07-20
glcpp: Support #if(expression) with no intervening space.
Carl Worth
3
-1
/
+8
2010-07-20
glcpp: Fix use-after-free error from #undef directive.
Carl Worth
1
-4
/
+1
2010-07-20
hash_table: Add new hash_table_remove function.
Carl Worth
2
-0
/
+21
[...]
Clone
git://people.freedesktop.org/~cworth/mesa
ssh://people.freedesktop.org/~cworth/mesa