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