summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/SConscript
AgeCommit message (Expand)Author
2011-02-19scons: Add aliases for the llvmpipe unit tests.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-17llvmpipe: remove unused fileKeith Whitwell
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell
2010-10-09llvmpipe: simplified SSE2 swz/unswz routinesKeith Whitwell
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell
2010-09-07llvmpipe: rasterization debugging helpersKeith Whitwell
2010-08-27llvmpipe: intrinsics version of triangle coeficient calculationKeith Whitwell
2010-07-29scons: Use the current python executable for code generation.José Fonseca
2010-07-16llvmpipe: Only use -mssse3 on gcc 4.3+José Fonseca
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li
2010-07-06llvmpipe: Don't build lp_test_round when using MSVC.Vinson Lee
2010-07-06llvmpipe: Add lp_test_round to SCons build.Vinson Lee
2010-06-30llvmpipe: added new lp_memory.[ch] filesBrian Paul
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell
2010-05-24llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li
2010-05-11scons: Export shouldn't be part of the if stanza.José Fonseca
2010-04-25llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.cJosé Fonseca
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-31llvmpipe: Don't rely on u_format_access.pyJosé Fonseca
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca
2010-02-26util: Code generate functions to pack and unpack a single pixel.José Fonseca
2010-02-26llvmpipe: Fix scons dependencies.José Fonseca
2010-02-23llvmpipe: add lp_tile_image.c to sourcesBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-04llvmpipe: Disable unit tests on embedded platforms.José Fonseca
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
2010-01-19llvmpipe: re-order file list, fix indentationBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
2010-01-01llvmpipe: Add missing include path.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca
2009-12-13llvmpipe: rename bins to sceneKeith Whitwell
2009-12-11llvmpipe: remove old fence code, compile new lp_fence.c fileBrian Paul
2009-12-09llvmpipe: added new lp_bin_queue.[ch] filesBrian Paul
2009-12-04llvmpipe: move bin-related structures and functions into new lp_bin.[ch]Brian Paul
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca
2009-10-25llvmpipe: New module to help make assertions about formats.José Fonseca