diff options
author | Brian Paul <[email protected]> | 2000-03-29 18:13:59 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-29 18:13:59 +0000 |
commit | 4827179cc0d314f69671e97dcb016f5a3b90a213 (patch) | |
tree | e524f42d836a25ba11324859b2135b0e47966fb7 /src/mesa/main/dd.h | |
parent | 8fd9fcbc2d6fd6563165fad98258b0d6d974fc62 (diff) |
changes for single-copy textures
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 36acfb17051..ac6ce764736 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -1,4 +1,3 @@ -/* $Id: dd.h,v 1.23 2000/03/23 16:22:36 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -626,6 +625,7 @@ struct dd_function_table { */ GLvoid *(*GetTexImage)( GLcontext *ctx, GLenum target, GLint level, + const struct gl_texture_object *texObj, GLenum *formatOut, GLenum *typeOut, GLboolean *freeImageOut ); /* Called by glGetTexImage or by core Mesa when a texture image |