summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_fs_llvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_fs_llvm.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_fs_llvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_fs_llvm.c b/src/gallium/drivers/llvmpipe/lp_fs_llvm.c
index 8999b8de09..2c1a849785 100644
--- a/src/gallium/drivers/llvmpipe/lp_fs_llvm.c
+++ b/src/gallium/drivers/llvmpipe/lp_fs_llvm.c
@@ -98,8 +98,8 @@ shader_generate(struct llvmpipe_screen *screen,
type.value = 0;
type.floating = TRUE;
- type.sign = FALSE;
- type.norm = TRUE;
+ type.sign = TRUE;
+ type.norm = FALSE;
type.width = 32;
type.length = 4;