st/mesa: remove bogus assertions st_CompressedTexSubImage2D
authorRoland Scheidegger <sroland@vmware.com>
Tue, 22 Jun 2010 12:32:25 +0000 (13:32 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 22 Jun 2010 12:32:25 +0000 (13:32 +0100)
commit583f241716639ae7fc24eca38418d5860de229cb
treea065ff0f6307e03760a8faae9cc6d8d5a3524a7a
parenteb7ef433bbbeabda963e74adf0ef61c47883f292
st/mesa: remove bogus assertions st_CompressedTexSubImage2D

width/height may not be a multiple of blocksize (small mip levels / npot
textures). This should be handled just fine.
Fixes #28530.
src/mesa/state_tracker/st_cb_texture.c