summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Fix an assertion in comp_func_SourceOver_sse2() if const_alpha == 0Benjamin Poulain2010-06-281-1/+1
| * | | | | | | | | | | | | | New variant of ::createPixmapData with origin for QGraphicsSystem.Michael Dominic K2010-06-283-1/+6
| * | | | | | | | | | | | | | Fixed autotest failure in QPathClipper on N900.Samuel Rødal2010-06-252-34/+18
| * | | | | | | | | | | | | | Fixed autotest failure in fillRect_stretchToDeviceModeSamuel Rødal2010-06-241-1/+1
| * | | | | | | | | | | | | | Add an implementation of comp_func_solid_SourceOver_neon() with Neon.Benjamin Poulain2010-06-233-0/+46
| * | | | | | | | | | | | | | Fix the casts of qdrawhelper_sse2Benjamin Poulain2010-06-231-4/+4
| * | | | | | | | | | | | | | Add a SSE2 implementation of comp_func_solid_SourceOver()Benjamin Poulain2010-06-232-2/+33
| * | | | | | | | | | | | | | Add a SSE2 version of comp_func_SourceOver()Benjamin Poulain2010-06-232-61/+116
| * | | | | | | | | | | | | | Optimized sub-rect copying / painting of QPixmaps.Samuel Rødal2010-06-231-3/+5
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-231-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixed crash in the fast blend functions for rasterGunnar Sletta2010-06-231-1/+5
* | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-061-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | QGLPixelBuffer should not rely on temporary QGLWidgets.Trond Kjernåsen2010-07-051-5/+5
| * | | | | | | | | | | | | | | Check Qt::AA_X11InitThreads to determine pixmap usage in threads.Trond Kjernåsen2010-07-021-6/+7
| * | | | | | | | | | | | | | | More work on GL threading.Trond Kjernåsen2010-07-021-4/+7
* | | | | | | | | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0115-124/+212
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| / / / / / / / / / / / / / / | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-223-75/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-212-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Fix compiler warnings in QtGui (text,painting).Friedemann Kleint2010-06-211-2/+2
| | * | | | | | | | | | | | | | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-213-75/+33
| | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Compiler warnings.Bjørn Erik Nilsen2010-06-212-3/+3
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Speed up calls to QPainter::setCompositionMode when the mode is unchangedSimon Hausmann2010-06-171-0/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fixed infinite recursion when drawing very large painter paths.Kim Motoyoshi Kalland2010-06-163-9/+14
| * | | | | | | | | | | | Fixed full-rule on clipped painter paths.Kim Motoyoshi Kalland2010-06-161-0/+4
| * | | | | | | | | | | | Removed unnecessary lines of code.Kim Motoyoshi Kalland2010-06-161-4/+0
| * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-161-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-151-4/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-121-4/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | Updated leading whitespace to make indentation more consistentConstantin Makshin2010-06-101-1/+1
| | | | * | | | | | | | | | | | Updated project files so it is now possible to use "-system-zlib" configurati...Constantin Makshin2010-06-101-2/+3
| | | | * | | | | | | | | | | | use "win32-g++*" scope to match all MinGW makespecsMark Brand2010-06-101-1/+1
| * | | | | | | | | | | | | | | Fixed missing stroke for flat ellipses.Samuel Rødal2010-06-153-4/+6
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fixed error reporting in grayraster and reduced default pool size.Carolina Gomes2010-06-144-22/+35
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Optimized 90-, 180-, and 270- rotated blits in raster paint engine.Samuel Rødal2010-06-101-0/+105
| * | | | | | | | | | | | | LayoutDirectionAuto is the default layout direction for QPainterLars Knoll2010-06-091-5/+7
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix QTransform::map(const QPainterPath &) not working with paths thatSimon Hausmann2010-06-071-1/+1
* | | | | | | | | | | | | | Fix the blank areas during resize with theFabien Freling2010-06-301-0/+3
* | | | | | | | | | | | | | Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-213-12/+48
* | | | | | | | | | | | | | qdrawhelper: Use SSE2 in fetchTransformedBilinear (when scalling up)Olivier Goffart2010-06-161-14/+71
* | | | | | | | | | | | | | Merge remote branch 'origin/master'Olivier Goffart2010-06-155-17/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-085-17/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix QWS build failureGareth Stockwell2010-06-031-1/+1
| | | * | | | | | | | | | | | Added reference counting to QWidgetBackingStoreGareth Stockwell2010-06-021-2/+2
| | | * | | | | | | | | | | | Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-312-3/+5
| | | * | | | | | | | | | | | Back port change d85b149a5c7f3532f8e1a593a79298c9ae38a95fEskil Abrahamsen Blomfeldt2010-05-271-2/+3
| | * | | | | | | | | | | | | More Pixmap cache key optimizationsJens Bache-Wiig2010-06-024-8/+19
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-021-0/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-311-0/+17