mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
authorBrian Paul <brianp@vmware.com>
Mon, 2 Jan 2012 18:55:39 +0000 (11:55 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 2 Jan 2012 18:55:39 +0000 (11:55 -0700)
commitd69d287068e0a6b5e2f3c13b1f55335a9b6ce03b
tree345c179ac005aead301355bd3e60433a8abadde4
parente833b98182ea7da142a57b385735be9e79776439
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions

The were always zero.  When doing a sub-texture replacement we account
for the dstX/Y/Zoffsets when we map the texture image.  So no need to
pass them into the texstore code anymore.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_tex_subimage.c
src/mesa/drivers/dri/nouveau/nouveau_texture.c
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_rgtc.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_texture.c