diff options
author | Kenneth Graunke <[email protected]> | 2014-05-25 01:08:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-05-27 13:46:01 -0700 |
commit | d9cac44a146377134bc883c676854e53fd87f5c4 (patch) | |
tree | f08defc12ac32c360e31362a05e24753e1133c42 /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | e287f5937f0381a4ff24583a3cfd74ccaa37f423 (diff) |
i965/sf: Move brw_compile::flag_value to brw_sf_compile.
This field is only used to track the current value of the flag register
during the SF compile. It has no place in the common compiler code.
While we're changing every call, drop the 'brw' prefix from the function
since it's static.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 43cd1728161..ce78c6bb4f2 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -60,7 +60,6 @@ struct brw_compile { bool compressed_stack[BRW_EU_MAX_INSN_STACK]; struct brw_instruction *current; - unsigned flag_value; bool single_program_flow; bool compressed; struct brw_context *brw; |