diff options
author | Francisco Jerez <[email protected]> | 2017-01-05 19:26:13 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-05-29 15:44:50 -0700 |
commit | 11c71f0e75bc5c42c9cdd11170325ff919f03c8b (patch) | |
tree | f1d8062c6f725e8a3f83f8dd45836218fcc84d52 /src | |
parent | 71a86d1fc69a025754d8d4c21f5777b21c65a3ea (diff) |
intel/eu: Remove brw_codegen::compressed_stack.
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/compiler/brw_eu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 120a74f0357..2655cdb0c5c 100644 --- a/src/intel/compiler/brw_eu.h +++ b/src/intel/compiler/brw_eu.h @@ -63,7 +63,6 @@ struct brw_codegen { /* Allow clients to push/pop instruction state: */ brw_inst stack[BRW_EU_MAX_INSN_STACK]; - bool compressed_stack[BRW_EU_MAX_INSN_STACK]; brw_inst *current; /** Whether or not the user wants automatic exec sizes |