diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-17 19:31:55 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-17 19:31:55 +0000 |
commit | 217ff8f19666eba0a0bbdaade85c7260c745c9b6 (patch) | |
tree | 2d44d1ca9b9f25035b1198bb32b635438140a0ad | |
parent | 06e6793b60b604fc31074e3320eaae2c8b6f83da (diff) |
fixed bug 420091mesa_3_4_2
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 02e1ce2de6..dcb90e2189 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.45 2001/05/16 22:29:07 brianp Exp $ +$Id: VERSIONS,v 1.38.2.46 2001/05/17 19:31:55 brianp Exp $ Mesa Version History @@ -819,6 +819,7 @@ Mesa Version History - clearing the softwara alpha buffer with scissoring was broken - fixed a few color index mode fog bugs - fixed some bad assertions in color index mode + - fixed FX line 'stipple' bug #420091 Changes: - optimized writing mono-colored pixel spans to X pixmaps - increased max viewport size to 2048 x 2048 |