diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-18 22:01:38 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-18 22:01:38 +0000 |
commit | d3f2c1703726dd9833f9945f7cec952ec7347b89 (patch) | |
tree | f0de2771666633c7a97459eb5f460d80d0b72066 | |
parent | b0f8d449550ab444e7910306c7b1badb3802e9f9 (diff) |
added late-breaking bug fixes
-rw-r--r-- | docs/VERSIONS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index dcb90e2189..5ab4994575 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.46 2001/05/17 19:31:55 brianp Exp $ +$Id: VERSIONS,v 1.38.2.47 2001/05/18 22:01:38 brianp Exp $ Mesa Version History @@ -820,6 +820,10 @@ Mesa Version History - fixed a few color index mode fog bugs - fixed some bad assertions in color index mode - fixed FX line 'stipple' bug #420091 + - fixed stencil buffer clear width/height typo + - fixed GL error glitches in gl[Client]ActiveTextureARB() + - fixed Windows compilation problem in texutil.c + - fixed 1/8-pixel AA triangle sampling error Changes: - optimized writing mono-colored pixel spans to X pixmaps - increased max viewport size to 2048 x 2048 |