summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-0411-103/+327
|\
| * 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
| * | Fix the CGContext on Mac OS X. Sometimes we gotFabien Freling2010-07-221-12/+4
* | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-211-0/+1
|\ \ \
| * | | Less ugly hack to make QtOpenGL compile on LighthousePaul Olav Tvete2010-07-211-0/+1
* | | | Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-1922-25/+2040
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1417-363/+703
| |\ \ | | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-246-78/+38
| |\ \
| * | | Refactored classes and functions using liteJørgen Lind2010-06-241-1/+1
| * | | Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-243-40/+40
| * | | Adding -qpa configure switchJørgen Lind2010-06-241-7/+7
| * | | Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-245-5/+5
| * | | Say hello to Q_WS_QPA!Jørgen Lind2010-06-249-23/+23
| * | | Removing the default graphicsystem from lighthouseJørgen Lind2010-06-233-136/+2
| * | | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-1842-436/+1215
| |\ \ \
| * | | | Add support for native children in QtGui againJørgen Lind2010-06-111-5/+1
| * | | | Use the QBlittable::drawPixmap implementation for pixmaps when we canJørgen Lind2010-06-021-3/+3
| * | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-1013-849/+389
| |\ \ \ \
| * | | | | move cursor details into a private classJeremy Katz2010-05-052-4/+11
| * | | | | allow multiple cursorsJeremy Katz2010-05-052-7/+6
| * | | | | some cursor documentation fixes, reduce public access to class internalsJeremy Katz2010-05-032-11/+24
| * | | | | Enable some faster text drawing for lighthouse when using rasterJørgen Lind2010-04-221-2/+4
| * | | | | Avoid copying code.Paul Olav Tvete2010-04-221-1/+7
| * | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-2131-893/+1937
| |\ \ \ \ \
| * | | | | | Renamed createWindowSurfaceForWindowJørgen Lind2010-04-211-1/+1
| * | | | | | Implement createWindowSurface, so that reparenting worksPaul Olav Tvete2010-04-141-2/+1
| * | | | | | Small optimalisation in DirectfbBlitterJørgen Lind2010-04-121-1/+1
| * | | | | | Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-122-58/+54
| * | | | | | This seems to fix the resize issuesPaul Olav Tvete2010-04-091-5/+14
| * | | | | | Added QPlatformWindowJørgen Lind2010-04-075-51/+39
| * | | | | | Compile fixPaul Olav Tvete2010-03-311-0/+1
| * | | | | | Refactoring GraphicsSystem to QPlatformIntegrationJørgen Lind2010-03-318-85/+149
| * | | | | | Compile fix from merging blitter examples.Jørgen Lind2010-03-291-2/+0
| * | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-298-95/+179
| * | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-186-41/+28
| |\ \ \ \ \ \
| * | | | | | | Revert "Add blendfunctions for "all" depths on all platforms"Paul Olav Tvete2010-03-182-45/+47
| * | | | | | | Add blendfunctions for "all" depths on all platformsJørgen Lind2010-03-152-47/+45
| * | | | | | | Merge remote branch 'origin/4.7' into 4.7-lighthouseJørgen Lind2010-03-1119-90/+240
| |\ \ \ \ \ \ \
| * | | | | | | | QGraphcissystemCursor is now in a file with a _ in itJørgen Lind2010-03-083-3/+3
| * | | | | | | | Compile after QStaticText introductionPaul Olav Tvete2010-03-012-0/+13
| * | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-0139-589/+1554
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Minimaldfb: try to make pixelformat of window the same as the layerJørgen Lind2010-02-232-0/+7
| * | | | | | | | | added some documentationJeremy Katz2010-02-171-1/+75