intel/eu: Remove brw_codegen::compressed_stack.
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:

committed by
Jason Ekstrand

parent
71a86d1fc6
commit
11c71f0e75
@@ -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
|
||||
|
Reference in New Issue
Block a user