summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* galahad: Use non-recursive automakeTom Stellard2012-03-141-14/+0
|
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
|
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-2/+1
| | | | | | | | | 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
* targets, radeong: Add Galahad.Corbin Simpson2010-06-221-1/+1
| | | | Currently unconditional and causes segfaults.
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-221-0/+12
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.