mesa: move gl_texture_image::_IsPowerOfTwo into swrast
authorBrian Paul <brianp@vmware.com>
Thu, 22 Sep 2011 00:54:53 +0000 (18:54 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Sep 2011 16:44:36 +0000 (10:44 -0600)
commiteaf376ba354db11f7729452060570b48a029c9a0
tree64801ebcccfbe0f83dc4dffbf6feb75ac4457558
parentde414f491526610bb260c73805c81ba413388e20
mesa: move gl_texture_image::_IsPowerOfTwo into swrast

It's only used by swrast.

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