From: Eric Anholt Date: Fri, 19 Apr 2013 20:00:02 +0000 (-0700) Subject: mesa: Remove the Map field from texture images. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3750ff9e5ff019352d6c2fd6bb5a3d4eaeb6541e;p=mesa.git mesa: Remove the Map field from texture images. Reviewed-by: Kenneth Graunke Reviewed-by: Brian Paul --- diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 2525e8e2d38..3d3f6365f12 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -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;