diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-07 14:13:10 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-07 14:13:10 +0000 |
commit | 5c2f9bc2de60faaaab05651d234b460c4fe8a5de (patch) | |
tree | 93528a53490cdf9142827de07fe93ba9516579f8 /docs | |
parent | e4fb0285f2c753dc88e1e6e8678ea09a58a0c424 (diff) |
added 24bpp clear bug fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 232b8617f9..890f8e4802 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.13.2.27 2000/04/04 16:01:33 brianp Exp $ +$Id: VERSIONS,v 1.13.2.28 2000/04/07 14:13:10 brianp Exp $ Mesa Version History @@ -713,6 +713,7 @@ Mesa Version History Bug fixes: - fixed memcpy bugs in span.c - fixed missing glEnd problem in demos/tessdemo.c + - fixed bug when clearing 24bpp Ximages Changes: - updated docs/README file - use bcopy() optimizations on FreeBSD |