summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+1
| |\ \
| | * | Fix typo in define. s/GL_FRAMEBUFFER_SRB/GL_FRAMEBUFFER_SRGBSergio Martins2018-11-071-1/+1
* | | | Painting: Fix capping of polylines having endpoint == startpointEirik Aavitsland2018-11-094-4/+15
* | | | Use regular SSE2 stores instead of non-temporal ones in qt_memfill32Thiago Macieira2018-11-081-8/+8
* | | | Add Q_FALLTHROUGH to qdrawhelper_neon.cppAllan Sandfeld Jensen2018-11-081-14/+14
* | | | Remove QT_MEMCPY_USHORT macro and just use memcpyThiago Macieira2018-11-082-33/+5
* | | | Remove unused QT_MEMCPY_REV_UINT macroThiago Macieira2018-11-081-20/+0
* | | | Remove QT_MEMFILL_xxx macrosThiago Macieira2018-11-083-9/+3
* | | | Remove unnecessary Q_STATIC_TEMPLATE_FUNCTION macroThiago Macieira2018-11-064-57/+54
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-012-3/+25
|\| | |
| * | | Fix docJarek Kobus2018-10-311-1/+1
| * | | Fix painter opacity being ignored when rendering to PDFAndre de la Rocha2018-10-301-2/+24
| | |/ | |/|