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

* empty log message *

File:
1 edited

Legend:

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

    r2962 r3598  
    1 /* $Id: alpha.c,v 1.2 2000-03-01 18:49:22 jeroen Exp $ */
     1/* $Id: alpha.c,v 1.3 2000-05-23 20:40:20 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.
     
    3131#include "all.h"
    3232#else
    33 #ifndef XFree86Server
    34 #else
    35 #include "GL/xf86glx.h"
    36 #endif
     33#include "glheader.h"
    3734#include "alpha.h"
    3835#include "types.h"
     
    4441
    4542
    46 void gl_AlphaFunc( GLcontext* ctx, GLenum func, GLclampf ref )
     43void
     44_mesa_AlphaFunc( GLenum func, GLclampf ref )
    4745{
     46   GET_CURRENT_CONTEXT(ctx);
    4847   ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx, "glAlphaFunc");
    4948
     
    8584 *          1 = one or more pixels passed the alpha test.
    8685 */
    87 GLint gl_alpha_test( const GLcontext* ctx,
    88                      GLuint n, CONST GLubyte rgba[][4], GLubyte mask[] )
     86GLint
     87_mesa_alpha_test( const GLcontext* ctx,
     88                  GLuint n, CONST GLubyte rgba[][4], GLubyte mask[] )
    8989{
    9090   GLuint i;
Note: See TracChangeset for help on using the changeset viewer.