From 85d816028a2472e0378afda65e7ab6f7ff4d76b4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 17 Jun 2002 23:36:31 +0000 Subject: Port glXCopyContext bug from 4.0 branch. --- src/mesa/main/texobj.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/texobj.h') 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 @@ -47,6 +47,11 @@ _mesa_free_texture_object( struct gl_shared_state *shared, struct gl_texture_object *t ); +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 ); -- cgit v1.2.3