summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Let's not write to the source buffer when blending argb32 on rgb16.Samuel Rødal2011-04-081-3/+1
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Use NEON and preloading for 16 bit small / medium sized image blits.Samuel Rødal2010-09-011-0/+98
* Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-251-0/+38
* Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-251-0/+55
* Improved performance of 16 bit memrotates using NEON instructions.Samuel Rødal2010-07-011-0/+144
* Add an implementation of comp_func_solid_SourceOver_neon() with Neon.Benjamin Poulain2010-06-231-0/+43
* Optimized ARGB32PM on RGB16 blending with opacity using NEON.Samuel Rødal2010-03-261-5/+32
* Optimized SourceOver and 16 bit dest fetches, dest stores using NEON.Samuel Rødal2010-03-261-11/+114
* Optimized scaled/transformed image blending for ARGB32PM and RGB16 on RGB16.Samuel Rødal2010-03-261-0/+139
* Included ARM NEON optimizations from pixman in Qt.Samuel Rødal2010-03-261-44/+100
* Fixed off-by-one blending errors in the NEON drawhelper code.Samuel Rødal2010-02-191-65/+65
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* NEON configure detection and initial blend function implementations.Samuel Rødal2009-12-181-0/+260