From: Francisco Jerez Date: Fri, 6 Jan 2017 03:26:13 +0000 (-0800) Subject: intel/eu: Remove brw_codegen::compressed_stack. X-Git-Tag: upstream/19.0.0~4888 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11c71f0e75bc5c42c9cdd11170325ff919f03c8b;p=platform%2Fupstream%2Fmesa.git intel/eu: Remove brw_codegen::compressed_stack. Reviewed-by: Jason Ekstrand Reviewed-by: Kenneth Graunke Reviewed-by: Matt Turner --- diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h index 120a74f..2655cdb 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