aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-11-20 23:45:38 -0800
committerMatt Turner <[email protected]>2014-12-01 11:32:56 -0800
commit120426b13d8ef3d154301a1f8741230fa395fc13 (patch)
tree0a27ceffc8fefb72edc1fc962a14e519868ca8c4 /src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
parent2e007fd621dba6e298c67e8bd1a8f26a4b6dc984 (diff)
i965/fs: Clean up some whitespace in reg_allocate.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp b/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
index 44c74a3d5eb..0813f645728 100644
--- a/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
@@ -544,8 +544,8 @@ fs_visitor::assign_regs(bool allow_spilling)
int first_mrf_hack_node = node_count;
if (brw->gen >= 7)
node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START;
- struct ra_graph *g = ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs,
- node_count);
+ struct ra_graph *g =
+ ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs, node_count);
for (int i = 0; i < this->virtual_grf_count; i++) {
unsigned size = this->virtual_grf_sizes[i];