summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.c
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.c
parentfc4b44399a07a7a7559f20ceab8a791209b4d875 (diff)
more texture cube work, misc code clean-up
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r--src/mesa/main/texobj.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index cdd9aa475b..81833a3fa6 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/main/texobj.c
@@ -159,7 +159,9 @@ void gl_free_texture_object( struct gl_shared_state *shared,
* Examine a texture object to determine if it is complete or not.
* The t->Complete flag will be set to GL_TRUE or GL_FALSE accordingly.
*/
-void gl_test_texture_object_completeness( const GLcontext *ctx, struct gl_texture_object *t )
+void
+_mesa_test_texobj_completeness( const GLcontext *ctx,
+ struct gl_texture_object *t )
{
t->Complete = GL_TRUE; /* be optimistic */