summaryrefslogtreecommitdiffstats
path: root/dist/changes-3.3.8
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-06-03 12:16:39 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2009-06-03 12:22:30 (GMT)
commit91f5c7314afdfd43c867266fc1bc418e0f70bac7 (patch)
treeecf73dfef25df6d4eda6d389623707b93a4b0a6e /dist/changes-3.3.8
parentd16b52d5346a3b652ad7507b24373c51fc0d530c (diff)
downloadQt-91f5c7314afdfd43c867266fc1bc418e0f70bac7.zip
Qt-91f5c7314afdfd43c867266fc1bc418e0f70bac7.tar.gz
Qt-91f5c7314afdfd43c867266fc1bc418e0f70bac7.tar.bz2
Fixed raster bug causing fully clipped images to be partially blended.
The blend functions assume the width / height of the images being blended to be greater than 0. A width of 0 caused the first iteration of a duff's device memcpy (QT_MEMCPY_USHORT) to be executed, thus blending 8 pixels instead of none. BT: yes Task-number: 255014 Reviewed-by: Trond
Diffstat (limited to 'dist/changes-3.3.8')
0 files changed, 0 insertions, 0 deletions