diff options
author | Brian Paul <[email protected]> | 2010-04-16 10:20:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 10:20:32 -0600 |
commit | f17d1513ac1912d8cc090bba9206a08ff991f64f (patch) | |
tree | 0c8b6e56c12c4b7e6ae4a007e337b634b4b39338 /src/gallium/auxiliary/SConscript | |
parent | cf88dcf7313b6a0112c36c2f05ce6a7e846d268c (diff) |
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
This is specific to the llvmpipe driver and not re-usable.
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 09665b96031..d8eea52c4df 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -201,7 +201,6 @@ if env['llvm']: 'gallivm/lp_bld_const.c', 'gallivm/lp_bld_conv.c', 'gallivm/lp_bld_debug.c', - 'gallivm/lp_bld_depth.c', 'gallivm/lp_bld_flow.c', 'gallivm/lp_bld_format_soa.c', 'gallivm/lp_bld_intr.c', |