diff options
author | Brian Paul <[email protected]> | 2011-04-21 12:59:16 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-04-21 13:02:02 -0600 |
commit | a22aba4eae9b29db731487bce90e8292f7e82c72 (patch) | |
tree | 2b6248fd65f95003e703209b864b42260cff3b33 /configs | |
parent | 4ad63659c09499f4e538d71aec42035246747ffd (diff) |
st/mesa: check image size before copy_image_data_to_texture()
We should only copy images into the dest texture if the size is correct.
This fixes a failed assertion when finalizing a texture with mis-defined
mipmap levels such as:
level 0: 32x32
level 1: 8x8
Also, fix incorrect mipmap level used in assertion at the top of
copy_image_data_to_texture().
NOTE: This is a candidate for the 7.10 branch.
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions