intel: fix small compressed texture upload
authorRoland Scheidegger <sroland@vmware.com>
Thu, 16 Apr 2009 15:39:43 +0000 (17:39 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 16 Apr 2009 15:47:25 +0000 (17:47 +0200)
commit69cbf3c68675915517ae64c81d7a8a42de4e01a3
tree4dd682f86c12d894a4c506b7f40bcbe3397136ca
parent666702baec09f60f7e1eddd9f1dd65ee2e826abb
intel: fix small compressed texture upload

need to round up height for _mesa_copy_rect otherwise
textures with height smaller than 4 won't get copied to the miptree at all
Also fix up the confusing debug output (don't output unitialized values,
and output if data is present and the compressed flag)
src/mesa/drivers/dri/intel/intel_tex_image.c