summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-02-10i965g: ifdef out unused functions.Vinson Lee
2010-02-10r300g: Work around "defect" in r300compiler.Corbin Simpson
2010-02-10gallium: use os_time.hBrian Paul
2010-02-10r300g: Fix typo.Corbin Simpson
2010-02-10llvmpipe: Map rendertargets when bound as textures.José Fonseca
2010-02-10llvmpipe: Fix null pointer dereference when no depth buffer is bound.José Fonseca
2010-02-10llvmpipe: Leave depth buffer in swizzled format.José Fonseca
2010-02-10llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-10Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez
2010-02-09r300g: One less assert.Corbin Simpson
2010-02-09r300g: Don't write non-existent bit on non-r500.Corbin Simpson
2010-02-09r300g: Correct colorbuffer measurements.Corbin Simpson
2010-02-09r300g: Be ever-so-slightly more useful on bad shaders.Corbin Simpson
2010-02-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol
2010-02-09fix bug in perspective corrected interpolants for linesBrian Paul
2010-02-09softpipe: Properly implement cylindrical wrapping.Michal Krol
2010-02-09Revert "softpipe: Implement cylindrical wrapping for linear interpolator."Michal Krol
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-09softpipe: Implement cylindrical wrapping for linear interpolator.Michal Krol
2010-02-09svga: Actually call fence_reference in texture downloads.José Fonseca
2010-02-09r300g: Fix off-by-one errors in array bounds assertions.Vinson Lee
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
2010-02-08identity: Remove unnecessary header.Vinson Lee
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee
2010-02-08llvmpipe: include gallivm/lp_bld_misc.hBrian Paul
2010-02-08llvmpipe: remove files moved to gallivm/ from llvmpipe/MakefileBrian Paul
2010-02-08llvmpipe: s/textured/texture/Brian Paul
2010-02-08llvmpipe: added counters for color tile clear, load, storeBrian Paul
2010-02-08llvmpipe: use new os time functionsBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-08svga: remove dead debug sleepKeith Whitwell
2010-02-08gallium: remove softpipe references in other driversKeith Whitwell
2010-02-08cell: fix the usual cell breakageMarc Dietrich
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-07llvmpipe: Silence GCC 'type qualifiers ignored on function return type' warni...Vinson Lee
2010-02-07svga: Remove unnecessary header.Vinson Lee
2010-02-07llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-06r300g: cleanup XXXs in the DSA stateMarek Olšák
2010-02-06r300g: make a local copy of framebuffer stateMarek Olšák
2010-02-06r300g: fix color channel masksMarek Olšák
2010-02-06r300g: remove useless GA_COLOR_CONTROL emitMarek Olšák
2010-02-06r300g: add L8_SRGB and A8L8_SRGB texture formatsMarek Olšák
2010-02-06llvmpipe: Silence GCC 'no previous prototype' warning.Vinson Lee
2010-02-05i965g: Remove unnecessary headers.Vinson Lee
2010-02-05nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin
2010-02-05allow make to build lp_test_* for llvmpipeChris Li