summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-09-02 17:54:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-09-02 17:54:28 +0000
commitbc6f07856f64a285cc36e20d4e2a6aba52307f4a (patch)
tree7a0b6daeef0d8ff473c42c43c71e151daa94c3f2
parent513d486e75a15733729a17e4d3e0f8a164f54242 (diff)
added convolution, ARB_imaging items
-rw-r--r--docs/VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 28ba74d5c2..b192221864 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.40 2000/08/31 23:04:03 brianp Exp $
+$Id: VERSIONS,v 1.41 2000/09/02 17:54:28 brianp Exp $
Mesa Version History
@@ -757,6 +757,8 @@ Mesa Version History
New:
- internals of Mesa divided into modular pieces (Keith Whitwell)
- support for hardware T&L for DRI
+ - GL_EXT_convolution extension
+ - GL_ARB_imaging subset
Bug Fixes:
- fbiRev and tmuRev were unitialized when using Glide3
Changes: