diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-10 14:23:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-05-10 14:23:01 +0000 |
commit | b585fdcefc9eff6998efb902479a3b6f80dbc415 (patch) | |
tree | 303f31237089948a0ee5bf59a2dc6dc49bd1536c | |
parent | f752017f5b02f256a569c24c4cf4650d0652e318 (diff) |
added write_span_mono_pixmap() optimization
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 2b5ca0f2e9..24c424d106 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.37 2001/05/10 14:12:14 brianp Exp $ +$Id: VERSIONS,v 1.38.2.38 2001/05/10 14:23:01 brianp Exp $ Mesa Version History @@ -815,3 +815,5 @@ post-3.4.1 - glConvolutionFilter2D could segfault or cause fp exception - fixed segfaults in FX and X drivers when using tex unit 1 but not unit 0 + Changes: + - optimized writing mono-colored pixel spans to X pixmaps |