From 77b35dc179473afbbd8c709c9f32c0f537c90776 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 22 Aug 2009 22:30:03 +0100 Subject: llvmpipe: s/uni/scalar/. More obvious name. --- src/gallium/drivers/llvmpipe/lp_bld_const.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_const.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_const.h b/src/gallium/drivers/llvmpipe/lp_bld_const.h index 18692aa9d8..1934530ea3 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_const.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_const.h @@ -85,13 +85,13 @@ lp_build_one(union lp_type type); LLVMValueRef -lp_build_const_uni(union lp_type type, - double val); +lp_build_const_scalar(union lp_type type, + double val); LLVMValueRef -lp_build_int_const_uni(union lp_type type, - long long val); +lp_build_int_const_scalar(union lp_type type, + long long val); LLVMValueRef -- cgit v1.2.3