summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: atomize fragment shaderMarek Olšák2010-04-1210-59/+98
* r300g: remove a false commentMarek Olšák2010-04-121-3/+0
* r300g: emit FS depth output config with FS codeMarek Olšák2010-04-121-19/+20
* r300g: FS constants emission reworkMarek Olšák2010-04-125-21/+156
* r300g: Remove unnecessary headers.Vinson Lee2010-04-112-3/+0
* r300g: Initialize base.bind member variable.Vinson Lee2010-04-111-0/+1
* i915g: Fix possible null pointer deference in debug builds.Vinson Lee2010-04-111-1/+1
* llvmpipe: Fix transfers after resource changeJakob Bornecrantz2010-04-121-0/+1
* i965g: Remove unnecessary header.Vinson Lee2010-04-111-1/+0
* r300g: Add r300_resource.c to SCons build.Vinson Lee2010-04-111-0/+1
* svga: Remove unnecessary headers.Vinson Lee2010-04-114-8/+0
* trace: Remove unnecessary header.Vinson Lee2010-04-111-1/+0
* r300g: a fix for piglit/texrect-manyMarek Olšák2010-04-111-1/+4
* r300g: use a dummy replacement vertex shader if the shader compilation failsMarek Olšák2010-04-113-19/+51
* r300g: use a dummy replacement fragment shader if the shader compilation failsMarek Olšák2010-04-115-33/+80
* nv50: fix texture relocsChristoph Bumiller2010-04-111-23/+27
* scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca2010-04-111-6/+2
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-112-10/+7
* r300g: revisit some assertions and fix potential failuresMarek Olšák2010-04-116-31/+42
* r300g: use cliprects for scissoringMarek Olšák2010-04-114-71/+29
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-112-1/+26
* r300g: support some exotic sampler formatsMarek Olšák2010-04-112-8/+17
* nvfx: Silence uninitialized variable warning.Vinson Lee2010-04-101-1/+1
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-04-101-2/+2
* svga: Silence uninitialized variable warnings.Vinson Lee2010-04-101-2/+2
* r300g: cleanup handling of sampler viewsMarek Olšák2010-04-118-97/+157
* r300g: pick up some new colorbuffer formatsMarek Olšák2010-04-112-1/+23
* r300g: hack around issue with doom3 and 0 strideDave Airlie2010-04-111-0/+5
* nv50: plug in miptree resource vtblChristoph Bumiller2010-04-103-3/+8
* r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák2010-04-101-0/+19
* Squashed commit of the following:Keith Whitwell2010-04-10233-6828/+6797
* r300g: align the height of NPOT textures to POTMarek Olšák2010-04-101-1/+4
* r300g: do not use tiling for scanout buffersMarek Olšák2010-04-101-1/+2
* nouveau: Import latest nouveau_class.h from renouveauBen Skeggs2010-04-092-2/+9026
* r300g: Fill out dummy fence functions.Corbin Simpson2010-04-091-0/+24
* llvmpipe: Remove unnecessary header.Vinson Lee2010-04-081-1/+0
* Merge remote branch 'origin/7.8'Dave Airlie2010-04-081-2/+4
|\
| * softpipe: index the correct blend/mask state indexBrian Paul2010-04-051-2/+4
* | llvmpipe: Add missing include.José Fonseca2010-04-071-0/+1
* | llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-071-1/+1
* | llvmpipe: Remove unused variable.Vinson Lee2010-04-061-1/+0
* | nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs2010-04-071-1/+9
* | nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs2010-04-071-1/+1
* | cell: fix buildMarc Dietrich2010-04-062-1/+4
* | Merge branch 'gallium_draw_llvm'Zack Rusin2010-04-061-2/+8
|\ \
| * | llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin2010-04-061-1/+5
| * | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-3140-428/+165
| |\ \
| * \ \ Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-30136-1483/+2833
| |\ \ \
| * \ \ \ Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-15271-15456/+11743
| |\ \ \ \
| * | | | | gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-2/+4