Mesa (master): i965: Reformat brw_set_src1 so it can be easily found with grep.

Matt Turner mattst88 at kemper.freedesktop.org
Wed May 14 05:37:14 UTC 2014


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri May  2 14:49:24 2014 -0700

i965: Reformat brw_set_src1 so it can be easily found with grep.

---

 src/mesa/drivers/dri/i965/brw_eu_emit.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_eu_emit.c b/src/mesa/drivers/dri/i965/brw_eu_emit.c
index 36279b8..1ebd7a9 100644
--- a/src/mesa/drivers/dri/i965/brw_eu_emit.c
+++ b/src/mesa/drivers/dri/i965/brw_eu_emit.c
@@ -388,9 +388,10 @@ brw_set_src0(struct brw_compile *p, struct brw_instruction *insn,
 }
 
 
-void brw_set_src1(struct brw_compile *p,
-		  struct brw_instruction *insn,
-		  struct brw_reg reg)
+void
+brw_set_src1(struct brw_compile *p,
+             struct brw_instruction *insn,
+             struct brw_reg reg)
 {
    assert(reg.file != BRW_MESSAGE_REGISTER_FILE);
 




More information about the mesa-commit mailing list