[Mesa-dev] [PATCH 2/9] i965/fs: print writemask_all when it's enabled
Connor Abbott
cwabbott0 at gmail.com
Thu Nov 19 07:14:21 PST 2015
I think Ken already pushed a similar patch so we can drop this.
On Thu, Nov 19, 2015 at 5:05 AM, Iago Toral Quiroga <itoral at igalia.com> wrote:
> From: Connor Abbott <connor.w.abbott at intel.com>
>
> Reviewed-by: Iago Toral Quiroga <itoral at igalia.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 2d4ed6a..63dcba7 100644
> --- a/src/mesa/drivers/dri/i965/brw_fs.cpp
> +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
> @@ -4787,6 +4787,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");
> }
>
> --
> 1.9.1
>
More information about the mesa-dev
mailing list