OSDN Git Service

mesa: move gl_texture_image::Width/Height/DepthScale fields to 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:57 +0000 (10:44 -0600)
commit980f6f1b37ca88529b3e000235156eab93254fac
treeaa35b265eb89284d160ca6211322204efebb3e5c
parenteaf376ba354db11f7729452060570b48a029c9a0
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast

These fields were only used for swrast so move them into
swrast_texture_image.

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_fragprog.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_texfilter.c
src/mesa/swrast/s_texture.c