summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
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/SConscript
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/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index d6185bcb5e..2be16776fb 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -175,6 +175,7 @@ source = [
'vl/vl_compositor.c',
'vl/vl_csc.c',
'vl/vl_shader_build.c',
+ 'target-helpers/wrap_screen.c',
]
if drawllvm: