[Mesa-dev] [PATCH 6/5] i965/fs: Remove bblock field of fs_visitor.

Kenneth Graunke kenneth at whitecape.org
Tue Nov 13 21:24:47 PST 2012


All users of basic block analysis simply create their own local
variables.  Nobody uses the visitor-wide field.
---
 src/mesa/drivers/dri/i965/brw_fs.h | 2 --
 1 file changed, 2 deletions(-)

But wait, there's more!

Or as Jesse would say: <jbarnes> krh: your patchset is great and all and imma let you finish, but patch 3/2 is the best patch of all time"

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);
-- 
1.8.0



More information about the mesa-dev mailing list