main: Remove redundant copy of cube map block comment in GetTextureImage.
authorLaura Ekstrand <laura@jlekstrand.net>
Wed, 4 Mar 2015 19:09:17 +0000 (11:09 -0800)
committerLaura Ekstrand <laura@jlekstrand.net>
Mon, 9 Mar 2015 20:33:53 +0000 (13:33 -0700)
commitc3e92faeb4875de47f0c83ab807b4ea298bfa079
tree4e83c08f163d6da31e9c735281d6f3fa46bb6980
parent8979368f12b96c28774119aff955e7f66a57b3fc
main: Remove redundant copy of cube map block comment in GetTextureImage.

The comment describing why ARB_direct_state_access texture cube map functions
use _mesa_cube_level_complete is very long.  To save room in the files,
readers are now referred to one central comment on texturesubimage in
teximage.c.

v2: Review from Anuj Phogat
   - Remove redundant copies of the cube map block comment

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