summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* galahad: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-011-5/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]>
* galahad: Correct the name of the scons libraryJakob Bornecrantz2010-11-101-1/+1
|
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
|
* glhd: Build with sconsJakob Bornecrantz2010-06-281-2/+2
|
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-1/+0
| | | | | | | | | Conflicts: src/gallium/state_trackers/egl/x11/native_dri2.c src/gallium/state_trackers/egl/x11/native_x11.c src/gallium/state_trackers/egl/x11/native_x11.h src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/radeon/drm/radeon_drm.c
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-221-0/+14
Galahad is a sanity-checking layer meant to replace the crufty and scattered sanity checks inside drivers with a robust, non-silenceable, useful set of warnings and errors that can be used to keep misbehaving state trackers from going unnoticed.