i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 30 Jun 2015 05:07:37 +0000 (22:07 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 10 Jul 2015 00:08:42 +0000 (17:08 -0700)
commit64390967c1abc326875e495f233afec6e685db72
tree26564dd448124a89d2af4d8bceb6ec4590296c0f
parent13372a0ce746cde6fa6e0aa3c5130e4227f123e0
i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.

At this point, the brw_vs_compile structure only contains the key and
gl_vertex_program pointer.  We may as well pass and store them directly;
it's simpler and more convenient (key-> instead of vs_compile->key...).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_vec4.cpp
src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
src/mesa/drivers/dri/i965/brw_vec4_vs_visitor.cpp
src/mesa/drivers/dri/i965/brw_vs.h