diff options
Diffstat (limited to 'src/gallium/drivers')
| -rw-r--r-- | src/gallium/drivers/llvmpipe/lp_jit.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/gallium/drivers/llvmpipe/lp_jit.c b/src/gallium/drivers/llvmpipe/lp_jit.c index 5887613120..4584135d33 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.c +++ b/src/gallium/drivers/llvmpipe/lp_jit.c @@ -95,7 +95,8 @@ lp_jit_init_globals(struct llvmpipe_screen *screen)        LLVMTypeRef context_type;        elem_types[0] = LLVMPointerType(LLVMFloatType(), 0); /* constants */ -      elem_types[1] = LLVMFloatType();                     /* alpha_ref_value */      elem_types[2] = LLVMFloatType();                     /* scissor_xmin */ +      elem_types[1] = LLVMFloatType();                     /* alpha_ref_value */ +      elem_types[2] = LLVMFloatType();                     /* scissor_xmin */        elem_types[3] = LLVMFloatType();                     /* scissor_ymin */        elem_types[4] = LLVMFloatType();                     /* scissor_xmax */        elem_types[5] = LLVMFloatType();                     /* scissor_ymax */ | 
