summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_blend.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-02 17:54:53 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:22 +0100
commita6622e6c544d3530a463d6a274a15bfae58f7ccc (patch)
treecdc6fda1cb8a25b5b1371945620810a104f7cc44 /src/gallium/drivers/llvmpipe/lp_test_blend.c
parent272dadbe4ebeaeb4f942c0f3c2fd140285b0457c (diff)
llvmpipe: Specialize arithmetic operations.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_blend.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index 3becac1871..5f46bb5f36 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_blend.c
@@ -81,7 +81,7 @@ add_blend_test(LLVMModuleRef module,
LLVMValueRef res;
type.value = 0;
- type.kind = LP_TYPE_FLOAT;
+ type.floating = TRUE;
type.sign = TRUE;
type.norm = TRUE;
type.width = 32;