summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_points.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/t_vb_points.c')
-rw-r--r--src/mesa/tnl/t_vb_points.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/tnl/t_vb_points.c b/src/mesa/tnl/t_vb_points.c
index a27e00257c1..2c35d436109 100644
--- a/src/mesa/tnl/t_vb_points.c
+++ b/src/mesa/tnl/t_vb_points.c
@@ -1,10 +1,10 @@
-/* $Id: t_vb_points.c,v 1.3 2001/03/07 05:06:13 brianp Exp $ */
+/* $Id: t_vb_points.c,v 1.4 2001/03/12 00:48:44 gareth Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.5
*
- * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 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"),
@@ -23,7 +23,7 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
- * Author:
+ * Authors:
* Brian Paul <brian@valinux.com>
*/
@@ -34,7 +34,7 @@
struct point_stage_data {
- GLvector1f PointSize;
+ GLvector1f PointSize;
};
#define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr)
@@ -43,7 +43,7 @@ struct point_stage_data {
/*
* Compute attenuated point sizes
*/
-static GLboolean run_point_stage( GLcontext *ctx,
+static GLboolean run_point_stage( GLcontext *ctx,
struct gl_pipeline_stage *stage )
{
struct point_stage_data *store = POINT_STAGE_DATA(stage);
@@ -66,7 +66,7 @@ static GLboolean run_point_stage( GLcontext *ctx,
}
VB->PointSizePtr = &store->PointSize;
-
+
return GL_TRUE;
}
@@ -108,8 +108,8 @@ static void free_point_data( struct gl_pipeline_stage *stage )
}
}
-const struct gl_pipeline_stage _tnl_point_attenuation_stage =
-{
+const struct gl_pipeline_stage _tnl_point_attenuation_stage =
+{
"point size attenuation", /* name */
_NEW_POINT, /* build_state_change */
_NEW_POINT, /* run_state_change */