OSDN Git Service

main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
authorLaura Ekstrand <laura@jlekstrand.net>
Tue, 6 Jan 2015 23:27:32 +0000 (15:27 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Mon, 9 Mar 2015 20:33:53 +0000 (13:33 -0700)
commit4080c330fa2868017c99b059b8e5ccf8d4eaa938
tree5c3959df94defce9606eadde8c783f8f0d80732c
parent70eab80f802b26ac87fe9c3e1fa819affe903afd
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.

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/teximage.c
src/mesa/main/teximage.h