[Mesa-dev] [PATCH 21/24] i965: Add a header for brw_vec4_vs_visitor

Jason Ekstrand jason at jlekstrand.net
Wed Mar 1 16:48:16 UTC 2017


On Wed, Mar 1, 2017 at 12:51 AM, Kenneth Graunke <kenneth at whitecape.org>
wrote:

> On Tuesday, February 28, 2017 9:03:33 PM PST Jason Ekstrand wrote:
> > brw_vs.h is not a compiler file but brw_vec4_visitor is definitely a
> > compiler thing.
> > ---
> >  src/mesa/drivers/dri/i965/Makefile.sources        |  1 +
> >  src/mesa/drivers/dri/i965/brw_vec4.cpp            |  2 +-
> >  src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.cpp |  2 +-
> >  src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.h   | 68
> +++++++++++++++++++++++
> >  src/mesa/drivers/dri/i965/brw_vs.h                | 42 --------------
> >  5 files changed, 71 insertions(+), 44 deletions(-)
> >  create mode 100644 src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.h
>
> Can we call it brw_vec4_vs.h, to match the convention I used for the
> tessellation stages (brw_vec4_tcs.h and brw_vec4_tes.h)?
>

Yeah, that's better.  "visitor" is out-dated anyway.  Done.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170301/a10a9226/attachment-0001.html>


More information about the mesa-dev mailing list