summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Improve ARGB32ToRGBA64 conversionsAllan Sandfeld Jensen2019-02-072-35/+29
* Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* Switch epilogues of AVX2 conversions to single stepAllan Sandfeld Jensen2019-02-061-79/+79
* Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
* QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-1/+1
* QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39
* QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-18/+51
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-022-2/+2
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-282-1/+5
* 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
| |\