summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad
Commit message (Collapse)AuthorAgeFilesLines
* glhd: Build with sconsJakob Bornecrantz2010-06-281-2/+2
|
* glhd: Re-integrate with the debug systemJakob Bornecrantz2010-06-281-1/+5
|
* glhd: Remove leftover fileJakob Bornecrantz2010-06-281-35/+0
|
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-283-99/+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
* glhd: Add test for logicop enable.Corbin Simpson2010-06-241-0/+7
| | | | | | | | | Only for first RT at the moment, as there is no trivial way in galahad to look at framebuffer state and (sadly) people don't usually calloc their CSOs, so flags could be wrongly set. On the other hand, of course, galahad will hopefully encourage more people to calloc their CSOs. :3
* glhd: Simple rasterizer checks.Corbin Simpson2010-06-231-0/+10
| | | | From the documentation.
* id, glhd: Unbreak texturing.Corbin Simpson2010-06-231-0/+1
| | | | Argfl.
* glhd: Use an environment variable (GALAHAD) to enable. Off by default.Corbin Simpson2010-06-231-0/+3
|
* id, glhd: Fix malloc/calloc of struct.Corbin Simpson2010-06-221-1/+1
| | | | ( >&)
* glhd: Add query protection.Corbin Simpson2010-06-221-0/+10
| | | | Not quite copied from r300g. This is slightly more API-compliant.
* glhd: Grab framebuffer state checks from r300g.Corbin Simpson2010-06-222-0/+13
|
* glhd: Grab resource_copy_region from r300g.Corbin Simpson2010-06-221-0/+8
|
* glhd: Grab is_format_supported warning from r300g.Corbin Simpson2010-06-221-0/+4
|
* glhd: Add glhd_warn for unconditional stderr output.Corbin Simpson2010-06-222-0/+10
| | | | | | Design decision. Bad API errors should never be silenced. Of course, you can always not use galahad.
* id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2010-06-222-3/+2
| | | | And remove the offending member to keep that from happening again.
* targets, radeong: Add Galahad.Corbin Simpson2010-06-221-1/+1
| | | | Currently unconditional and causes segfaults.
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-2211-0/+1930
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.