scons: Always build softpipe and llvmpipe (when llvm available).
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 10 Apr 2010 02:01:30 +0000 (03:01 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 11 Apr 2010 08:17:35 +0000 (17:17 +0900)
commit47a89e9255846f55efe0992c94b65ae7c911dbb3
tree91e7ccf0cb9136189b3ae44bd5c7333a8446f7c8
parent21780adc2ed1b10c5c4c71427b8212b8464d065d
scons: Always build softpipe and llvmpipe (when llvm available).

These are our reference software rasterizers. They can build everywhere
and are a precious debugging tool.

Making them always present immensily simplifies the scons logic.

If people want to avoid building it is still possible to pass
direcotries and target names to scons to narrow the build.
SConstruct
src/gallium/drivers/sw/SConscript
src/gallium/state_trackers/python/SConscript
src/gallium/targets/dri-swrast/SConscript
src/gallium/targets/graw-xlib/SConscript
src/gallium/targets/libgl-gdi/SConscript
src/gallium/targets/libgl-xlib/SConscript