summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-28NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri
2009-12-28llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.José Fonseca
2009-12-28python/retrace: Dump only the specified image rectangles.José Fonseca
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-28scons: Fix xlib build.José Fonseca
2009-12-28nv04: Fix build after the latest nouveau_class.h changes.Francisco Jerez
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-28util: better fix for unused variable warnings with assertsKeith Whitwell
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-27st/xorg: Silence unused variable warnings.Vinson Lee
2009-12-27g3dvl: Silence compiler warnings.Vinson Lee
2009-12-27st/vega: Silence compiler warnings.Vinson Lee
2009-12-27gallium/xlib: Silence unused variable warning.Vinson Lee
2009-12-27trace: Silence unused variable warnings.Vinson Lee
2009-12-27i915g: Silence unused variable warning.Vinson Lee
2009-12-27softpipe: Silence unintialized variable warnings.Vinson Lee
2009-12-27softpipe: Silence unused variable warning.Vinson Lee
2009-12-27tgsi/ureg: Silence uninitialized variable warnings.Vinson Lee
2009-12-27docs: insert 7.7 release dateBrian Paul
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-27docs: insert 7.6.1 release dateBrian Paul
2009-12-27Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27cell: add glsl to SRC_DIRSBrian Paul
2009-12-27st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie
2009-12-27r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie
2009-12-26gallium/util: Remove comma at end of enumerator list.Vinson Lee
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee
2009-12-26mesa: Remove comma at end of enumerator list.Vinson Lee
2009-12-26i915: Fix assert.Vinson Lee
2009-12-26softpipe: Flush draw module when fragment pipeline state changes.José Fonseca
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca
2009-12-26i965: Extra asserts on flow control instructions to clarify for clang.Eric Anholt
2009-12-26i965: Clean up double initialization of dst_flags from a rebase resolve.Eric Anholt
2009-12-26i965: Fix setup of immediate types for gen4 disasm.Eric Anholt
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca
2009-12-26softpipe: Flush draw module before switching framebuffer.José Fonseca
2009-12-26llvmpipe: Flush draw module before switching framebuffer.José Fonseca
2009-12-26tgsi: Don't dump parenthesis for negation.José Fonseca
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee
2009-12-25intel: Silence implicit function declaration warning.Vinson Lee
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca
2009-12-26trace: Fix transfer size computation.José Fonseca
2009-12-26scons: Put the configuration info in the build directory too.José Fonseca
2009-12-26svga: Allow to dump an individual command.José Fonseca
2009-12-25glu/sgi: Fix include recursion.Vinson Lee
2009-12-26r300g: fixup for GS additionsDave Airlie
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin