diff options
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index 3257dc761fc..050caff23fd 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -1,4 +1,4 @@ -/* $Id: texobj.h,v 1.7 2002/06/15 03:03:09 brianp Exp $ */ +/* $Id: texobj.h,v 1.8 2002/06/17 23:36:31 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -48,6 +48,11 @@ _mesa_free_texture_object( struct gl_shared_state *shared, extern void +_mesa_copy_texture_object( struct gl_texture_object *dest, + const struct gl_texture_object *src ); + + +extern void _mesa_test_texobj_completeness( const GLcontext *ctx, struct gl_texture_object *t ); |