Mesa (master): gallivm: expand AoS sampling to cover all filtering modes

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 15 23:13:00 UTC 2010


Module: Mesa
Branch: master
Commit: 0a7824862eb753878fa79b153b2a111884ff1197
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a7824862eb753878fa79b153b2a111884ff1197

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Sep 15 17:04:26 2010 -0600

gallivm: expand AoS sampling to cover all filtering modes

...and all texture targets (1D/2D/3D/CUBE).

---

 src/gallium/auxiliary/Makefile                    |    1 +
 src/gallium/auxiliary/SConscript                  |    1 +
 src/gallium/auxiliary/gallivm/lp_bld_sample.c     |  513 +++++++++-
 src/gallium/auxiliary/gallivm/lp_bld_sample.h     |  164 +++-
 src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c | 1145 +++++++++++++++++++++
 src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h |   65 ++
 src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c | 1059 +------------------
 7 files changed, 1919 insertions(+), 1029 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=0a7824862eb753878fa79b153b2a111884ff1197



More information about the mesa-commit mailing list