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/Makefile | |
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/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index c84e8d781d3..89b15d41b7b 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 \ |