summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-258-70/+321
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-258-70/+321
| |\
| | * Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-08-241-2/+5
| | * Crash in QX11PaintEngine::drawPixmapCarlos Manuel Duclos Vergara2010-08-181-0/+2
| | * Revert "Fix the rendering of lines with the X11 paint engine"Samuel Rødal2010-08-181-10/+12
| | * Revert "Outline / fill inconsistency in X11 paint engine."Samuel Rødal2010-08-181-4/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-182-39/+13
| | |\
| | | * qgrayraster: Remove unnecessary indirection in QT_FT_Outline_DecomposeAndreas Kling2010-08-171-35/+9
| | | * Outline / fill inconsistency in X11 paint engine.Samuel Rødal2010-08-171-4/+4
| | * | Fix the blending of ARGB_PM image when using palignr to load the dataBenjamin Poulain2010-08-171-15/+5
| | * | Adjusted define stylingDonald Carr2010-08-171-3/+1
| | * | Fixes QWS window decoration offset issuesUwe Rathmann2010-08-172-2/+13
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-163-0/+275
| | |\ \ | | | |/ | | |/|
| | | * Implement the general blending of ARGB32_pm with SSSE3Benjamin Poulain2010-08-163-0/+275
| | * | qgrayraster: Speed up rendering of small cubic splines.Andreas Kling2010-08-161-20/+16
| | |/
* | | qdrawhelper: fix assert in fetchTransformedBilinearOlivier Goffart2010-08-251-2/+3
* | | Fix tabArray support for boundingRect measurementJiang Jiang2010-08-231-1/+8
|/ /
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+2
* | Fix nasty copy-paste bug in fetchTransformedBilinear()Paul Olav Tvete2010-08-171-2/+2
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-08-1711-233/+206
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-164-62/+31
| |\ \
| * \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-1311-233/+206
| |\ \ \ | | | |/ | | |/|
| | * | Destroy the old runtime system only when existing pixmaps were migrated.Michael Dominic K2010-08-121-1/+3
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-121-73/+67
| | |\ \
| | | * | 64-bit versions of PREMUL, BYTE_MUL and INTERPOLATE_PIXEL_256Andreas Kling2010-08-111-73/+67
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-104-47/+80
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Add text decoration support to QStaticTextJiang Jiang2010-08-101-13/+71
| | | * | Move the build of Neon file from painting.pri to gui.proBenjamin Poulain2010-08-061-18/+3
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-062-16/+6
| | | |\ \
| | | | * | Replace the SSE prologues by a macroBenjamin Poulain2010-08-052-16/+6
| | * | | | Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-08-092-15/+8
| | * | | | Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-08-061-4/+8
| | |/ / /
| | * | | Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-08-052-87/+3
| | |/ /
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-043-1/+36
| | |\ \
| | | * | Fixed crash in concentric circles exampleGunnar Sletta2010-08-041-1/+1
| | | * | Implement comp_Source with SSE2 when there is a const alphaBenjamin Poulain2010-08-042-0/+35
| | * | | Add support for -runtimegraphicssystem configure optionJason Barron2010-08-041-3/+6
| | |/ /
| | * | Fix the rendering of lines with the X11 paint engineBenjamin Poulain2010-07-291-12/+10
* | | | fix breakages in qpainter autotests.Gunnar Sletta2010-08-171-5/+0
| |_|/ |/| |
* | | Fix how subpixel positions are intepreted in an aliased grid.Gunnar Sletta2010-08-164-62/+31
|/ /
* | Added QPainter::clipBoundingRect() which is significantly fasterGunnar Sletta2010-08-092-0/+57
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-22/+22
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-2810-91/+323
|\ \ | |/
| * Remove an useless assert from comp_func_SourceOver_sse2()Benjamin Poulain2010-07-271-1/+0
| * Implement the composition mode "Plus" with SSE2Benjamin Poulain2010-07-273-5/+74
| * Clean the CompositionFunction tables of drawhelperBenjamin Poulain2010-07-277-77/+208
| * Use aligned load for the blending of RGB32 over RGB32Benjamin Poulain2010-07-211-2/+12
| * Remove the masking when computing qAlpha()Benjamin Poulain2010-07-201-1/+1
| * Corrected BLEND_SOURCE_OVER_ARGB32_WITH_CONST_ALPHA_SSE2Andreas Kling2010-07-181-4/+4
| * Used aligned load and store when possible for the blending of ARGB32Benjamin Poulain2010-07-171-5/+28