Changeset 3582 for trunk/src/opengl/mesa/accum.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- 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 sandervlExp $ */1 /* $Id: accum.h,v 1.2 2000-05-21 19:58:10 jeroen Exp $ */ 2 2 3 3 /* … … 36 36 37 37 38 extern void gl_alloc_accum_buffer( GLcontext *ctx ); 38 extern void 39 _mesa_alloc_accum_buffer( GLcontext *ctx ); 39 40 40 41 41 extern void gl_Accum( GLcontext *ctx, GLenum op, GLfloat value ); 42 extern void 43 _mesa_clear_accum_buffer( GLcontext *ctx ); 42 44 43 45 44 extern void gl_ClearAccum( GLcontext *ctx, GLfloat red, GLfloat green,45 GLfloat blue, GLfloat alpha);46 extern void 47 _mesa_Accum( GLenum op, GLfloat value ); 46 48 47 49 48 extern void gl_clear_accum_buffer( GLcontext *ctx ); 50 extern void 51 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ); 52 53 49 54 50 55
Note:
See TracChangeset
for help on using the changeset viewer.