mesa: Remove the Map field from texture images.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -156,7 +156,6 @@ struct swrast_texture_image
|
||||
* initialized to point within Buffer.
|
||||
*/
|
||||
void **ImageSlices;
|
||||
GLubyte *Map; /**< Pointer to mapped image memory */
|
||||
|
||||
/** Malloc'd texture memory */
|
||||
GLubyte *Buffer;
|
||||
|
||||
Reference in New Issue
Block a user