diff options
author | Brian Paul <[email protected]> | 2008-08-26 15:50:11 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-26 15:50:11 -0600 |
commit | 6d9b25e522cb0df87beafef1b25327e6cc4e3221 (patch) | |
tree | 804a63af1d33a4d50bdb444a6090816b9d6a8c11 /src/mesa/main/extensions.c | |
parent | 31bad23f0f34e0a586ade0acccfcf4006bca0a45 (diff) |
mesa: don't check for GLSL 1.2 to advertise GL 2.1mesa_7_1
The GLSL 1.2 features are minor...
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"), |