summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-27r300g: fix erroneous conditionMaciej Cencora
2009-09-27r300g: don't force vertex position for HW TCL pathMaciej Cencora
2009-09-27r300g: add some assertionsMaciej Cencora
2009-09-27r300g: plug memory leakMaciej Cencora
2009-09-27r300g: add some debugging infoMaciej Cencora
2009-09-28r300g: fix r300 rs pathDave Airlie
2009-09-28r300g: rewrite RS state setup.Dave Airlie
2009-09-28r300g: silence compiler warningDave Airlie
2009-09-27i915g: Submit direct vertex buffersJakob Bornecrantz
2009-09-27i915g: Fix warningJakob Bornecrantz
2009-09-27i915g: Tile shared buffers as wellJakob Bornecrantz
2009-09-27i915g: Use booleanJakob Bornecrantz
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton
2009-09-26r300g: add tx depth support in register.Dave Airlie
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
2009-09-26r300g: add missing break in OQ emitDave Airlie
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie
2009-09-26r300g: add z16 unorm texture formatDave Airlie
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol
2009-09-25softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol
2009-09-25nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller
2009-09-25nv50: actually enable view volume clippingChristoph Bumiller
2009-09-25nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller
2009-09-25nv50: fix CEIL and TRUNCChristoph Bumiller
2009-09-25nv50: implement BGNLOOP, BRK, ENDLOOPChristoph Bumiller
2009-09-25nv50: implement IF, ELSE, ENDIF opcodesChristoph Bumiller
2009-09-25r300g: add texture format for xvmcCooper Yuan
2009-09-24llvmpipe: add missing __FUNCTION__ parameter to debug_printf() callsBrian Paul
2009-09-24llvmpipe: increase max 3D texture size to 256Brian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee
2009-09-24gallium/trace: casts to silence warningsBrian Paul
2009-09-24trace: fix printf warningsKeith Whitwell
2009-09-24softpipe: fix compiler warningsKeith Whitwell
2009-09-24softpipe: Use portable INLINE macro.José Fonseca
2009-09-24softpipe: Update SConscript.José Fonseca
2009-09-23llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul
2009-09-23softpipe: replace macros with inline functionsBrian Paul
2009-09-23softpipe: white-space/formatting fixes and updated commentsBrian Paul
2009-09-23llvmpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture sizeBrian Paul
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-23softpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-23gallium: Update vendor string.José Fonseca