From dfe7aedf845ce9117065c6cee2146df7eee1c0fa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Oct 2005 03:56:29 +0000 Subject: Fix a number of point size attenuation problems. Move size clamping into the rasterization function. --- src/mesa/main/points.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/points.h') diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index 16513c3ec6..56acd9ee57 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -5,9 +5,9 @@ /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 6.5 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 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"), @@ -50,6 +50,9 @@ _mesa_PointParameterfEXT( GLenum pname, GLfloat param ); extern void GLAPIENTRY _mesa_PointParameterfvEXT( GLenum pname, const GLfloat *params ); +extern void +_mesa_update_point(GLcontext *ctx); + extern void _mesa_init_point( GLcontext * ctx ); -- cgit v1.2.3