mesa: add gl_texture_image::Face, Level fields
authorBrian Paul <brianp@vmware.com>
Fri, 15 Jul 2011 02:57:34 +0000 (20:57 -0600)
committerEric Anholt <eric@anholt.net>
Wed, 24 Aug 2011 17:43:19 +0000 (10:43 -0700)
commita231d245514b43cf547ccb996b68efc0186e6821
tree12af25c9883c7fec7c54ae21978162359eae2d1a
parentc3ad95ed40fca72dbc6c157de2948cb6d074aaac
mesa: add gl_texture_image::Face, Level fields

Several drivers have these fields in their subclasses of gl_texture_image.
They'll be useful for core Mesa too...

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/mtypes.h
src/mesa/main/teximage.c