summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-04-12nvfx: make NOUVEAU_NO_TRANSFER default offLuca Barbieri
2010-04-12nvfx: always use M2MF instead of the blitterLuca Barbieri
2010-04-12nvfx: add missing vtbl for shared texturesLuca Barbieri
2010-04-12r300g: atomize FS constant bufferMarek Olšák
2010-04-12r300g: atomize compiler's state variables for fragment shaderMarek Olšák
2010-04-12r300g: atomize fragment shaderMarek Olšák
2010-04-12r300g: remove a false commentMarek Olšák
2010-04-12r300g: emit FS depth output config with FS codeMarek Olšák
2010-04-12r300g: FS constants emission reworkMarek Olšák
2010-04-11r300g: Remove unnecessary headers.Vinson Lee
2010-04-11r300g: Initialize base.bind member variable.Vinson Lee
2010-04-11i915g: Fix possible null pointer deference in debug builds.Vinson Lee
2010-04-12llvmpipe: Fix transfers after resource changeJakob Bornecrantz
2010-04-11i965g: Remove unnecessary header.Vinson Lee
2010-04-11r300g: Add r300_resource.c to SCons build.Vinson Lee
2010-04-11svga: Remove unnecessary headers.Vinson Lee
2010-04-11trace: Remove unnecessary header.Vinson Lee
2010-04-11r300g: a fix for piglit/texrect-manyMarek Olšák
2010-04-11r300g: use a dummy replacement vertex shader if the shader compilation failsMarek Olšák
2010-04-11r300g: use a dummy replacement fragment shader if the shader compilation failsMarek Olšák
2010-04-11nv50: fix texture relocsChristoph Bumiller
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-11r300g: revisit some assertions and fix potential failuresMarek Olšák
2010-04-11r300g: use cliprects for scissoringMarek Olšák
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák
2010-04-11r300g: support some exotic sampler formatsMarek Olšák
2010-04-10nvfx: Silence uninitialized variable warning.Vinson Lee
2010-04-10nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák
2010-04-11r300g: pick up some new colorbuffer formatsMarek Olšák
2010-04-11r300g: hack around issue with doom3 and 0 strideDave Airlie
2010-04-10nv50: plug in miptree resource vtblChristoph Bumiller
2010-04-10r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10r300g: align the height of NPOT textures to POTMarek Olšák
2010-04-10r300g: do not use tiling for scanout buffersMarek Olšák
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-04-09r300g: Fill out dummy fence functions.Corbin Simpson
2010-04-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-08Merge remote branch 'origin/7.8'Dave Airlie
2010-04-07llvmpipe: Add missing include.José Fonseca
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06llvmpipe: Remove unused variable.Vinson Lee
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs
2010-04-07nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs
2010-04-06cell: fix buildMarc Dietrich
2010-04-06Merge branch 'gallium_draw_llvm'Zack Rusin
2010-04-06llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca