mesa: add proxy texture targets in _mesa_next_mipmap_level_size()
authorBrian Paul <brianp@vmware.com>
Thu, 14 Jul 2016 21:49:40 +0000 (15:49 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jul 2016 20:24:34 +0000 (14:24 -0600)
commit39183ea971a9fd3fc001b5a5a43df1c890525681
tree658a185d88b3bfca23355653288f980b13775a4e
parent0ac9f25032a2e1bca52552972da4b55276fc1ae6
mesa: add proxy texture targets in _mesa_next_mipmap_level_size()

So we can use it for computing size of proxy textures.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/mipmap.c