summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-5/+5
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-281-15/+15
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-2/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-111-288/+55
* QDrawHelper cleanupsAllan Sandfeld Jensen2020-03-191-1/+1
* Handle transparent pen color in fast text pathAllan Sandfeld Jensen2019-09-221-0/+2
* Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+4
* More nullptr usage in headersKevin Funk2019-03-141-1/+1
* Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-0/+2
* Add a qt_memfill24 implementationAllan Sandfeld Jensen2018-12-121-19/+22
* Add AVX2 versions of qt_memfill32 and qt_memfill64Thiago Macieira2018-12-111-0/+5
* Add SSE2 qt_memfill64Thiago Macieira2018-12-111-0/+7
* Cleanup gradient blendingAllan Sandfeld Jensen2018-11-161-7/+2
* Use qsizetype for qt_memfill functionsThiago Macieira2018-11-111-10/+10
* Merge the qt_memfill{,_template} functionsThiago Macieira2018-11-111-23/+24
* Remove QT_MEMCPY_USHORT macro and just use memcpyThiago Macieira2018-11-081-20/+0
* Remove unused QT_MEMCPY_REV_UINT macroThiago Macieira2018-11-081-20/+0
* Remove QT_MEMFILL_xxx macrosThiago Macieira2018-11-081-6/+0
* Remove unnecessary Q_STATIC_TEMPLATE_FUNCTION macroThiago Macieira2018-11-061-5/+2
* Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-221-0/+71
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-4/+15
* Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-021-10/+10
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-0/+5
|\
| * Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-121-0/+9
|\|
| * Remove last uses of interpolate_4_pixels_16 on SSE2 and NEONAllan Sandfeld Jensen2018-04-111-0/+9
* | Remove bit details from QPixelLayoutAllan Sandfeld Jensen2018-04-031-9/+4
* | Add generic optimized rectfill methodsAllan Sandfeld Jensen2018-03-131-0/+1
* | Use simple scaling for downscaling less than 2xAllan Sandfeld Jensen2018-03-071-0/+16
|/
* Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-061-5/+13
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\
| * Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* | Fix narrowing warning on MSVCAllan Sandfeld Jensen2017-11-071-2/+2
* | Cleanup of qcompositionfunctionsAllan Sandfeld Jensen2017-11-051-7/+7
|/
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-2/+2
|\
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-2/+2
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-2/+2
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-21/+21
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-21/+21
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-261-1/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+7
| |\|
| | * QGradientCache: fix a new/delete mismatchMarc Mutz2017-01-141-1/+7
* | | Enable gamma-correction on a face-by-face basisAllan Sandfeld Jensen2017-01-241-2/+2
|/ /
* | Cleanup memrotate functionsAllan Sandfeld Jensen2016-12-081-1/+1
* | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-241-12/+0
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+2
| |\
| | * Fix gradient race condition / read-after-freeAllan Sandfeld Jensen2016-10-121-0/+2
* | | Make blendPixel function generalAllan Sandfeld Jensen2016-09-091-0/+16