On Friday, April 29, 2016 1:29:19 PM PDT Samuel Iglesias Gonsálvez wrote:
> From: Connor Abbott <connor.w.abb...@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.

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to