gallium/drivers: Create Galahad from identity.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 23 Jun 2010 04:58:56 +0000 (21:58 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 23 Jun 2010 05:49:13 +0000 (22:49 -0700)
commitd3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea
treeca26907c6433d7519077e51989c7201c538b5407
parent61ec20581696004acad516b14ca4a8a5ae9e6f1d
gallium/drivers: Create Galahad from identity.

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.
src/gallium/drivers/galahad/Makefile [new file with mode: 0644]
src/gallium/drivers/galahad/SConscript [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_context.c [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_context.h [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_drm.c [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_drm.h [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_objects.c [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_objects.h [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_public.h [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_screen.c [new file with mode: 0644]
src/gallium/drivers/galahad/glhd_screen.h [new file with mode: 0644]