Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | id, glhd: Unbreak texturing. | Corbin Simpson | 2010-06-23 | 1 | -0/+1 |
| | | | | Argfl. | ||||
* | id, glhd: Fix malloc/calloc of struct. | Corbin Simpson | 2010-06-22 | 1 | -1/+1 |
| | | | | ( >&) | ||||
* | id, glhd: Fix segfault with misreferenced pipe member. | Corbin Simpson | 2010-06-22 | 1 | -2/+2 |
| | | | | And remove the offending member to keep that from happening again. | ||||
* | gallium/drivers: Create Galahad from identity. | Corbin Simpson | 2010-06-22 | 1 | -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. |