diff options
author | José Fonseca <[email protected]> | 2010-01-07 15:34:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-07 15:35:24 +0000 |
commit | 7bd7e2da75bfee90037dcb34e55c5a338a952c1a (patch) | |
tree | e16290944ce63603f267fd417c19708e56f89944 /src/gallium/drivers/llvmpipe/Makefile | |
parent | 4440428faa82f01b4dfb4be89618be2aaf153abd (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index e038a5229e5..7c6e46006b9 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -50,7 +50,6 @@ C_SOURCES = \ lp_state_vs.c \ lp_surface.c \ lp_tex_cache.c \ - lp_tex_sample_c.c \ lp_tex_sample_llvm.c \ lp_texture.c \ lp_tile_cache.c \ |