Mesa (master): intel/eu: Remove brw_codegen::compressed_stack.

Jason Ekstrand jekstrand at kemper.freedesktop.org
Tue May 29 22:45:33 UTC 2018


Module: Mesa
Branch: master
Commit: 11c71f0e75bc5c42c9cdd11170325ff919f03c8b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=11c71f0e75bc5c42c9cdd11170325ff919f03c8b

Author: Francisco Jerez <currojerez at riseup.net>
Date:   Thu Jan  5 19:26:13 2017 -0800

intel/eu: Remove brw_codegen::compressed_stack.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/intel/compiler/brw_eu.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/compiler/brw_eu.h b/src/intel/compiler/brw_eu.h
index 120a74f035..2655cdb0c5 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




More information about the mesa-commit mailing list