| commit | 3e62d3a8d88b48d4ed19e00ea2bbc3d0a2b6acf7 | [log] [tgz] |
|---|---|---|
| author | Keith Whitwell <keith@tungstengraphics.com> | Tue Mar 22 14:27:10 2005 +0000 |
| committer | Keith Whitwell <keith@tungstengraphics.com> | Tue Mar 22 14:27:10 2005 +0000 |
| tree | 22cdbafab36b4cdf6bfead1b5926f55b2790a690 | |
| parent | 050b77a9ac45afc5c3acb4d018f1d4858c2f4cc7 [diff] [blame] |
add FreeTexImageData hook to help single-copy texturing in drivers
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 69610e4..a1e40e9 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -1536,6 +1536,7 @@ { ASSERT(driverContext); assert(driverFunctions->NewTextureObject); + assert(driverFunctions->FreeTexImageData); /* If the driver wants core Mesa to use special imports, it'll have to * override these defaults.