gallivm: expand AoS sampling to cover all filtering modes
authorBrian Paul <brianp@vmware.com>
Wed, 15 Sep 2010 23:04:26 +0000 (17:04 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Sep 2010 23:04:31 +0000 (17:04 -0600)
commit0a7824862eb753878fa79b153b2a111884ff1197
tree103c33d4cadc6fe323c810c81be91616c3a0019b
parent95254bbd2ddf0c6207a642604cc218ac9d711501
gallivm: expand AoS sampling to cover all filtering modes

...and all texture targets (1D/2D/3D/CUBE).
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/gallivm/lp_bld_sample.c
src/gallium/auxiliary/gallivm/lp_bld_sample.h
src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c