i965/vs: Pass the brw_context pointer into brw_compute_vue_map().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 27 Nov 2012 07:07:51 +0000 (23:07 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 29 Nov 2012 02:15:51 +0000 (18:15 -0800)
commit031146736c5b4e3c955a81440c6b02c5427fda0e
treea316b9519235f7c6f223294ca8427b0353f1ac1f
parent403bb1d306c5bc23ad9e2c26fd39071e6e41f665
i965/vs: Pass the brw_context pointer into brw_compute_vue_map().

We used to steal it out of the brw_compile struct, but that won't be
initialized in time soon (and is eventually going away).

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_vs.c