diff options
author | Brian Paul <[email protected]> | 2008-08-26 16:13:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-26 16:13:39 -0600 |
commit | bafefccff8e9a56b797b988f9a5d7d72e2d51b9a (patch) | |
tree | 8019e975b95660014be57d0d917afe086d789066 /src/mesa/main/extensions.c | |
parent | 9aeb6e782567d2c6253010c0b4d72f04b9ff5962 (diff) |
mesa: don't check for GLSL 1.2 to advertise GL 2.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"), |