mesa: Update comments/assertions about buffer mapping for glGetTexImage().
authorBrian Paul <brianp@vmware.com>
Mon, 1 Aug 2011 04:00:55 +0000 (21:00 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 27 Sep 2011 19:12:07 +0000 (12:12 -0700)
commit177110ae3261e6ba91a40ed1c495a865edbe9394
tree85bad4b074b4c4492c813002b0457893e5b6c6e2
parent8df7ca71125ee0ad74260378ff7e185dcf66f3bc
mesa: Update comments/assertions about buffer mapping for glGetTexImage().

This code is about to stop needing ->Data and using MapTextureImage().

Tested-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texgetimage.c