mesa: fix glCompressedTexSubImage assertion/segfault
authorBrian Paul <brianp@vmware.com>
Thu, 27 Sep 2012 12:31:25 +0000 (06:31 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 1 Oct 2012 14:24:36 +0000 (08:24 -0600)
commit604cd6b966d060334fdaa11ae8444797d54d3142
treeec920be02753697e1e4674056ff95f7fc97bb253
parente642d61d130b725c0c3efbc87f86a4968311ba2a
mesa: fix glCompressedTexSubImage assertion/segfault

If the destination texture image doesn't exist we'd hit an assertion
(or crash in a release build).  The piglit/s3tc-errors test hits this.
This has already been fixed in master by the error checking code
consolidation.

Note: This is a candidate for the 8.0 branch.
src/mesa/main/teximage.c