Changes between Version 25 and Version 26 of QtBackLog


Ignore:
Timestamp:
Oct 26, 2009 1:52:44 AM (14 years ago)
Author:
zecke@selfish.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtBackLog

    v25 v26  
    33=== Qt problems ===
    44||Description||Branch||Created on||Landed in||Landed Date||
    5 ||ARM optimized qdrawhelper is only enabled for RCVT (symbian) . The  needs to be transferred to gcc inline assembly. This will optimize memfill, Source, SourceOver and some blend functions.|| || || || ||
     5||ARM optimized qdrawhelper is only enabled for RCVT (symbian). The  needs to be transferred to gcc inline assembly. This will optimize memfill, Source, SourceOver and some blend functions.|| || || || ||
    66||ARMv6 should be auto detected. Currently arm/armv6 can be passed as -embedded options. The benefit of ARMv6 in src/corelib is the use of atomic load and exchange, instead of the old "swap" extension. `__ARCH_ARM_6__` should be used to detect it.|| || || || ||
    77||Enabled pld (preload) in qdrawhelper for ARMv5te and upwards|| || || || ||
     
    4040
    4141 Branch::
    42    For Qt patches the branch is pointing to a branch that needs to be merged into the Qt source tree. The branch has a specific topic and all patches of this branch are meant to be merged there. The patches are backed with performance tests and the Qt regression test suite was fully or partially executed on them
     42   For Qt patches the branch is pointing to a branch that needs to be merged into the Qt source tree. The branch has a specific topic and all patches of this branch are meant to be merged there. The patches are backed with performance tests and the Qt regression test suite was fully or partially executed on them.
    4343
    4444 Landed in::