summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-null/graw_null.c
Commit message (Collapse)AuthorAgeFilesLines
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-68/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-0/+95
| | | | | | | | | | 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.
* graw: Remove graw-null.José Fonseca2010-08-261-95/+0
| | | | | Pointless now that the graw tests can be built independently of any graw implementation.
* graw: update graw_null after interface changes and build graw tests againKeith Whitwell2010-06-071-11/+25
|
* graw-null: Remove unnecessary header.Vinson Lee2010-05-201-2/+0
|
* graw-null: New target to ensure we always have a graw implementation available.José Fonseca2010-05-061-0/+83