diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-11-27 02:58:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-11-27 02:58:01 +0000 |
commit | 69f2ff5f38327a021bc6385cfb415c794e10a6b3 (patch) | |
tree | 3bf344a8f65094452b1bf7d9df15ccea0601d534 /docs | |
parent | f28c19da41db8688e153a49f4647a282a282ac71 (diff) |
added triangle parity bug fix and GLUT glXGetProcAddressARB item
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 4 |
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 |