Ignore:
Timestamp:
May 23, 2000, 10:35:01 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/texobj.h

    r2938 r3597  
    1 /* $Id: texobj.h,v 1.1 2000-02-29 00:48:39 sandervl Exp $ */
     1/* $Id: texobj.h,v 1.2 2000-05-23 20:34:57 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    6060 */
    6161
    62 extern void gl_GenTextures( GLcontext *ctx, GLsizei n, GLuint *textures );
     62extern void
     63_mesa_GenTextures( GLsizei n, GLuint *textures );
    6364
    6465
    65 extern void gl_DeleteTextures( GLcontext *ctx,
    66                               GLsizei n, const GLuint *textures);
     66extern void
     67_mesa_DeleteTextures( GLsizei n, const GLuint *textures);
    6768
    6869
    69 extern void gl_BindTexture( GLcontext *ctx, GLenum target, GLuint texture );
     70extern void
     71_mesa_BindTexture( GLenum target, GLuint texture );
    7072
    7173
    72 extern void gl_PrioritizeTextures( GLcontext *ctx,
    73                                   GLsizei n, const GLuint *textures,
    74                                    const GLclampf *priorities );
     74extern void
     75_mesa_PrioritizeTextures( GLsizei n, const GLuint *textures,
     76                          const GLclampf *priorities );
    7577
    7678
    77 extern GLboolean gl_AreTexturesResident( GLcontext *ctx, GLsizei n,
    78                                         const GLuint *textures,
    79                                          GLboolean *residences );
     79extern GLboolean
     80_mesa_AreTexturesResident( GLsizei n, const GLuint *textures,
     81                           GLboolean *residences );
    8082
    8183
    82 extern GLboolean gl_IsTexture( GLcontext *ctx, GLuint texture );
     84extern GLboolean
     85_mesa_IsTexture( GLuint texture );
    8386
    8487
Note: See TracChangeset for help on using the changeset viewer.