diff options
author | José Fonseca <[email protected]> | 2012-11-28 21:06:03 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2012-11-29 14:08:43 +0000 |
commit | 88e92f5bcd41a4affc0f5fc4433f7c9029cb8c03 (patch) | |
tree | b34f833a52bf77e37c669356643bfd19f2ac2180 /src/gallium/drivers/llvmpipe/lp_bld_blend.h | |
parent | 75da95c50aedaa4b1abf51ec1dcaf2fe8ddd4f3b (diff) |
llvmpipe: Remove lp_build_blend_soa()
No longer used/necessary, as we always blend in AoS now.
Trivial.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_blend.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_blend.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_blend.h b/src/gallium/drivers/llvmpipe/lp_bld_blend.h index 75e06d16ed8..0a1cea1153c 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_blend.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_blend.h @@ -69,17 +69,6 @@ lp_build_blend_aos(struct gallivm_state *gallivm, int nr_channels); -void -lp_build_blend_soa(struct gallivm_state *gallivm, - const struct pipe_blend_state *blend, - struct lp_type type, - unsigned rt, - LLVMValueRef src[4], - LLVMValueRef dst[4], - LLVMValueRef const_[4], - LLVMValueRef res[4]); - - /** * Apply a logic op. * |