diff options
author | José Fonseca <[email protected]> | 2010-03-31 13:59:59 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-31 13:59:59 +0100 |
commit | aa364d091e7e2ef2296fb25f92efc79a8c88f77d (patch) | |
tree | d7411177a621365ab3499139a5b46fd2e4be51e9 /src/gallium/auxiliary/Makefile | |
parent | 7a26c875a9195587c408188ddc7d02a42dfde2bb (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/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index a0b3f8abc78..1b75915ff2d 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -148,7 +148,6 @@ GALLIVM_SOURCES = \ 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 \ |