i965: Remove the context parameter from brw_texture_offset
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 14 Apr 2015 21:23:40 +0000 (14:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Apr 2015 23:00:31 +0000 (16:00 -0700)
commitceb6e5eebe13b85f57cf5a7a22371c10170943a3
tree7443d850103892fcb1b529db2a8e0fd5561a1efe
parent8a41cd2407c1d219cba98add69609ce3a65b5435
i965: Remove the context parameter from brw_texture_offset

It wasn't really being used anyway.  We used it to assert that gpu_shader5
is supported in the back-end but that should be caught by the front-end.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_shader.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp