Changes between Version 10 and Version 11 of QtBackLog


Ignore:
Timestamp:
Oct 17, 2009 6:46:26 PM (15 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v10 v11  
    3737 * Loading bug/API bug on loading amazon in QtEmbedded Linux. [https://bugs.webkit.org/show_bug.cgi?id=30301 #30301]
    3838
    39  * Go through the Palm changes and consider adopting them. Currently candidates are: Use stack/class memory in CSSParser, use JDCT_Fast for Jpeg decoding (to be achieved with QImageReader to set quality to 49), changes to Cached* to throw away encoded data more early.
     39 * Go through the Palm changes and consider adopting them. Currently candidates are: Use stack/class memory in CSSParser, use JDCT_Fast for Jpeg decoding (to be achieved with QImageReader to set quality to 49), changes to Cached* to throw away encoded data more early. Palm avoids floating point operation on premultiplied alpha in setRGBA.
    4040
    4141 * Using QImageReader::setQuality(49) shows a 20msec (from 440msec to 420msec) improvement in the image_cycling test case reduction.