summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca2010-04-061-18/+10
* | | | | | gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-13/+4
* | | | | | r300g: enforce microtiled zbuffer from X serverMarek Olšák2010-04-051-0/+31
* | | | | | r300g: typecast using the r300_texture functionMarek Olšák2010-04-057-23/+28
* | | | | | i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul2010-04-051-1/+1
* | | | | | r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák2010-04-051-5/+1
* | | | | | r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-055-37/+275
* | | | | | r300g: simplify accessing screen from contextMarek Olšák2010-04-0513-94/+79
* | | | | | r300g: remove some XXXsMarek Olšák2010-04-052-2/+0
* | | | | | r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-056-11/+13