diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-09 10:13:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-09 10:13:27 (GMT) |
commit | a5d1ea94c49fda6e8d4a09fcac9c04559c1930c5 (patch) | |
tree | a248aa960247bf47b1be28853cd36c4caa4f1f27 /ChangeLog | |
parent | 21df9ae7a1997e227dd3deb9a4855ab9b40bac7f (diff) | |
download | tk-a5d1ea94c49fda6e8d4a09fcac9c04559c1930c5.zip tk-a5d1ea94c49fda6e8d4a09fcac9c04559c1930c5.tar.gz tk-a5d1ea94c49fda6e8d4a09fcac9c04559c1930c5.tar.bz2 |
Speed up use of Tk_PhotoPutBlock by allowing it to skip the complex-alpha check
in degenerate (and common) cases. [Bug 1081966]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-12-09 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock): + Added guards so that rescanning for the complex-alpha check is not + done in the common case of creating a simple image a bit at a + time, or any other time where the image was simple before and the + input data has no alpha channel. [Bug 1081966] + 2004-12-07 Don Porter <dgp@users.sourceforge.net> * tests/canvPs.test: Cleaned up the matching of [makeFile] and |