summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-10 10:32:16 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-10 10:37:57 +0000
commit431a2f99bc9d4ab567c1feaac9360c09c1dcdfde (patch)
tree34e9a2421c753610ee5c7c4caac491d0afa0aafe /src/gallium/auxiliary/Makefile
parent601bfb5951ae303b54b4dd8a50bf0558017bf549 (diff)
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.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index c84e8d781d..89b15d41b7 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -133,6 +133,7 @@ C_SOURCES = \
vl/vl_csc.c \
vl/vl_shader_build.c \
target-helpers/swrast_xlib.c
+ target-helpers/wrap_screen.c
GALLIVM_SOURCES = \
gallivm/lp_bld_alpha.c \