summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-29st/xorg: Use C-style comments.Vinson Lee
2009-12-29glu/sgi: Initialize member of struct GridVertex.Vinson Lee
2009-12-30st/xorg: Fix warning and add a TODO commentJakob Bornecrantz
2009-12-30st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz
2009-12-30st/xorg: Be proper with pipe pointers on close in exaJakob Bornecrantz
2009-12-29mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul
2009-12-30st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz
2009-12-29glu/sgi: Initialize member variables in class Varray.Vinson Lee
2009-12-29glu/sgi: Initialize member of class monoChain.Vinson Lee
2009-12-29glu/sgi: Initialize members of class sampledLine.Vinson Lee
2009-12-29mesa: add dlist support for indexed colormask and indexed enables/disablesBrian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-29glu/sgi: Initialize members of class directedLine.Vinson Lee
2009-12-29mesa: implement indexed glGet functionsBrian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul
2009-12-29mesa: Initialize variable in get_tex_color_index.Vinson Lee
2009-12-29glsl: added uniform initializer checkBrian Paul
2009-12-29ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slotsBrian Paul
2009-12-29glsl: added default case in _fetch_token() to silence warningsBrian Paul
2009-12-28intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt
2009-12-28st/egl: Move declaration before code.Vinson Lee
2009-12-28intel: Allow binding a stencil but not a depth buffer.Eric Anholt
2009-12-28intel: Improve INTEL_DEBUG=fbo output.Eric Anholt
2009-12-28intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt
2009-12-28mesa: remove gratuitous stores I added in remove_instructions.Eric Anholt
2009-12-28intel: Silence compiler warnings.Vinson Lee
2009-12-28llvmpipe: Fix assert.Vinson Lee
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-28nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton
2009-12-28nouveau: Fix swizzling for copies to rectangular texturesLuca Barbieri
2009-12-28nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri
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-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul