gallivm: Move gather functions to its own module.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 2 Jul 2010 15:57:57 +0000 (16:57 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 2 Jul 2010 17:45:49 +0000 (18:45 +0100)
commitbb1546f55be3b243b71d39e5fb7457c5b21e32c9
tree4c845aef1dccd03d3c0391fcb60e7c9066a6f2f1
parente29ef44cf1fc22810bc222a0f3f4de2b7d6f9438
gallivm: Move gather functions to its own module.

They need to grow, and they provide basic functionality which is not
specific to sampling.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
src/gallium/auxiliary/gallivm/lp_bld_gather.c [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_gather.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_sample.c
src/gallium/auxiliary/gallivm/lp_bld_sample.h
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c