History log of /external/mesa3d/src/gallium/targets/graw-null/graw_null.c
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/graw_null.c
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/graw_null.c
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/graw_null.c
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/graw_null.c
f4905256859794d0ccc67e6a56f1ca4831c0d5de 20-May-2010 Vinson Lee <vlee@vmware.com> graw-null: Remove unnecessary header.
/external/mesa3d/src/gallium/targets/graw-null/graw_null.c
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/graw_null.c