summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-187-30/+71
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-8/+28
| |\
| | * Support arbitrary strides in the QPlatformBackingStore compositorLaszlo Agocs2016-02-051-4/+21
| | * Scale offset as well on QBackingStore flushMorten Johan Sørvig2016-02-051-1/+2
| | * Fix clipRect interpretation in composited backingstoresLaszlo Agocs2016-02-011-3/+5
| * | QtGui: Use QImage::constBits()/constScanLine() in non-const contexts.Friedemann Kleint2016-02-133-7/+7
| * | QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-123-15/+36
* | | QRegion: add move ctorMarc Mutz2016-02-132-0/+12
* | | QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-111-1/+1
* | | QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* | | QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-113-24/+21
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-5/+9
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-3/+5
| * | Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
| |/
* | Replace some QList<int> with QVector<int>Marc Mutz2016-02-081-3/+3
* | QColor: plaster API with Q_DECL_NOTHROWMarc Mutz2016-01-292-127/+127
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
| |\|
| | * Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* | | Fixed rendering of translucent CSS borders to prevent visible overlapBrad Stanton2016-01-261-1/+3
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-262-17/+66
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-17/+66
| |\|
| | * Handle RGB30 formats in OpenGL backing-store integrationAllan Sandfeld Jensen2016-01-151-10/+38
| | * Optimize OpenGL binding of ARGB32PM backing storeAllan Sandfeld Jensen2016-01-142-10/+31
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-15108-1503/+2151
* | QPathSegments: set pathId to zero in ctorAnton Kudryavtsev2016-01-141-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
| |\|
| | * Fix a few container detachmentsSérgio Martins2016-01-101-1/+1
* | | QColor: fix misleading code in op==Marc Mutz2016-01-121-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-083-13/+9
|\|
| * Fix offset and size for native child rtt widgetsLaszlo Agocs2016-01-071-11/+7
| * Don't detach QGradientStopsSérgio Martins2016-01-051-1/+1
| * Fix QPainter::rotate() documentationMitch Curtis2016-01-041-1/+1
* | Fix linux-clang build.Erik Verbruggen2015-12-191-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-184-28/+40
|\|
| * Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-13/+6
| * Don't detach the color table vectorSérgio Martins2015-12-131-2/+3
| * Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
| * iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-123-11/+13
| * Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
| * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+2
* | NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-173-43/+78
* | Fix inconsistent override warnings.Erik Verbruggen2015-12-102-4/+5
* | QCosmeticStroker: fix misleading use of & on bool operandsAnton Kudryavtsev2015-12-101-2/+2
* | iOS: Enable non-pixman NEON drawhelpers for both 32 and 64-bitTor Arne Vestbø2015-12-093-11/+13
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-3/+16
|\|
| * Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-072-3/+16
* | Raster and Blitter engines: method override markups and fixesLouai Al-Khanji2015-12-043-74/+76