mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 06:00:14 +01:00
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@anholt.net>
This commit is contained in:
parent
e7668609a7
commit
eec5669bc9
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue