llvmpipe: Axe texture sampling code inherited from softpipe.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 7 Jan 2010 15:34:52 +0000 (15:34 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 7 Jan 2010 15:35:24 +0000 (15:35 +0000)
commit7bd7e2da75bfee90037dcb34e55c5a338a952c1a
treee16290944ce63603f267fd417c19708e56f89944
parent4440428faa82f01b4dfb4be89618be2aaf153abd
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
src/gallium/drivers/llvmpipe/SConscript
src/gallium/drivers/llvmpipe/lp_state_fs.c
src/gallium/drivers/llvmpipe/lp_tex_sample.h
src/gallium/drivers/llvmpipe/lp_tex_sample_c.c [deleted file]