i965: Compute VS/GS output VUE map from the NIR info.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 15 Sep 2017 05:58:34 +0000 (22:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Sep 2017 16:39:31 +0000 (09:39 -0700)
commit6d6fae95a360aebcda92b1c0c8ab22a923bc3f54
tree538f821aee4787b15b38c5c050d96c858d16d861
parentc9fbe772baaaa24f80960deeb9c722d30e327803
i965: Compute VS/GS output VUE map from the NIR info.

unify_interfaces() only updates the NIR program info, not the copy
in the gl_program itself.  So, by using the old copy, we were missing
out on these updates.

The TCS/TES ones already did this correctly.

Reviewed-by: Juan A. Suarez Romero <jasuarez@igalia.com>
src/mesa/drivers/dri/i965/brw_gs.c
src/mesa/drivers/dri/i965/brw_vs.c