summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_neon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-1/+12
|\
| * Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-291-15/+26
* | Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-081-0/+94
* | Use qsizetype for qt_memfill functionsThiago Macieira2018-11-111-1/+1
* | Add Q_FALLTHROUGH to qdrawhelper_neon.cppAllan Sandfeld Jensen2018-11-081-14/+14
* | Remove QT_MEMFILL_xxx macrosThiago Macieira2018-11-081-1/+1
|/
* Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-091-25/+134
* Add optimized fetch ARGB32 routines for NEONAllan Sandfeld Jensen2018-09-121-0/+14
* Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-021-8/+4
* Add a missing semicolon in painting/qdrawhelper_neon.cppLiang Qi2017-11-111-1/+1
* Expand ARGB32ToARGB32PM to also work on 32-bit ARM neonAllan Sandfeld Jensen2017-11-081-6/+34
* Implement clip part of qt_alphamapblit_quint16Allan Sandfeld Jensen2017-02-021-1/+12
* Manually vectorize ARGB32toARGB32PM for SSE4.1 and NEONAllan Sandfeld Jensen2017-01-311-0/+61
* Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-1/+1
* Fix blending of RGB32 on RGB32 with partial opacityAllan Sandfeld Jensen2016-12-031-2/+0
* Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-111-2/+2
* Optimized fetchUntransformed RGB888Allan Sandfeld Jensen2016-03-041-0/+10
* Updated license headersJani Heikkinen2016-01-151-14/+20
* iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-091-5/+5
* Enable AArch64 versions of ARGB32 NEON drawhelpersAllan Sandfeld Jensen2015-11-301-11/+79
* Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-3/+1
* Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-1/+1
* Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-101-2/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-6/+6
* Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-161-2/+2
* Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-161-1/+1
* Fix compilation with QT_COORD_TYPE=double on ARMLars Knoll2013-10-311-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-2/+2
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-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-05-101-0/+2
* Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-101-0/+38
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+961