summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-11-27 02:58:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-11-27 02:58:01 +0000
commit69f2ff5f38327a021bc6385cfb415c794e10a6b3 (patch)
tree3bf344a8f65094452b1bf7d9df15ccea0601d534 /docs
parentf28c19da41db8688e153a49f4647a282a282ac71 (diff)
added triangle parity bug fix and GLUT glXGetProcAddressARB item
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index afbd249d0a..b8167eb51a 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.73.2.8 2001/11/20 00:08:17 brianp Exp $
+$Id: VERSIONS,v 1.73.2.9 2001/11/27 02:58:01 brianp Exp $
Mesa Version History
@@ -916,3 +916,5 @@ Mesa Version History
- fixed a few glXGetProcAddress() errors (texture compression, etc)
- fixed start index bug in compiled vertex arrays (Keith)
- fixed compilation problems in src/SPARC/glapi_sparc.S
+ - fixed triangle strip "parity" bug found in VTK medical1 demo (Keith)
+ - use glXGetProcAddressARB in GLUT to avoid extension linking problems