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

    r2938 r3597  
    1 /* $Id: polygon.h,v 1.1 2000-02-29 00:48:36 sandervl Exp $ */
     1/* $Id: polygon.h,v 1.2 2000-05-23 20:34:54 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 void gl_CullFace( GLcontext *ctx, GLenum mode );
     38extern void
     39_mesa_CullFace( GLenum mode );
    3940
    40 extern void gl_FrontFace( GLcontext *ctx, GLenum mode );
     41extern void
     42_mesa_FrontFace( GLenum mode );
    4143
    42 extern void gl_PolygonMode( GLcontext *ctx, GLenum face, GLenum mode );
     44extern void
     45_mesa_PolygonMode( GLenum face, GLenum mode );
    4346
    44 extern void gl_PolygonOffset( GLcontext *ctx,
    45                               GLfloat factor, GLfloat units );
     47extern void
     48_mesa_PolygonOffset( GLfloat factor, GLfloat units );
    4649
    47 extern void gl_PolygonStipple( GLcontext *ctx, const GLuint pattern[32] );
     50extern void
     51_mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias );
    4852
    49 extern void gl_GetPolygonStipple( GLcontext *ctx, GLubyte *mask );
     53extern void
     54_mesa_PolygonStipple( const GLubyte *mask );
     55
     56extern void
     57_mesa_GetPolygonStipple( GLubyte *mask );
    5058
    5159
Note: See TracChangeset for help on using the changeset viewer.