st/mesa: remove TexSubImage code, use core mesa routines instead.
authorBrian Paul <brianp@vmware.com>
Fri, 30 Dec 2011 15:24:55 +0000 (08:24 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 30 Dec 2011 15:24:55 +0000 (08:24 -0700)
commitc22a95c4f2db64c61cb25f37acc38254f30850f1
tree80940c805b064987340c150d66a7b2c3c88b9b78
parent4ca624f8e09bff1a4f681c54486e327605b8274d
st/mesa: remove TexSubImage code, use core mesa routines instead.

Since the move to Map/UnmapTextureImage, the core mesa routines are
equivalent to what the state tracker was doing.

The TexImage functions can be replaced too, but there's a few differences
that will need to be handled.
src/mesa/state_tracker/st_cb_texture.c