added Window-isms previously in gl.h
[mesa.git] / src / mesa / main / teximage.h
index 3dfafe29160468208d3bd69f68ca72d9c51d3977..9aa3a0714be01256f002ae9193a735a3b23c3736 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: teximage.h,v 1.5 2000/03/23 16:23:14 brianp Exp $ */
+/* $Id: teximage.h,v 1.6 2000/03/27 17:54:17 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -40,13 +40,17 @@ _mesa_base_tex_format( GLint format );
 
 
 extern struct gl_texture_image *
-gl_alloc_texture_image( void );
+_mesa_alloc_texture_image( void );
 
 
 extern void
-gl_free_texture_image( struct gl_texture_image *teximage );
+_mesa_free_texture_image( struct gl_texture_image *teximage );
 
 
+extern void
+_mesa_get_teximage_from_driver( GLcontext *ctx, GLenum target, GLint level,
+                                const struct gl_texture_object *texObj );
+
 
 /*** API entry point functions ***/