projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e766860
)
i965/fs: Remove bblock field of fs_visitor.
author
Kenneth Graunke
<kenneth@whitecape.org>
Fri, 9 Nov 2012 08:38:37 +0000
(
00:38
-0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:43 +0000
(11:14 -0800)
All users of basic block analysis simply create their own local
variables. Nobody uses the visitor-wide field.
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.h
b/src/mesa/drivers/dri/i965/brw_fs.h
index 48451767c3245ac530cbe9ac41a48250ca91b1ed..9fc05eab2d29e0e03b7f7ae829efbdd990d25890 100644
(file)
--- 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);