summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-1/+1
* Fix some typosSergio Ahumada2014-03-031-1/+1
* QPainterPathStroker: make QPen constructor explicitMarc Mutz2014-02-211-1/+1
* Fix rounding error when creating QT_FT_VectorJorgen Lind2014-02-211-1/+1
* Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
* Unify glyph format between QFontEngine and QFontEngineGlyphCacheTor Arne Vestbø2014-02-195-39/+36
* Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* QOpenGLTextureBlitter: Remove Origin location for the Target rectJørgen Lind2014-02-161-4/+2
* Migrate a recent QT_OPENGL_ES ifdef to dynamic GLLaszlo Agocs2014-02-141-2/+4
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-132-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-7/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-7/+7
| |\
| | * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-7/+7
* | | Optimize qt_memfill32 a littleThiago Macieira2014-02-121-12/+18
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-122-0/+273
|/ /
* | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-105-65/+136
* | Optimize stringToCMap() usageKonstantin Ritt2014-02-071-5/+2
* | Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-052-2/+2
* | Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-102/+359
* | Fixed assert in blend_transformed_tiled_argbOliver Wolff2014-01-301-2/+2
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-302-6/+3
* | Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-207-16/+1348
|\|
| * Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
| * Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0
| * MIPS DSP build system fix and additional optimizations.lpapuga2014-01-146-9/+1344
* | Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-202-32/+63
* | Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* | iOS: Don't try to use NEON drawhelpers, we don't build themTor Arne Vestbø2014-01-161-0/+7
* | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-162-4/+4
* | Optimize INV_PREMULAllan Sandfeld Jensen2014-01-162-7/+11
* | Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-165-40/+23
* | Remove runtime detection of Neon on ARM CPUsThiago Macieira2014-01-162-32/+30
* | Remove runtime detection of SSE2Thiago Macieira2014-01-164-69/+53
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-104-7/+6
|\|
| * QPdfWriter - Fix setting of marginsJohn Layt2014-01-091-0/+2
| * QPdfPaintEngine - Remove postscript flagJohn Layt2014-01-092-5/+2
| * QPagedPaintDevice - Fix size of ISO B9 pageJohn Layt2014-01-061-2/+2
* | Add new direct2d platform pluginLouai Al-Khanji2014-01-102-0/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-1/+1
|\|
| * Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-31/+0
|\|
| * Remove unused function "quadraticRoots"Thiago Macieira2013-12-091-31/+0
* | Automatically create QPainterPathStroke based on QPenAllan Sandfeld Jensen2013-12-122-0/+22
* | Remove the files building AVX codeThiago Macieira2013-12-104-160/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-267-23/+25
|\|
| * Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
| * Force FT font engine to load the right glyph metricsGunnar Sletta2013-11-101-0/+12
| * Doc: Fix broken linksSze Howe Koh2013-11-052-12/+8