Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-29 | util: remove util_is_pot in favor of util_is_power_of_two | Marek Olšák | |
The function was duplicated. | |||
2010-08-20 | galahad: remove incorrect comment just added | Luca Barbieri | |
2010-08-20 | galahad: check resource_create template | Luca Barbieri | |
2010-08-19 | galahad: Make it obvious on stderr that Galahad's active. | Corbin Simpson | |
2010-06-28 | glhd: Re-integrate with the debug system | Jakob Bornecrantz | |
2010-06-22 | glhd: Grab is_format_supported warning from r300g. | Corbin Simpson | |
2010-06-22 | glhd: Add glhd_warn for unconditional stderr output. | Corbin Simpson | |
Design decision. Bad API errors should never be silenced. Of course, you can always not use galahad. | |||
2010-06-22 | gallium/drivers: Create Galahad from identity. | Corbin Simpson | |
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. |