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/accum.h

    r2938 r3582  
    1 /* $Id: accum.h,v 1.1 2000-02-29 00:48:24 sandervl Exp $ */
     1/* $Id: accum.h,v 1.2 2000-05-21 19:58:10 jeroen Exp $ */
    22
    33/*
     
    3636
    3737
    38 extern void gl_alloc_accum_buffer( GLcontext *ctx );
     38extern void
     39_mesa_alloc_accum_buffer( GLcontext *ctx );
    3940
    4041
    41 extern void gl_Accum( GLcontext *ctx, GLenum op, GLfloat value );
     42extern void
     43_mesa_clear_accum_buffer( GLcontext *ctx );
    4244
    4345
    44 extern void gl_ClearAccum( GLcontext *ctx, GLfloat red, GLfloat green,
    45                            GLfloat blue, GLfloat alpha );
     46extern void
     47_mesa_Accum( GLenum op, GLfloat value );
    4648
    4749
    48 extern void gl_clear_accum_buffer( GLcontext *ctx );
     50extern void
     51_mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
     52
     53
    4954
    5055
Note: See TracChangeset for help on using the changeset viewer.