[Mesa-dev] [PATCH 03/19] intel/eu: Remove brw_codegen::compressed_stack.

Kenneth Graunke kenneth at whitecape.org
Mon May 21 06:49:39 UTC 2018


On Friday, May 18, 2018 4:35:16 PM PDT Jason Ekstrand wrote:
> From: Francisco Jerez <currojerez at riseup.net>
> 
> Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
> ---
>  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 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
> 

Patches 3-4 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180520/34193d44/attachment.sig>


More information about the mesa-dev mailing list