On Wed, Mar 1, 2017 at 12:51 AM, Kenneth Graunke <kenn...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev