summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-27r600g: Initial importJerome Glisse
2010-05-27Add placeholder tokens to support pasting with empty arguments.Carl Worth
2010-05-27llvmpipe: s/bool/boolean/Brian Paul
2010-05-27llvmpipe: s/bool/booleanBrian Paul
2010-05-27Add test for macro invocations with empty arguments.Carl Worth
2010-05-27Provide support for empty arguments in macro invocations.Carl Worth
2010-05-27sw/xlib: avoid dereferencing a null pointerBrian Paul
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul
2010-05-27mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format checkBrian Paul
2010-05-27r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák
2010-05-27Make two list-processing functions do nothing with an empty list.Carl Worth
2010-05-27llvmpipe: Refer to my personal udis86 repository.José Fonseca
2010-05-27util: Also add a define for the dynamic library's prefix.José Fonseca
2010-05-27egl/mks: remove extra param from function callBrian Paul
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul
2010-05-27Add test 56 for a comma within the expansion of an argument.Carl Worth
2010-05-27Avoid treating an expanded comma as an argument separator.Carl Worth
2010-05-27fbdev: some hacking to get the driver to compile (untested)Brian Paul
2010-05-27update linux-fbdev configBrian Paul
2010-05-27vbo: comments and whitespaceBrian Paul
2010-05-27vbo: remove unused prototypeBrian Paul
2010-05-27vbo: remove dead codeBrian Paul
2010-05-27vbo: update/add commentsBrian Paul
2010-05-27mesa: Remove unnecessary headers.Vinson Lee
2010-05-27egl: Return NULL if we fail to load a default driverKristian Høgsberg
2010-05-26mesa: remove unused includesBrian Paul
2010-05-26mesa: rewrite _mesa_get_handle() and add some commentsBrian Paul
2010-05-26mesa: move GLSL uniform functions into new source fileBrian Paul
2010-05-26st/mesa: Remove unnecessary headers.Vinson Lee
2010-05-26Reimplement ir_function_inlining_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Add support (and test) for an object-to-function chain with the parens in the...Carl Worth
2010-05-26Add two tests developed on the take-2 branch.Carl Worth
2010-05-26Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Treat newlines as space when invoking a function-like macro invocation.Carl Worth
2010-05-26All macro lookups should be of type macro_t, not string_list_t.Carl Worth
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Fix setting the maximum accessed array elementIan Romanick
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick
2010-05-26Begin refactoring ir_dereferenceIan Romanick
2010-05-26Enable hardware mipmap generation for radeon.Will Dyson
2010-05-26Fix image_matches_texture_obj() MaxLevel checkWill Dyson
2010-05-26Fallback to software render if there is no miptree for an imageWill Dyson
2010-05-27r300g: decouple drawing code and two-sided stencil refvalue fallbackMarek Olšák