From 736fcbec4732830e7976fb5eb309b13e03be132c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 29 May 2001 15:23:48 +0000 Subject: infrastructure for GL_ARB_multisample --- src/mesa/main/extensions.c | 3 ++- 1 file changed, 2 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 1d14a82288..fc26efbb62 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.60 2001/05/24 14:47:56 brianp Exp $ */ +/* $Id: extensions.c,v 1.61 2001/05/29 15:23:49 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -57,6 +57,7 @@ static struct { int flag_offset; } default_extensions[] = { { OFF, "GL_ARB_imaging", F(ARB_imaging) }, + { OFF, "GL_ARB_multisample", F(ARB_multisample) }, { OFF, "GL_ARB_multitexture", F(ARB_multitexture) }, { OFF, "GL_ARB_texture_border_clamp", F(ARB_texture_border_clamp) }, { OFF, "GL_ARB_texture_compression", F(ARB_texture_compression) }, -- cgit v1.2.3