diff options
author | Iago Toral Quiroga <[email protected]> | 2015-11-24 12:49:55 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2015-11-25 08:12:08 +0100 |
commit | 2bba2152e4ea10d4ae9b15795dc42e75bdc71bc2 (patch) | |
tree | a5ce70c3be96ee18dbf83485209707ad6213bfaa /src/mesa/drivers/dri/i965/brw_clip_unfilled.c | |
parent | 1af0d9d93910de2e482a7891a16ddfd6d6b0855c (diff) |
i965: remove trailing spaces in various files
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_clip_unfilled.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_clip_unfilled.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c index 214a346b738..3c18858abf1 100644 --- a/src/mesa/drivers/dri/i965/brw_clip_unfilled.c +++ b/src/mesa/drivers/dri/i965/brw_clip_unfilled.c @@ -301,9 +301,9 @@ static void emit_lines(struct brw_clip_compile *c, { brw_MOV(p, get_addr_reg(v0), deref_1uw(v0ptr, 0)); brw_ADD(p, get_addr_reg(v0ptr), get_addr_reg(v0ptr), brw_imm_uw(2)); - + apply_one_offset(c, v0); - + brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1)); brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); } @@ -533,6 +533,3 @@ void brw_emit_unfilled_clip( struct brw_clip_compile *c ) emit_unfilled_primitives(c); brw_clip_kill_thread(c); } - - - |