summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/SConscript
AgeCommit message (Collapse)Author
2009-08-29llvmpipe: Eliminate non-LLVM fs execution paths.José Fonseca
2009-08-29llvmpipe: TGSI -> LLVM SoA IR converstion.José Fonseca
Based on tgsi_sse2.c.
2009-08-29llvmpipe: Store tile color in SoA.José Fonseca
2009-08-29llvmpipe: Split the texture cache from the color/depth/stencil cache.José Fonseca
2009-08-29llvmpipe: SoA blending.José Fonseca
Throughput seems to be 4x higher.
2009-08-29llvmpipe: Only get the preprocessor flags from llvm-config.José Fonseca
Otherwise we get -O2 optimization flag, preventing proper debugging.
2009-08-29llvmpipe: Bootstrap type conversions.José Fonseca
2009-08-29llvmpipe: Factor out shared test code into a separate module.José Fonseca
2009-08-29llvmpipe: Move intrinsic helpers to a separate module.José Fonseca
2009-08-29llvmpipe: Optimize blend swizzles by using bitmasks instead of shuffles for ↵José Fonseca
ubytes.
2009-08-29llvmpipe: Separate constant building.José Fonseca
2009-08-29llvmpipe: Move type support functions into a separate file.José Fonseca
2009-08-29llvmpipe: Cleanup test programs.José Fonseca
2009-08-29llvmpipe: Blending.José Fonseca
The code
2009-08-29llvmpipe: Arithmetic helpers.José Fonseca
2009-08-29llvmpipe: Translate logicops.José Fonseca
2009-08-29llvmpipe: Separate pixel packing/unpacking from loading/storing.José Fonseca
2009-08-29llvmpipe: Update SConscript.José Fonseca
2009-08-29llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell
Consolidate the read-modify-write color combining code from the blend, colormask and output stages.
2009-08-29llvmpipe: Pixel packing/unpacking and loop code generators.José Fonseca
Just a small proof of concept plus a standalone test app. Not integrated with the rest of the driver yet.
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca