diff options
author | José Fonseca <[email protected]> | 2010-04-20 13:41:10 +0200 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-20 13:41:10 +0200 |
commit | b29fcc7b3a043f879da1869cddd68eded1b3b305 (patch) | |
tree | 753be5794b3f163d0fa042e77752e464694b7436 /src/gallium/auxiliary/Makefile | |
parent | a55ead9d0148348489542adab577d3df0698e86f (diff) |
gallivm: Bring aos format back to life.
Useful for fetching vertices for formats that are straight arrays.
This reverts commit aa364d091e7e2ef2296fb25f92efc79a8c88f77d.
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 7d300d42059..f8e65cf6c61 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -149,6 +149,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_conv.c \ gallivm/lp_bld_debug.c \ gallivm/lp_bld_flow.c \ + gallivm/lp_bld_format_aos.c \ gallivm/lp_bld_format_soa.c \ gallivm/lp_bld_init.c \ gallivm/lp_bld_intr.c \ |