target-helpers: helper for injecting common debug layers
authorKeith Whitwell <keithw@vmware.com>
Wed, 10 Mar 2010 10:32:16 +0000 (10:32 +0000)
committerKeith Whitwell <keithw@vmware.com>
Wed, 10 Mar 2010 10:37:57 +0000 (10:37 +0000)
commit431a2f99bc9d4ab567c1feaac9360c09c1dcdfde
tree34e9a2421c753610ee5c7c4caac491d0afa0aafe
parent601bfb5951ae303b54b4dd8a50bf0558017bf549
target-helpers: helper for injecting common debug layers

Add a helper gallium_wrap_screen() for injecting the commonly
used extra layers into a gallium stack.  Currently that's just the
trace module and identity layer, but there could be more in the
future, eg. a validation layer.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/target-helpers/swrast_xlib.c
src/gallium/auxiliary/target-helpers/wrap_screen.c [new file with mode: 0644]
src/gallium/auxiliary/target-helpers/wrap_screen.h [new file with mode: 0644]