i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
authorAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 5 Dec 2015 19:46:30 +0000 (20:46 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 7 Dec 2015 19:30:24 +0000 (20:30 +0100)
commitb16e0ff34e7824bb7f44e7afb78334fcfb0f7264
tree3a08a93bb94328dfa8aec6641dfda07dff3000f0
parentdb072d20867426958153279575dfdc2049b5f595
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array

Both methods provide the same functionality, so one would be
removed.

v2: use _mesa_is_array_texture and not the other way (Brian Paul)

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
src/mesa/drivers/dri/i965/gen8_surface_state.c