summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-19 20:17:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-19 20:17:13 +0000
commit17f2610d037dbce79e57540c0747e31f46400785 (patch)
tree7c47ff3f65a0ed808bab981e37b69e5d73b3f485
parent00935d9eab7336bd4bc43d11a2a4dc5930951ed0 (diff)
Added glXGetProcAddressARB() bug fix
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 09cf7610c6e..859ac46265a 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.12 2000/10/19 20:10:49 brianp Exp $
+$Id: VERSIONS,v 1.38.2.13 2000/10/19 20:17:13 brianp Exp $
Mesa Version History
@@ -767,6 +767,7 @@ Mesa Version History
- per-fragment fog calculation didn't work without a Z buffer
- improved blending accuracy, fixes Glean blendFunc test failures
- glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
+ - glXGetProcAddressARB() didn't always return the right address
Changes:
- finished internal support for compressed textures for DRI