i965: Avoid recalculating the normal VUE map for IO lowering.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Feb 2016 07:43:17 +0000 (23:43 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Feb 2016 23:55:59 +0000 (15:55 -0800)
commit8151003ade952c3e9d8284fada9237e1311cf173
tree8523270dd43472e4f0ef08cb1a548e0e12013acb
parent15b3639bf1b0676e74b107d74653185eedbc6688
i965: Avoid recalculating the normal VUE map for IO lowering.

The caller already computes it.  Now that we have stage specific
functions, it's really easy to pass this in.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/drivers/dri/i965/brw_nir.c
src/mesa/drivers/dri/i965/brw_nir.h
src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp