diff options
author | Eric Anholt <[email protected]> | 2013-04-19 13:00:02 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-04-30 10:40:44 -0700 |
commit | 3750ff9e5ff019352d6c2fd6bb5a3d4eaeb6541e (patch) | |
tree | d2ec63300c27b2c256f5fd36e2cf23679bcfe665 /src/mesa/swrast | |
parent | adf958d9c2b4cbfbeef36c253b8889967d83c272 (diff) |
mesa: Remove the Map field from texture images.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |