Mesa (master): gallium/drivers: Create Galahad from identity.

Corbin Simpson csimpson at kemper.freedesktop.org
Wed Jun 23 07:12:50 UTC 2010


Module: Mesa
Branch: master
Commit: d3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Tue Jun 22 21:58:56 2010 -0700

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       |   12 +
 src/gallium/drivers/galahad/SConscript     |   14 +
 src/gallium/drivers/galahad/glhd_context.c |  952 ++++++++++++++++++++++++++++
 src/gallium/drivers/galahad/glhd_context.h |   52 ++
 src/gallium/drivers/galahad/glhd_drm.c     |   93 +++
 src/gallium/drivers/galahad/glhd_drm.h     |   35 +
 src/gallium/drivers/galahad/glhd_objects.c |  186 ++++++
 src/gallium/drivers/galahad/glhd_objects.h |  176 +++++
 src/gallium/drivers/galahad/glhd_public.h  |   37 ++
 src/gallium/drivers/galahad/glhd_screen.c  |  325 ++++++++++
 src/gallium/drivers/galahad/glhd_screen.h  |   48 ++
 11 files changed, 1930 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=d3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea



More information about the mesa-commit mailing list