summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-23 17:14:49 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-23 17:14:49 +0000
commit35d5301a54153930ee6fd60dff1010ce9f901397 (patch)
treee73b11ab258b81b00ac9a5b33b007c9adedbe558 /src/mesa/main/texobj.h
parentfc4b44399a07a7a7559f20ceab8a791209b4d875 (diff)
more texture cube work, misc code clean-up
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r--src/mesa/main/texobj.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h
index a4bf396151..52bf621be8 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 );
/*