main: Checking for cube completeness in GetCompressedTextureImage.
authorLaura Ekstrand <laura@jlekstrand.net>
Tue, 6 Jan 2015 22:05:41 +0000 (14:05 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Mon, 9 Mar 2015 20:33:53 +0000 (13:33 -0700)
commitff011340a499d9fe5c3ead6b46b917578bfeb533
tree035396a638f8445c067c53c2295eabd62ac91961
parent4080c330fa2868017c99b059b8e5ccf8d4eaa938
main: Checking for cube completeness in GetCompressedTextureImage.

v2: Review from Anuj Phogat
   - Remove redundant copies of the cube map block comment
   - Replace redundant "if (!texImage) return;" statements with
     assert(texImage)

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/texgetimage.c