History log of /external/mesa3d/src/gallium/targets/dri-swrast/SConscript
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5fe54df58f31e5d321f7cbd5b095eb8c2417deb1 27-Jun-2011 Marek Olšák <maraeo@gmail.com> Rename swrastg_dri to swrast_dri

I prefer it this way and it has been suggested earlier by others too.
Opinions?
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
235225ec935002b4669d14a48c9c20864a5496f8 30-Jun-2011 José Fonseca <jfonseca@vmware.com> scons: Expose pkg-config in a simpler manner.
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
601498ae73e654c2de997ea75075613a694d604d 01-Nov-2010 José Fonseca <jfonseca@vmware.com> scons: Revamp how to specify targets to build.

Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

scons libgl-xlib

scons libgl-gdi

scons graw-progs

scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
44c64596d17423dc560434dcbd209997d87b2a29 24-Jun-2010 Jakob Bornecrantz <jakob@vmware.com> swrastg: Use target-helpers
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
53cbb81576671d6d39e6a353e79ebda2c512d735 12-May-2010 Jakob Bornecrantz <jakob@vmware.com> rbug: Add to all targets that link against trace

Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
47a89e9255846f55efe0992c94b65ae7c911dbb3 10-Apr-2010 José Fonseca <jfonseca@vmware.com> 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.
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
ea532f0e725bd68e7784189c9b7f6f7bf7f9d901 10-Apr-2010 José Fonseca <jfonseca@vmware.com> scons: Make LLVM a black-white dependency.

Now that draw depends on llvm it is very difficult to correctly handle
broken llvm installations. Either the user requests LLVM and it needs to
supply a working installation. Or it doesn't, and it gets no LLVM
accelerate pipe drivers.
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
e57405e8d516c09b890c6f1c3bd8fe7780417c95 26-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> swrastg: Use llvmpipe if built but only on scons
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript
7f91f2efb5b92a9ad8506c54643142f40f286d5c 26-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> swrastg: Build with scons
/external/mesa3d/src/gallium/targets/dri-swrast/SConscript