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
Age
Commit message (
Expand
)
Author
2010-05-25
Implement substitution of function parameters in macro calls.
Carl Worth
2010-05-25
Collapse multiple spaces in input down to a single space.
Carl Worth
2010-05-25
Add a test #0 to ensure that we don't do any inadvertent token pasting.
Carl Worth
2010-05-25
Pass through literal space values from replacement lists.
Carl Worth
2010-05-26
r300g: more efficient finish + fix comments
Marek Olšák
2010-05-25
Implement simplified substitution for function-like macro invocation.
Carl Worth
2010-05-26
r300g: implement fake but compliant fences
Marek Olšák
2010-05-25
Implement #undef.
Carl Worth
2010-05-25
Implement expansion of object-like macros.
Carl Worth
2010-05-25
Make the lexer pass whitespace through (as OTHER tokens) for text lines.
Carl Worth
2010-05-25
Store parsed tokens as token list and print all text lines.
Carl Worth
2010-05-25
Delete some trailing whitespace.
Carl Worth
2010-05-25
Add xtalloc_reference.
Carl Worth
2010-05-25
Starting over with the C99 grammar for the preprocessor.
Carl Worth
2010-05-25
r300g: add r300_init_render_functions, remove r300_render.h
Marek Olšák
2010-05-25
r300g: remove r300_query.h
Marek Olšák
2010-05-25
r300g: remove r300_flush.h
Marek Olšák
2010-05-25
r300g: add r300_init_blit_functions, remove r300_blit.h
Marek Olšák
2010-05-25
util: update comments at blitter
Marek Olšák
2010-05-25
util: fix indentation in blitter
Marek Olšák
2010-05-25
r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...
Marek Olšák
2010-05-25
r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...
Marek Olšák
2010-05-25
util: remove unused util_blitter_copy_surface
Marek Olšák
2010-05-25
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
gallium: Remove dri1_api.h and winsys support for DRI1
Jakob Bornecrantz
2010-05-25
st/dri: Remove DRI1 support
Jakob Bornecrantz
2010-05-25
llvmpipe: Stop relying on PIPE_FLUSH_TEXTURE_CACHE/PIPE_FLUSH_RENDER_CACHE ma...
José Fonseca
2010-05-25
gallivm: Choose an appropriate code generation optimization level.
José Fonseca
2010-05-24
sw/xlib: NULL-out pointers after freeing image data
Brian Paul
2010-05-24
st/glx: check if deleting head of buffer list
Brian Paul
2010-05-24
meta: Convert Z value from normalized to object-space in meta code
Brian Paul
2010-05-24
mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT
Kristian Høgsberg
2010-05-24
Add test for '/', '<<', and '>>' in #if expressions.
Carl Worth
2010-05-24
Add test of bitwise operators and octal/hexadecimal literals.
Carl Worth
2010-05-24
Add support for octal and hexadecimal integer literals.
Carl Worth
2010-05-24
Switch to intmax_t (rather than int) for #if expressions
Carl Worth
2010-05-24
Add the '~' operator to the lexer.
Carl Worth
2010-05-24
glsl: silence unused var warnings
Brian Paul
2010-05-24
Implement all operators specified for GLSL #if expressions (with tests).
Carl Worth
2010-05-24
llvmpipe: Also test compressed formats in lp_test_format()
José Fonseca
2010-05-24
llvmpipe: Fix lp_test_format on 32bit OSes.
José Fonseca
2010-05-20
Implement #if, #else, #elif, and #endif with tests.
Carl Worth
2010-05-20
Implement (and add test) for token pasting.
Carl Worth
2010-05-20
Pre-expand macro arguments at time of invocation.
Carl Worth
2010-05-20
Add xtalloc_asprintf
Carl Worth
2010-05-20
Finish cleaning up whitespace differences.
Carl Worth
2010-05-20
Avoid printing a space at the beginning of lines in the output.
Carl Worth
2010-05-20
Fix bug of consuming excess whitespace.
Carl Worth
2010-05-20
Remove unused function _print_string_list
Carl Worth
2010-05-20
Remove "unnecessary" whitespace from some tests.
Carl Worth
[prev]
[next]