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)?
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev