i965/fs: Pass the brw_context pointer into fs_visitor explicitly.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Nov 2012 22:46:56 +0000 (14:46 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 27 Nov 2012 03:52:33 +0000 (19:52 -0800)
commit3417b2f2b249d89fc71379bfc0eaa1055de365ba
tree1a69c7ee12da252527d1714a5fca9266d79d0027
parent1f74002a9817e000d3f5633dd5eb6adfd1d51ba5
i965/fs: Pass the brw_context pointer into fs_visitor explicitly.

We used to steal it out of the brw_compile struct...but fs_visitor
isn't going to have one of those in the future.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp