summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-31 13:59:59 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-03-31 13:59:59 +0100
commitaa364d091e7e2ef2296fb25f92efc79a8c88f77d (patch)
treed7411177a621365ab3499139a5b46fd2e4be51e9 /src/gallium/auxiliary/SConscript
parent7a26c875a9195587c408188ddc7d02a42dfde2bb (diff)
llvmpipe: Drop the aos format conversion.
It's unused and incomplete. Still in git history if necessary in future.
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 2c0cd8ea23..8cf13fc293 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -192,7 +192,6 @@ if drawllvm:
'gallivm/lp_bld_debug.c',
'gallivm/lp_bld_depth.c',
'gallivm/lp_bld_flow.c',
- 'gallivm/lp_bld_format_aos.c',
'gallivm/lp_bld_format_soa.c',
'gallivm/lp_bld_interp.c',
'gallivm/lp_bld_intr.c',