diff options
author | Brian Paul <[email protected]> | 2002-04-02 16:15:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-02 16:15:16 +0000 |
commit | 1537b63fce36f87b3606d0e7cdca2d10bbdffd56 (patch) | |
tree | d1aa68c5385e22a2770de0a973a8d40d2e04d936 /src/mesa/main/points.h | |
parent | 86a7cc6f2c6ec49b5f09f03a872a49bce5afbe85 (diff) |
GL_ARB_point_parameters support
Diffstat (limited to 'src/mesa/main/points.h')
-rw-r--r-- | src/mesa/main/points.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index 283432c6c1d..55407491bb0 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -1,10 +1,10 @@ -/* $Id: points.h,v 1.5 2001/03/12 00:48:38 gareth Exp $ */ +/* $Id: points.h,v 1.6 2002/04/02 16:15:17 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,9 +25,6 @@ */ - - - #ifndef POINTS_H #define POINTS_H @@ -38,14 +35,11 @@ extern void _mesa_PointSize( GLfloat size ); - extern void _mesa_PointParameterfEXT( GLenum pname, GLfloat param); - extern void _mesa_PointParameterfvEXT( GLenum pname, const GLfloat *params ); - #endif |