diff options
author | Emil Velikov <[email protected]> | 2017-03-07 15:07:49 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:35 +0000 |
commit | aa09c9552c2c7c0f443e22d2151d5e3ce97452e8 (patch) | |
tree | e47ab8ecee3d1b80d31f435f9a66f688e0addf98 /src/intel | |
parent | bdc5036464b40a76115f7c3654043bb1155bd705 (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.c | 4 | ||||
-rw-r--r-- | src/intel/compiler/brw_wm_iz.cpp | 1 |
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; } - |