Mesa (master): llvmpipe: break lines

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 17 22:30:34 UTC 2010


Module: Mesa
Branch: master
Commit: 6379e47ebde2767ec88504313c4cf2d99ac44920
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6379e47ebde2767ec88504313c4cf2d99ac44920

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Mar 16 13:50:19 2010 -0600

llvmpipe: break lines

---

 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 5887613..4584135 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 */




More information about the mesa-commit mailing list