Mesa (master): llvmpipe: Axe texture sampling code inherited from softpipe.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jan 7 15:36:01 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jan  7 15:34:52 2010 +0000

llvmpipe: Axe texture sampling code inherited from softpipe.

Was used only as a reference, since texture sampling is now code generated.
Already axed in the lp-binning branch too.

This fixes the llvmpipe build after recent sampling changes.

---

 src/gallium/drivers/llvmpipe/Makefile          |    1 -
 src/gallium/drivers/llvmpipe/SConscript        |    1 -
 src/gallium/drivers/llvmpipe/lp_state_fs.c     |    5 -
 src/gallium/drivers/llvmpipe/lp_tex_sample.h   |   10 -
 src/gallium/drivers/llvmpipe/lp_tex_sample_c.c | 1710 ------------------------
 5 files changed, 0 insertions(+), 1727 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=7bd7e2da75bfee90037dcb34e55c5a338a952c1a



More information about the mesa-commit mailing list