radeon: fix image migration for small compressed textures
authorMaciej Cencora <m.cencora@gmail.com>
Mon, 7 Dec 2009 21:22:57 +0000 (22:22 +0100)
committerMaciej Cencora <m.cencora@gmail.com>
Mon, 7 Dec 2009 21:29:11 +0000 (22:29 +0100)
commit013cf1d63deb9c33089777afbdea85013fd46b49
tree858fcb784ef3b4e4db367fd5ce8fef9f3b630d5f
parent1ef8c493b25cdb4bb006f9198c00acacd19e2c75
radeon: fix image migration for small compressed textures

memcpy would give incorrect results if src rowstride != dst rowstride
src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c