summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-03-22 14:27:10 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-03-22 14:27:10 +0000
commit3e62d3a8d88b48d4ed19e00ea2bbc3d0a2b6acf7 (patch)
tree22cdbafab36b4cdf6bfead1b5926f55b2790a690 /src/mesa/main/teximage.h
parent050b77a9ac45afc5c3acb4d018f1d4858c2f4cc7 (diff)
add FreeTexImageData hook to help single-copy texturing in drivers
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r--src/mesa/main/teximage.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h
index d7b927ff64f..5fb696a9503 100644
--- a/src/mesa/main/teximage.h
+++ b/src/mesa/main/teximage.h
@@ -47,7 +47,12 @@ _mesa_new_texture_image( GLcontext *ctx );
extern void
-_mesa_delete_texture_image( struct gl_texture_image *teximage );
+_mesa_delete_texture_image( GLcontext *ctx, struct gl_texture_image *teximage );
+
+
+extern void
+_mesa_free_texture_image_data( GLcontext *ctx,
+ struct gl_texture_image *texImage );
extern void