i965/fs: Remove the param_index/param_offset indirection.
authorEric Anholt <eric@anholt.net>
Wed, 21 Nov 2012 00:26:22 +0000 (16:26 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 28 Dec 2012 18:53:39 +0000 (10:53 -0800)
commitf189570ccf60ab665cbe9feeff52685600f8163d
tree17e64ecc4b0747066eead6416e92611871baa33a
parentd5efc14635cf25bc130bfa77737913913d9202ce
i965/fs: Remove the param_index/param_offset indirection.

Now that ParameterValues doesn't change across the visitor, we don't
need to go through this.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_fp.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp