summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-01-04silence compiler warningAlan Hourihane1-2/+2
2010-01-04Fix testAlan Hourihane1-2/+2
2010-01-02python: Don't generate a import library for python module either.José Fonseca1-0/+2
2010-01-02i965: Add missing include.José Fonseca1-0/+2
2010-01-02gdi: Don't generate import libraries for opengl32.dll.José Fonseca1-0/+2
2010-01-02util: Silent potential loss of precision warnings.José Fonseca1-3/+2
2010-01-01tgsi: Add missing semantic name in text parser.Igor Oliveira1-0/+1
2010-01-01r300: Fix scons build.José Fonseca2-4/+10
2010-01-01llvmpipe: Add missing include path.José Fonseca1-0/+2
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca16-338/+180
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca23-290/+196
2010-01-01gallium: Remove the sct module.José Fonseca6-656/+0
2010-01-01scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca1-1/+2
2009-12-31nv50: small fix for handling "dangerous" swizzlesChristoph Bumiller1-1/+1
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul36-55/+323
2009-12-31nv50: fix TEXLOD sequence and use it only in FPsChristoph Bumiller1-1/+8
2009-12-31nv50: cannot kill branch if immediate is usedChristoph Bumiller1-0/+3
2009-12-31nv50: make assimilate_temp safeChristoph Bumiller1-16/+28
2009-12-31nv50: handle TGSI_OPCODE_EXP,LOGChristoph Bumiller1-0/+59
2009-12-31nv50: add support for subroutinesChristoph Bumiller1-53/+78
2009-12-31nv50: alloc_reg on reg_instanceChristoph Bumiller1-14/+15
2009-12-31nv50: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2009-12-31nv50: neg and abs modifiers for flopsChristoph Bumiller1-28/+55
2009-12-31nv50: don't negate immediates in set_immdChristoph Bumiller1-12/+5
2009-12-30nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri6-55/+74
2009-12-29st/xorg: Use C-style comments.Vinson Lee1-16/+16
2009-12-30st/xorg: Fix warning and add a TODO commentJakob Bornecrantz1-0/+6
2009-12-30st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz1-1/+11
2009-12-30st/xorg: Be proper with pipe pointers on close in exaJakob Bornecrantz1-0/+3
2009-12-30st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz1-1/+1
2009-12-28st/egl: Move declaration before code.Vinson Lee1-1/+2
2009-12-28llvmpipe: Fix assert.Vinson Lee1-1/+1
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee2-2/+7
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é Fonseca1-1/+1
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-28util: better fix for unused variable warnings with assertsKeith Whitwell1-1/+1
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee6-4/+6
2009-12-27st/xorg: Silence unused variable warnings.Vinson Lee3-0/+3
2009-12-27g3dvl: Silence compiler warnings.Vinson Lee1-0/+11
2009-12-27st/vega: Silence compiler warnings.Vinson Lee6-11/+4
2009-12-27gallium/xlib: Silence unused variable warning.Vinson Lee1-0/+1
2009-12-27trace: Silence unused variable warnings.Vinson Lee1-0/+2