i965/vs: Get rid of brw_vs_compile completely.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 29 Jun 2015 04:16:29 +0000 (21:16 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 10 Jul 2015 00:10:06 +0000 (17:10 -0700)
commitf12302b89836a24255674a251f7a6902b4e9af7c
tree127377b4c0d74f3c3ace260189a4a51be31b2c58
parent64390967c1abc326875e495f233afec6e685db72
i965/vs: Get rid of brw_vs_compile completely.

After tearing it out another level or two, and just passing the key and
vp directly, we can finally remove this struct.  It also eliminates a
pointless memcpy() of the 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_vs.c
src/mesa/drivers/dri/i965/brw_vs.h