tnl: remove ctx->Driver.Map/UnmapTexture() calls
authorBrian Paul <brianp@vmware.com>
Mon, 16 Jan 2012 20:05:55 +0000 (13:05 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Jan 2012 21:12:36 +0000 (14:12 -0700)
commit4bbab2275f792553f8ed6bcebfe6acc4cb4179c2
treec9baea0468f90203e7109c27aec62835c744eb31
parentbde356a1580f52cae0aaca020a33a6437083a450
tnl: remove ctx->Driver.Map/UnmapTexture() calls

ctx->Driver.MapTexture() always points to _swrast_map_texture().
We're already reaching into swrast from t_vb_program.c anyway.
This will let us remove the ctx->Driver.Map/UnmapTexture() functions.
src/mesa/tnl/t_vb_program.c