mesa: remove _mesa_tex_target_is_array
authorAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 5 Dec 2015 19:47:33 +0000 (20:47 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 7 Dec 2015 19:31:20 +0000 (20:31 +0100)
commit3d260cc653966298bb217d028797a2c4ecb33c52
treee4050db012828edc44f561717b2a56d75b7e0c5e
parentb16e0ff34e7824bb7f44e7afb78334fcfb0f7264
mesa: remove _mesa_tex_target_is_array

_mesa_is_array_texture provides the same functionality and:

1. it returns bool instead of GLboolean
2. it's not related to the texture format (texformat.c)
3. the name's a little shorter

v2: remove _mesa_tex_target_is_array instead (Brian Paul)

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texformat.c
src/mesa/main/texformat.h