diff options
author | Keith Whitwell <[email protected]> | 2010-03-10 10:32:16 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-03-10 10:37:57 +0000 |
commit | 431a2f99bc9d4ab567c1feaac9360c09c1dcdfde (patch) | |
tree | 34e9a2421c753610ee5c7c4caac491d0afa0aafe /src/gallium/auxiliary/SConscript | |
parent | 601bfb5951ae303b54b4dd8a50bf0558017bf549 (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/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index d6185bcb5e3..2be16776fb8 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: |