From 92b8a37fdfff9e83f39b8885f51ed2f60326ab6a Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Sun, 24 Mar 2013 02:08:01 +0100 Subject: gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own file This is really not generic conversion stuff and the code very particular to these formats. --- src/gallium/auxiliary/gallivm/lp_bld_conv.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_conv.h') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_conv.h b/src/gallium/auxiliary/gallivm/lp_bld_conv.h index d8bc294bce0..d7dfed85187 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_conv.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_conv.h @@ -61,20 +61,6 @@ LLVMValueRef lp_build_float_to_half(struct gallivm_state *gallivm, LLVMValueRef src); -LLVMValueRef -lp_build_float_to_r11g11b10(struct gallivm_state *gallivm, - LLVMValueRef *src); - -void -lp_build_r11g11b10_to_float(struct gallivm_state *gallivm, - LLVMValueRef src, - LLVMValueRef *dst); - -void -lp_build_rgb9e5_to_float(struct gallivm_state *gallivm, - LLVMValueRef src, - LLVMValueRef *dst); - LLVMValueRef lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm, struct lp_type src_type, -- cgit v1.2.3