summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Avoid out of bounds memory reads when scaling imagesv4.8.6Lars Knoll2014-04-031-6/+6
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-releng-staging into mas...Qt Continuous Integration System2011-05-201-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Fixed compile of qdrawhelper_neon.cpp.Samuel Rødal2011-05-191-1/+1
|/
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-0/+2
* Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-131-0/+38
* 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