summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-263-4/+6
|\
| * Always unlock graphics buffer after binding texture during composeAndFlushTor Arne Vestbø2019-01-241-0/+1
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-3/+4
| |\
| | * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
| * | Fix change-of-sign warnings in ICC 19Thiago Macieira2019-01-231-1/+1
* | | Use VPMASKMOV in the epilogue ARGB->ARGB{32,64} AVX2 epiloguesThiago Macieira2019-01-231-97/+47
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-5/+5
|\| |
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| |/
| * Fix warnings about uninitialized variables - qrgba64_p.hLiang Qi2019-01-071-4/+4
* | Fix the AVX2 ARGB->ARGB64 conversion codeThiago Macieira2019-01-151-5/+14
* | Add AVX2 version of ARGB->ARGB32PMThiago Macieira2019-01-093-2/+157
* | Add AVX2 version of the ARGB32->RGBA64PM codeThiago Macieira2019-01-092-0/+143
* | Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-083-6/+86
* | Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-083-20/+199
* | QPainter: replace an QVector with QVarLengthArrayMikhail Svetkin2019-01-071-1/+2
* | Optimize allocation of QClipData::m_spansMikhail Svetkin2019-01-071-41/+39
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\|
| * Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
* | QColor: mark light()/dark() as deprecatedChristian Ehrlicher2018-12-242-25/+35
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-12-131-0/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-131-0/+8
| |\|
| | * Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+8
* | | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-122-3/+88
|/ /
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-124-4/+4
* | Work around GCC bug in generating 64-bit population of SSE registerThiago Macieira2018-12-121-1/+12
* | Add an SSSE3 implementation of qt_memfill24Thiago Macieira2018-12-122-1/+76
* | Add a qt_memfill24 implementationAllan Sandfeld Jensen2018-12-122-19/+59
* | Actually make QT_MAX_CACHED_GLYPH_SIZE the max glyph sizeTor Arne Vestbø2018-12-111-1/+1
* | Use Q_DECL_VECTORCALL in a few more placesThiago Macieira2018-12-116-75/+85
* | Add AVX2 versions of qt_memfill32 and qt_memfill64Thiago Macieira2018-12-115-5/+76
* | Add SSE2 qt_memfill64Thiago Macieira2018-12-114-23/+67
* | QtGui: Remove unused brushes [-Wclazy-unused-non-trivial-variable]Sergio Martins2018-12-101-1/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-091-2/+7
|\|
| * Allow overriding the maximum cached glyph size via the environmentTor Arne Vestbø2018-12-081-2/+7
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-043-48/+68
|\|
| * Fix alignment of temporary QRgba64 buffers on win32Allan Sandfeld Jensen2018-11-301-32/+32
| * macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-282-15/+35
| * macOS: Fix use of deprecated enum valueTor Arne Vestbø2018-11-281-1/+1
* | Optimize QRgba64::toArgb32() and premultiplied()Allan Sandfeld Jensen2018-11-241-6/+34
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-44/+44
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-1/+1
| |\
| | * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-1/+1
| * | Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-43/+43
* | | Generalize fill span optimizationAllan Sandfeld Jensen2018-11-161-16/+52
* | | Cleanup gradient blendingAllan Sandfeld Jensen2018-11-164-156/+131
* | | Remove unnecessary drawhelper memberAllan Sandfeld Jensen2018-11-152-9/+9
* | | Move qt_memfill32-based implementation of qt_memfill16 to genericThiago Macieira2018-11-113-40/+9
* | | Optimize qt_memfill16, with tail jumpThiago Macieira2018-11-111-5/+6
* | | Use qsizetype for qt_memfill functionsThiago Macieira2018-11-118-21/+21
* | | Merge the qt_memfill{,_template} functionsThiago Macieira2018-11-112-62/+28