summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-01-12r300g: silence a warningMarek Olšák
2010-01-12r300g: only emit scissor when neededMarek Olšák
2010-01-12Revert "r300g: Placate kernel checker by explicitly disabling depth test."Marek Olšák
2010-01-12r300g: mark all states as dirty after flushMarek Olšák
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol
2010-01-12nv50: fix 2 off by one memory leaks (nv50_miptree_level->image_offset)Marcin Slusarz
2010-01-12nv50: fix memory leak on nv50_pc freeMarcin Slusarz
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2010-01-12r300g: Always emit scissors.Corbin Simpson
2010-01-11r300g: Add back dirty state check.Corbin Simpson
2010-01-11r300g: Placate kernel checker by explicitly disabling depth test.Corbin Simpson
2010-01-11r300g: Avoid segfault on binding null RS state.Corbin Simpson
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-10r300g: Don't bother testing for empty scissors.Corbin Simpson
2010-01-10r300g: Atomize scissors.Corbin Simpson
2010-01-10r300g: Move TCL bypass switch to main context.Corbin Simpson
2010-01-10r300g: Atomize viewport.Corbin Simpson
2010-01-10r300g: Move ROPCNTL to the top of the emit order.Corbin Simpson
2010-01-10r300g: Don't avoid rewriting ZTOP.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
2010-01-10r300g: Atomize ZTOP.Corbin Simpson
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-08r300g: Silence unused variable warnings.Vinson Lee
2010-01-06svga: Silence uninitialized variable warning.Vinson Lee