From 1537b63fce36f87b3606d0e7cdca2d10bbdffd56 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Apr 2002 16:15:16 +0000 Subject: GL_ARB_point_parameters support --- src/mesa/main/extensions.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/extensions.c') diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index f9cdf07168..fe43e66838 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.71 2002/03/23 16:33:53 brianp Exp $ */ +/* $Id: extensions.c,v 1.72 2002/04/02 16:15:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -60,6 +60,7 @@ static struct { { OFF, "GL_ARB_imaging", F(ARB_imaging) }, { OFF, "GL_ARB_multisample", F(ARB_multisample) }, { OFF, "GL_ARB_multitexture", F(ARB_multitexture) }, + { OFF, "GL_ARB_point_parameters", F(EXT_point_parameters) }, { OFF, "GL_ARB_shadow", F(ARB_shadow) }, { OFF, "GL_ARB_shadow_ambient", F(SGIX_shadow_ambient) }, { OFF, "GL_ARB_texture_border_clamp", F(ARB_texture_border_clamp) }, @@ -142,6 +143,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx) "GL_ARB_depth_texture", "GL_ARB_imaging", "GL_ARB_multitexture", + "GL_ARB_point_parameters", "GL_ARB_shadow", "GL_ARB_shadow_ambient", "GL_ARB_texture_border_clamp", -- cgit v1.2.3