| Commit message (Expand) | Author | Age | Files | Lines |
* | git Merge branch '4.7-upstream' into 4.7-doc | Jesper Thomschutz | 2010-09-15 | 3 | -4/+7 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-09-14 | 1 | -1/+1 |
| |\ |
|
| | * | Fix top-left corner of rounded rects in QPaintEngineEx | Gunnar Sletta | 2010-09-14 | 1 | -1/+1 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-14 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-13 | 1 | -1/+1 |
| | |\ |
|
| | | * | QStroker: Fix erroneous SvgMiterJoin behavior for parallel lines | Andreas Kling | 2010-09-12 | 1 | -1/+1 |
|
|
| * | | | Use aligned operations for solid SourceOver operations. | Benjamin Poulain | 2010-09-13 | 1 | -2/+5 |
| |/ / |
|
* | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-13 | 2 | -76/+7 |
|\ \ \
| |/ / |
|
| * | | Use the stream operation for the SSE2 implementation of memfill32 | Benjamin Poulain | 2010-09-13 | 1 | -4/+4 |
|
|
| * | | Remove the memory safety for the first scanline of the SSSE3 blending | Benjamin Poulain | 2010-09-13 | 1 | -72/+3 |
| |/ |
|
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-11 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-09-10 | 1 | -2/+4 |
| |\ |
|
| | * | Fix crash in QRuntimeGraphicsSystem due to destruction order. | Jason Barron | 2010-09-10 | 1 | -2/+4 |
|
|
* | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-10 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Fixed compilation and API of meego graphics system. | Samuel Rødal | 2010-09-10 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-09 | 2 | -18/+122 |
|\ \
| |/ |
|
| * | Removing Q_ENUMS declaration in QTransform | Jørgen Lind | 2010-09-09 | 1 | -1/+0 |
|
|
| * | qdrawhelper: Optimisations in fetchTransformedBilinear | Olivier Goffart | 2010-09-08 | 1 | -30/+59 |
|
|
| * | qdrawhelper: use SSE2 for interpolation in fetchTransformedBilinear | Olivier Goffart | 2010-09-08 | 1 | -0/+77 |
|
|
| * | qdrawhelper: small optimisations in fetchTransformBilinear | Olivier Goffart | 2010-09-08 | 1 | -16/+15 |
|
|
* | | Merge branch '4.7-oslo1' into 4.7-doc | A-Team | 2010-09-07 | 4 | -291/+240 |
|\ \
| |/ |
|
| * | Allow Windows x64 to use SSE2 to speed up blending | liang jian | 2010-09-06 | 4 | -105/+229 |
|
|
| * | qdrawhelper: micro optimisation in fetchTransformBilinear | Olivier Goffart | 2010-09-03 | 1 | -7/+7 |
|
|
| * | qdrawhelper: Remove blend_transformed_bilinear_argb | Olivier Goffart | 2010-09-02 | 1 | -179/+4 |
|
|
* | | Merge commit 'staging-1/4.7' into doc-4.7 | Morten Engvoldsen | 2010-09-03 | 8 | -155/+370 |
|\ \
| |/ |
|
| * | Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments(). | Trond Kjernåsen | 2010-09-01 | 1 | -1/+1 |
|
|
| * | Use NEON and preloading for 16 bit small / medium sized image blits. | Samuel Rødal | 2010-09-01 | 4 | -4/+108 |
|
|
| * | Undefined SSE symbols when crosscompiling Qt on PPC. | Benjamin Poulain | 2010-08-31 | 4 | -11/+2 |
|
|
| * | Fix QStaticText with OpenGL1 engine | Eskil Abrahamsen Blomfeldt | 2010-08-30 | 1 | -1/+2 |
|
|
| * | qdrawhelper: backport the optimisations in fetchTransformBilinear from master... | Olivier Goffart | 2010-08-30 | 1 | -138/+257 |
|
|
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into doc-4.7 | Morten Engvoldsen | 2010-09-02 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Fixed spelling, broken links, and missing default values. | Jerome Pasion | 2010-08-30 | 2 | -3/+3 |
|
|
* | | Apparently QPen::brush() can't return a NoBrush for a NoPen. | Trond Kjernåsen | 2010-08-27 | 2 | -6/+4 |
|
|
* | | Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush. | Trond Kjernåsen | 2010-08-26 | 1 | -0/+2 |
|
|
* | | Revert "Refactor blend_transformed_bilinear to simplify the blend type checking" | Olivier Goffart | 2010-08-26 | 1 | -67/+66 |
|
|
* | | Refactor blend_transformed_bilinear to simplify the blend type checking | Benjamin Poulain | 2010-08-25 | 1 | -66/+67 |
|
|
* | | Implement qt_memfill32 with Neon. | Benjamin Poulain | 2010-08-25 | 3 | -0/+40 |
|
|
* | | Implement the composition mode Plus with Neon. | Benjamin Poulain | 2010-08-25 | 5 | -22/+83 |
|/ |
|
* | Fix mispositioned text with QStaticText and OpenVG graphics system | Eskil Abrahamsen Blomfeldt | 2010-08-24 | 1 | -2/+5 |
|
|
* | Crash in QX11PaintEngine::drawPixmap | Carlos Manuel Duclos Vergara | 2010-08-18 | 1 | -0/+2 |
|
|
* | Revert "Fix the rendering of lines with the X11 paint engine" | Samuel Rødal | 2010-08-18 | 1 | -10/+12 |
|
|
* | Revert "Outline / fill inconsistency in X11 paint engine." | Samuel Rødal | 2010-08-18 | 1 | -4/+4 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-18 | 2 | -39/+13 |
|\ |
|
| * | qgrayraster: Remove unnecessary indirection in QT_FT_Outline_Decompose | Andreas Kling | 2010-08-17 | 1 | -35/+9 |
|
|
| * | Outline / fill inconsistency in X11 paint engine. | Samuel Rødal | 2010-08-17 | 1 | -4/+4 |
|
|
* | | Fix the blending of ARGB_PM image when using palignr to load the data | Benjamin Poulain | 2010-08-17 | 1 | -15/+5 |
|
|
* | | Adjusted define styling | Donald Carr | 2010-08-17 | 1 | -3/+1 |
|
|
* | | Fixes QWS window decoration offset issues | Uwe Rathmann | 2010-08-17 | 2 | -2/+13 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-16 | 3 | -0/+275 |
|\ \
| |/
|/| |
|
| * | Implement the general blending of ARGB32_pm with SSSE3 | Benjamin Poulain | 2010-08-16 | 3 | -0/+275 |
|
|