swrast: s/Data/Map/ in swrast_texture_image
authorBrian Paul <brianp@vmware.com>
Mon, 16 Jan 2012 17:54:41 +0000 (10:54 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Jan 2012 21:12:10 +0000 (14:12 -0700)
commitbd3c10c0f0c60ab3421c2da2eab814edc2296cb0
tree936f9ce4cafba10935227e75169bc6b7a8675cfc
parentecb8594c184f5daa2f5a735e42ee24e7d110aa9f
swrast: s/Data/Map/ in swrast_texture_image

To indicate that it points to mapped texture memory.
15 files changed:
src/mesa/drivers/dri/intel/intel_tex_validate.c
src/mesa/drivers/dri/nouveau/nouveau_texture.c
src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
src/mesa/drivers/dri/radeon/radeon_texture.c
src/mesa/drivers/dri/swrast/swrast.c
src/mesa/main/texcompress.c
src/mesa/main/texcompress_etc.c
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_rgtc.c
src/mesa/main/texcompress_s3tc.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_texfetch_tmp.h
src/mesa/swrast/s_texfilter.c
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_triangle.c