summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-10-269-39/+67
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-259-39/+67
| |\| |
| | * | qtriangulator: Remove a bunch of dead codeIvan Komissarov2018-10-221-22/+8
| | * | Extend PDF engine to allow the generation of PDFs with huge pagesAndre de la Rocha2018-10-225-11/+47
| | * | qimagescale: Get rid of the memset callIvan Komissarov2018-10-212-5/+5
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-0/+6
| | |\|
| | | * Fix pdf printing in static buildsEirik Aavitsland2018-10-161-0/+6
| | * | qpainterpath: Fix Q_ASSERT typoMikhail Svetkin2018-10-171-1/+1
* | | | Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-254-7/+20
|/ / /
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-132-25/+143
|\| |
| * | Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-092-25/+143
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-081-34/+122
|\| |
| * | Optimize gamma-table lookup on SSE2 and NEONAllan Sandfeld Jensen2018-10-051-34/+122
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-292-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-0/+2
| |\|
| | * Disable RGB64 backend for ARGB32 when it will be very slowAllan Sandfeld Jensen2018-09-141-0/+2
| * | QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-251-1/+2
* | | Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
* | | Add const overloads for QColor::getCmyk and QColor::getCmykFSven Pauli2018-09-252-4/+25
|/ /
* | Add optimized fetch ARGB32 routines for NEONAllan Sandfeld Jensen2018-09-122-0/+20
* | Doc: Fix typo and add precision to method descriptionPaul Wicking2018-09-121-2/+3
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-9/+49
|\|
| * Avoid conversion over RGBA64 for RGB32 LCD text blendingAllan Sandfeld Jensen2018-08-301-9/+49
* | Fix out of buffer access in qt_qimageScaleRgba64_up_xyAllan Sandfeld Jensen2018-08-291-1/+4
* | clangcl: Fix QtGui link error (missing fetchPixelsBPP24_ssse3)Friedemann Kleint2018-08-231-3/+3
* | Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-224-67/+289
* | Fix big-endian buildAllan Sandfeld Jensen2018-08-211-0/+13
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-115-335/+967
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-073-2/+181
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-073-2/+181
| |\|
| | * Optimize blits of any compatible formatsAllan Sandfeld Jensen2018-08-032-2/+120
| | * Add missing optimization for loading RGB32 to RGBA64 using NEONAllan Sandfeld Jensen2018-08-031-0/+61
* | | Add logging for QPlatformBackingStore::composeAndFlushTor Arne Vestbø2018-08-072-2/+9
|/ /