Mesa (master): i965/fs: Remove bblock field of fs_visitor.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Nov 15 19:16:28 UTC 2012


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Nov  9 00:38:37 2012 -0800

i965/fs: Remove bblock field of fs_visitor.

All users of basic block analysis simply create their own local
variables.  Nobody uses the visitor-wide field.

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/mesa/drivers/dri/i965/brw_fs.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 4845176..9fc05ea 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -426,8 +426,6 @@ public:
 
    int force_uncompressed_stack;
    int force_sechalf_stack;
-
-   class bblock_t *bblock;
 };
 
 bool brw_do_channel_expressions(struct exec_list *instructions);




More information about the mesa-commit mailing list