Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2938 r3582  
    1 /* $Id: alpha.h,v 1.1 2000-02-29 00:48:24 sandervl Exp $ */
     1/* $Id: alpha.h,v 1.2 2000-05-21 20:03:18 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.
     
    3636
    3737
    38 extern GLint gl_alpha_test( const GLcontext *ctx, GLuint n,
    39                             CONST GLubyte rgba[][4], GLubyte mask[] );
     38extern GLint
     39_mesa_alpha_test( const GLcontext *ctx, GLuint n,
     40                  CONST GLubyte rgba[][4], GLubyte mask[] );
    4041
    4142
    42 extern void gl_AlphaFunc( GLcontext *ctx, GLenum func, GLclampf ref );
     43extern void
     44_mesa_AlphaFunc( GLenum func, GLclampf ref );
    4345
    4446
Note: See TracChangeset for help on using the changeset viewer.