aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/glhd_objects.c
Commit message (Collapse)AuthorAgeFilesLines
* id, glhd: Unbreak texturing.Corbin Simpson2010-06-231-0/+1
| | | | Argfl.
* id, glhd: Fix malloc/calloc of struct.Corbin Simpson2010-06-221-1/+1
| | | | ( >&)
* id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2010-06-221-2/+2
| | | | And remove the offending member to keep that from happening again.
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-221-0/+186
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.