summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-30mklib: use a wrapper for arBrian Paul1-50/+48
2009-12-30nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri6-55/+74
2009-12-29mesa: fix-up blend enable/disable code in _mesa_PopAttrib()Brian Paul1-7/+17
2009-12-29mesa: finish-up indexed color mask code in _mesa_PopAttrib()Brian Paul1-1/+1
2009-12-29mesa: plug in GL_EXT_draw_buffers2 functionsBrian Paul2-8/+14
2009-12-29mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul11-1747/+2138
2009-12-29glapi: extension info for GL_EXT_draw_buffers2Brian Paul1-0/+49
2009-12-29mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul5-10/+25
2009-12-29mesa: add dlist support for indexed colormask and indexed enables/disablesBrian Paul1-0/+77
2009-12-29mesa: implement per-buffer color maskingBrian Paul44-230/+350
2009-12-29mesa: implement indexed glGet functionsBrian Paul3-20/+140
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul9-20/+126
2009-12-29glsl: added default case in _fetch_token() to silence warningsBrian Paul1-0/+2
2009-12-28intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt1-7/+14
2009-12-28intel: Allow binding a stencil but not a depth buffer.Eric Anholt2-1/+7
2009-12-28intel: Improve INTEL_DEBUG=fbo output.Eric Anholt1-1/+6
2009-12-28intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt2-5/+1
2009-12-28mesa: remove gratuitous stores I added in remove_instructions.Eric Anholt1-1/+0
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton12-5/+102
2009-12-28nouveau: Fix swizzling for copies to rectangular texturesLuca Barbieri1-3/+12
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri9-3/+122
2009-12-28NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri2-16/+48
2009-12-28llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.José Fonseca1-1/+7
2009-12-28python/retrace: Dump only the specified image rectangles.José Fonseca1-2/+2
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca7-141/+24
2009-12-28scons: Fix xlib build.José Fonseca2-2/+2
2009-12-28nv04: Fix build after the latest nouveau_class.h changes.Francisco Jerez6-62/+62
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki8-72/+69
2009-12-27Merge branch 'mesa_7_7_branch'Brian Paul4-9/+60
2009-12-27cell: add glsl to SRC_DIRSBrian Paul1-1/+1
2009-12-27st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORMBrian Paul1-0/+2
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie1-2/+2
2009-12-27r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie2-16/+26
2009-12-26softpipe: Flush draw module when fragment pipeline state changes.José Fonseca3-4/+21
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca4-11/+38
2009-12-26i965: Extra asserts on flow control instructions to clarify for clang.Eric Anholt1-1/+3
2009-12-26i965: Clean up double initialization of dst_flags from a rebase resolve.Eric Anholt1-4/+0
2009-12-26i965: Fix setup of immediate types for gen4 disasm.Eric Anholt1-1/+1
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca1-0/+8
2009-12-26softpipe: Flush draw module before switching framebuffer.José Fonseca1-0/+2
2009-12-26llvmpipe: Flush draw module before switching framebuffer.José Fonseca1-0/+2
2009-12-26tgsi: Don't dump parenthesis for negation.José Fonseca1-3/+1
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca9-24/+53
2009-12-26trace: Fix transfer size computation.José Fonseca1-1/+1
2009-12-26scons: Put the configuration info in the build directory too.José Fonseca1-0/+2
2009-12-26svga: Allow to dump an individual command.José Fonseca3-340/+363
2009-12-26r300g: fixup for GS additionsDave Airlie1-2/+4
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin4-12/+8
2009-12-25draw: disable some debugging output coming from the geometry shadersZack Rusin1-5/+5
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2-3/+0