summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-06-19i965simple: use u_reduced_prim() functionBrian Paul
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-06-19softpipe: use u_reduced_prim()Brian Paul
2009-06-19gallium/util: s/boolean/unsigned/Brian Paul
2009-06-19softpipe: whitespace, reformattingBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18draw: use flatfirst variableBrian Paul
2009-06-18draw: remove debug codeBrian Paul
2009-06-18draw: fix first provoking vertex mode for quads, quad strips and polygonsBrian Paul
2009-06-18draw: fix first provoking vertex mode for unfilled quadsBrian Paul
2009-06-18draw: clean up indentationBrian Paul
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-16softpipe: fix out of bounds quad rasterization bugBrian Paul
2009-06-16gallium: Avoid atomic ops / locking when src is dst.José Fonseca
2009-06-15python/tests: Add is_depth_stencil_format utility function.José Fonseca
2009-06-15python/tests: Cleanup texture_sample.José Fonseca
2009-06-15rtasm: Use 32bit constant.José Fonseca
2009-06-15gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca
2009-06-15dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-11python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca
2009-06-11python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca
2009-06-11wgl: Fix prototype.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11python/tests: Test sampling from a depth texture.José Fonseca
2009-06-11dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-10util: Single precision constants.José Fonseca
2009-06-10gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca
2009-06-10gallium: updated PIPE_CAP_x commentsBrian Paul
2009-06-09draw: implement flatshade_first for drawing pipelineBrian Paul
2009-06-09softpipe: implement flatshade_first for trianglesBrian Paul
2009-06-09softpipe: implement flatshade_first for line setupBrian Paul
2009-06-09stw: ignore swapbuffer requests on singlebufferKeith Whitwell
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-10winsys/gdi: Link to ws2_32 library.Michal Krol
2009-06-10trace: __func__ --> __FUNCTION__.Michal Krol
2009-06-09trace/rbug: Add support for draw block ruleJakob Bornecrantz
2009-06-09rbug: Change block protocol around a bitJakob Bornecrantz
2009-06-09trace/rbug: Return textures currently bound to contextJakob Bornecrantz
2009-06-09rbug: Extend context info and block opsJakob Bornecrantz
2009-06-08r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson
2009-06-08r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson
2009-06-08r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson
2009-06-08pipebuffer: Silence out of heap space debug printJakob Bornecrantz