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

Iago Toral itoral at igalia.com
Thu Nov 19 23:46:50 PST 2015


On Thu, 2015-11-19 at 10:14 -0500, Connor Abbott wrote:
> I think Ken already pushed a similar patch so we can drop this.

I don't see that in master, but sure, we can hold this back if he is
planning to push the same thing.

Iago

> 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