Mesa (master): i965/fs: Clean up some whitespace in reg_allocate.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Dec 1 19:42:42 UTC 2014


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Nov 20 23:45:38 2014 -0800

i965/fs: Clean up some whitespace in reg_allocate.

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp |    4 ++--
 1 file 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 44c74a3..0813f64 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];




More information about the mesa-commit mailing list