summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-12-13 00:48:02 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-12-13 00:48:02 +0000
commit813882526d455fc3d31cfd4b6e84ba9ac5963b41 (patch)
tree9c3dac237079d40f154f2e2c7c8aecc925398d0c /docs
parent3cbbef53bcf9a74beec3d6699a03e8d0c2eb24e2 (diff)
added glReadPixels item
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index dae4183b56..5220645681 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.46 2000/10/27 18:32:55 brianp Exp $
+$Id: VERSIONS,v 1.47 2000/12/13 00:48:02 brianp Exp $
Mesa Version History
@@ -765,6 +765,9 @@ Mesa Version History
- libOSMesa.so now created, contains the OSMesa driver interface
- GL_EXT_fog_coord extension (Keith Whitwell)
- GL_EXT_secondary_color extension (Keith Whitwell)
+ - GL/glxext.h header file for GLX extensions
+ - Improved precision in glReadPixels, improves conformance for 16bpp
+ - somewhat faster software texturing, fogging, depth testing
Bug Fixes:
- fbiRev and tmuRev were unitialized when using Glide3
Changes: