summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/glhd_context.h
Commit message (Collapse)AuthorAgeFilesLines
* galahad: actually remove the driverEmil Velikov2015-03-211-69/+0
| | | | | | | | Should have been part of 429a4355259(galahad: remove driver). Seems like I've erroneously committed the trimmed patch. Reported-by: Marek Olšák <[email protected]> Signed-off-by: Emil Velikov <[email protected]>
* galahad: More detailed resource checks.José Fonseca2012-07-061-0/+3
|
* galahad: Use debug_printf.José Fonseca2012-07-061-3/+5
| | | | stderr is not visible on windows.
* glhd: Grab framebuffer state checks from r300g.Corbin Simpson2010-06-221-0/+3
|
* glhd: Add glhd_warn for unconditional stderr output.Corbin Simpson2010-06-221-0/+9
| | | | | | Design decision. Bad API errors should never be silenced. Of course, you can always not use galahad.
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-221-0/+52
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.