summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-02-17llvmpipe: use ffs technique for full tiles alsoKeith Whitwell
2010-02-17llvmpipe: rework do_block_16 to use bitmasks and ffsKeith Whitwell
2010-02-14llvmpipe: Silence unused value warning.Vinson Lee
2010-02-14llvmpipe: s/debug_dump_/util_dump_/José Fonseca
2010-02-14llvmpipe: Use util_format_name().José Fonseca
2010-02-13llvmpipe: Silence uninitialized variable warning.Vinson Lee
2010-02-12Merge branch 'gallium-dynamicstencilref'Roland Scheidegger
2010-02-11Revert "llvmpipe: Move tile coordinate assertion into a more useful place."José Fonseca
2010-02-11llvmpipe: Move tile coordinate assertion into a more useful place.José Fonseca
2010-02-11llvmpipe: Clamp both extremes of triangles to framebuffer size.José Fonseca
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger
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-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
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-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-07llvmpipe: Remove unnecessary headers.Vinson Lee
2010-02-06llvmpipe: Silence GCC 'no previous prototype' warning.Vinson Lee
2010-02-05allow make to build lp_test_* for llvmpipeChris Li
2010-02-05llvmpipe: Disable multithreading on windows.José Fonseca
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-04llvmpipe: Disable unit tests on embedded platforms.José Fonseca
2010-02-03llvmpipe: Remove unnecessary header.Vinson Lee
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02softpipe: fix broken AA points, AA linesBrian Paul
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01llvmpipe: Add missing includes.José Fonseca
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-27llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-27llvmpipe: added debug option to disable LLVM optimization passesBrian Paul
2010-01-27llvmpipe: count/report time spent in LLVM compilationsBrian Paul
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-25llvmpipe: adapt to blend changesRoland Scheidegger