summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-31 13:55:12 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-03-31 13:55:12 +0100
commit7a26c875a9195587c408188ddc7d02a42dfde2bb (patch)
tree6f5effca3597eaa1c317cf139ea7b799531ce44c /src/gallium/auxiliary/SConscript
parente566046efcaa4229f595acdc419670d70db66c1c (diff)
util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.
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 0a23da47b2..2c0cd8ea23 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -193,7 +193,6 @@ if drawllvm:
'gallivm/lp_bld_depth.c',
'gallivm/lp_bld_flow.c',
'gallivm/lp_bld_format_aos.c',
- 'gallivm/lp_bld_format_query.c',
'gallivm/lp_bld_format_soa.c',
'gallivm/lp_bld_interp.c',
'gallivm/lp_bld_intr.c',