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

Kenneth Graunke kenneth at whitecape.org
Wed Mar 1 08:51:35 UTC 2017


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)?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170301/f6b0fa00/attachment.sig>


More information about the mesa-dev mailing list