diff options
author | José Fonseca <[email protected]> | 2009-10-22 21:06:03 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-25 09:53:48 +0000 |
commit | 17afb6dd6959a3df692a6a49e6370e81ebe00038 (patch) | |
tree | d96d5c836ee3fbe6eeab75d8b793223292f2bfe1 /src/gallium/drivers/llvmpipe/lp_bld_format.h | |
parent | 232b5864647d4c8d6cebb0845c046f1612e6054d (diff) |
llvmpipe: Eliminate lp_build_store_rgba_aos.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_format.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_format.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_format.h b/src/gallium/drivers/llvmpipe/lp_bld_format.h index b30537b2e94..42ee3c7d903 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_format.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_format.h @@ -62,22 +62,10 @@ lp_build_unpack_rgba_aos(LLVMBuilderRef builder, */ LLVMValueRef lp_build_pack_rgba_aos(LLVMBuilderRef builder, - enum pipe_format format, + const struct util_format_description *desc, LLVMValueRef rgba); -/** - * Store a pixel. - * - * @param rgba 4 float vector with the unpacked components. - */ -void -lp_build_store_rgba_aos(LLVMBuilderRef builder, - enum pipe_format format, - LLVMValueRef ptr, - LLVMValueRef rgba); - - void lp_build_unpack_rgba_soa(LLVMBuilderRef builder, const struct util_format_description *format_desc, |