mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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:
parent
adf958d9c2
commit
3750ff9e5f
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ struct swrast_texture_image
|
||||||
* initialized to point within Buffer.
|
* initialized to point within Buffer.
|
||||||
*/
|
*/
|
||||||
void **ImageSlices;
|
void **ImageSlices;
|
||||||
GLubyte *Map; /**< Pointer to mapped image memory */
|
|
||||||
|
|
||||||
/** Malloc'd texture memory */
|
/** Malloc'd texture memory */
|
||||||
GLubyte *Buffer;
|
GLubyte *Buffer;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue