summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-01-10r300g: Atomize DSA.Corbin Simpson
2010-01-10r300g: Atomize UCP.Corbin Simpson
2010-01-10r300g: Atomize blend color.Corbin Simpson
2010-01-10r300g: Start using atoms.Corbin Simpson
2010-01-10llvmpipe: Update instructions.José Fonseca
2010-01-10llvmpipe: Yet another hack to get release LLVM static libraries to link in de...José Fonseca
2010-01-08nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SADChristoph Bumiller
2010-01-08nv50: free src temp_temps on emitChristoph Bumiller
2010-01-08nv50: try to honor sprite coord modeChristoph Bumiller
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-08nv20: Fix build for the latest nouveau_class.h changes.Francisco Jerez
2010-01-08lvmpipe: Initialize all coordinates.José Fonseca
2010-01-07nv50: preallocate TEMPs written first time in a subroutineChristoph Bumiller
2010-01-07nv50: handle TGSI_OPCODE_SAD,UADDChristoph Bumiller
2010-01-07nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMINChristoph Bumiller
2010-01-07nv50: handle integer SET operationsChristoph Bumiller
2010-01-07nv50: handle TGSI_OPCODE_SHL,ISHR,USHRChristoph Bumiller
2010-01-07nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src modsChristoph Bumiller
2010-01-07llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca
2010-01-07i965g: updates for draw retvalKeith Whitwell
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee
2010-01-06r300g: add back-face color VS outputsMarek Olšák
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák
2010-01-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2010-01-06r300g: consolidate paramsMarek Olšák
2010-01-06r300g: fix outputting depth in the FSMarek Olšák
2010-01-06r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák
2010-01-06r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák
2010-01-06r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák
2010-01-06softpipe: fix draw return valueKeith Whitwell
2010-01-06r300g: add missing is_anistropic paramBrian Paul
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul
2010-01-06nv50: add missing parentheses in nv50_query_result()Roel Kluin
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis
2010-01-05svga: Remove stale references to delete shader results.José Fonseca