summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-03-07 15:07:49 +0000
committerEmil Velikov <[email protected]>2017-03-13 11:16:35 +0000
commitaa09c9552c2c7c0f443e22d2151d5e3ce97452e8 (patch)
treee47ab8ecee3d1b80d31f435f9a66f688e0addf98 /src/intel
parentbdc5036464b40a76115f7c3654043bb1155bd705 (diff)
intel/compiler: whitespace cleanups
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/compiler/brw_eu_util.c4
-rw-r--r--src/intel/compiler/brw_wm_iz.cpp1
2 files changed, 0 insertions, 5 deletions
diff --git a/src/intel/compiler/brw_eu_util.c b/src/intel/compiler/brw_eu_util.c
index 8c84cb45008..31c21a49723 100644
--- a/src/intel/compiler/brw_eu_util.c
+++ b/src/intel/compiler/brw_eu_util.c
@@ -117,7 +117,3 @@ void brw_copy_from_indirect(struct brw_codegen *p,
brw_MOV(p, byte_offset(dst, delta+16), deref_4f(ptr, delta+16));
}
}
-
-
-
-
diff --git a/src/intel/compiler/brw_wm_iz.cpp b/src/intel/compiler/brw_wm_iz.cpp
index 5162a369765..11d4f76b368 100644
--- a/src/intel/compiler/brw_wm_iz.cpp
+++ b/src/intel/compiler/brw_wm_iz.cpp
@@ -166,4 +166,3 @@ void fs_visitor::setup_fs_payload_gen4()
payload.num_regs = reg;
}
-