From 6d9b25e522cb0df87beafef1b25327e6cc4e3221 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 26 Aug 2008 15:50:11 -0600 Subject: mesa: don't check for GLSL 1.2 to advertise GL 2.1 The GLSL 1.2 features are minor... --- src/mesa/main/extensions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/extensions.c') diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 3774d563690..ddcb44f06bf 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 6.5.1 + * Version: 7.1 * - * Copyright (C) 1999-2006 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2008 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"), -- cgit v1.2.3