[Mesa-dev] [PATCH 22/59] i965/fs: print writemask_all when it's enabled

Kenneth Graunke kenneth at whitecape.org
Sat Apr 30 07:20:40 UTC 2016


On Friday, April 29, 2016 1:29:19 PM PDT Samuel Iglesias Gonsálvez wrote:
> From: Connor Abbott <connor.w.abbott at intel.com>
> 
> ---
>  src/mesa/drivers/dri/i965/brw_fs.cpp | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/
i965/brw_fs.cpp
> index 78f7d40..09e48f0 100644
> --- a/src/mesa/drivers/dri/i965/brw_fs.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
> @@ -4977,6 +4977,9 @@ fs_visitor::dump_instruction(backend_instruction 
*be_inst, FILE *file)
>           fprintf(file, "1sthalf ");
>     }
>  
> +   if (inst->force_writemask_all)
> +      fprintf(file, "WE_all ");
> +
>     fprintf(file, "\n");
>  }
>  
> 

This already gets printed as "NoMask" - I landed that a while back
(though after Connor originally wrote this patch).

Let's drop this one.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160430/b85eddaa/attachment.sig>


More information about the mesa-dev mailing list