diff options
author | Brian Paul <[email protected]> | 2000-05-23 17:14:49 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-05-23 17:14:49 +0000 |
commit | 35d5301a54153930ee6fd60dff1010ce9f901397 (patch) | |
tree | e73b11ab258b81b00ac9a5b33b007c9adedbe558 /src/mesa/main/texobj.h | |
parent | fc4b44399a07a7a7559f20ceab8a791209b4d875 (diff) |
more texture cube work, misc code clean-up
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index a4bf3961518..52bf621be83 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -1,4 +1,4 @@ -/* $Id: texobj.h,v 1.2 1999/11/11 01:22:28 brianp Exp $ */ +/* $Id: texobj.h,v 1.3 2000/05/23 17:14:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,9 +32,6 @@ #include "types.h" -#ifdef VMS -#define gl_test_texture_object_completeness gl_test_texture_object_complete -#endif /* * Internal functions @@ -49,7 +46,9 @@ extern void gl_free_texture_object( struct gl_shared_state *shared, struct gl_texture_object *t ); -extern void gl_test_texture_object_completeness( const GLcontext *ctx, struct gl_texture_object *t ); +extern void +_mesa_test_texobj_completeness( const GLcontext *ctx, + struct gl_texture_object *t ); /* |