History log of /external/mesa3d/src/gallium/targets/graw-null/SConscript
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/graw-null/SConscript
90437330e2886fcd351dd11ee0e5aa3e8b523fdc 26-Aug-2010 José Fonseca <jfonseca@vmware.com> graw: Undo late loading of graw drivers.

Keith prefers a clean separation between graw applications and
implementations, where apps do not link libgallium.a but instead
get all functionality they need via graw interface.

Although this is not incompatible with late loading of graw drivers, it
it would make it very hard to maintain, as wrappers for every utility
symbol exposed in graw would have to be written or generated somehow.
/external/mesa3d/src/gallium/targets/graw-null/SConscript
43d94dba5f5b316f2156b176009eb07a6acbe3b2 26-Aug-2010 José Fonseca <jfonseca@vmware.com> graw: Remove graw-null.

Pointless now that the graw tests can be built independently of any graw
implementation.
/external/mesa3d/src/gallium/targets/graw-null/SConscript
00fe54a87957997ec1e12a427bd4a4433afab307 07-Jun-2010 Keith Whitwell <keithw@vmware.com> graw: update graw_null after interface changes and build graw tests again
/external/mesa3d/src/gallium/targets/graw-null/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/graw-null/SConscript
f63672c9ab51e6855c2a6bedc6d23d7cd23d329a 06-May-2010 José Fonseca <jfonseca@vmware.com> graw-null: Try to fix MSVC linkage problems.
/external/mesa3d/src/gallium/targets/graw-null/SConscript
d5e741d6d8ebffefa2851677643c6a1aeeb1d431 06-May-2010 José Fonseca <jfonseca@vmware.com> graw-null: New target to ensure we always have a graw implementation available.
/external/mesa3d/src/gallium/targets/graw-null/SConscript