summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_blitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-12-131-5/+5
| | | | | | | | | | | | The raster engine and the capabilities were leaked, use the QScopedPointer to prevent that from happening. Cherry-picked-from: qtbase:d5f12b898b8480c891382c54672422c50218751a. Change-Id: I31ba0117280b48ad942fbb638fb151ccb7b34385 Merge-request: 1492 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fix the license in files for LighthouseJørgen Lind2010-10-281-0/+41
|
* Use the QBlittable::drawPixmap implementation for pixmaps when we canJørgen Lind2010-06-021-3/+3
| | | | just enable a few more states
* Small optimalisation in DirectfbBlitterJørgen Lind2010-04-121-1/+1
|
* Cleaned up Blitter Paint engine and fixed a couple of bugsJørgen Lind2010-04-121-57/+54
|
* Make sure the blitter api works with Raster GS(x11 and win) and QWSJørgen Lind2010-03-291-56/+5
|
* Compile after QStaticText introductionPaul Olav Tvete2010-03-011-0/+12
|
* Minimaldfb: try to make pixelformat of window the same as the layerJørgen Lind2010-02-231-0/+4
|
* Fix release build-error in qpaintengine_blitter.cppJørgen Lind2010-02-091-1/+1
|
* Second attemt on rasteroverlay in blitterpaintengineJørgen Lind2010-02-091-55/+42
|
* Fix QPixmap::fill autotest and cachekey autotestJørgen Lind2010-01-271-0/+2
| | | | | | | Also make sure it didn't failed with a QFATAL when drawing bitmaps and tried to make sure all surfaces er unlocked when opperations are being performed on them from the windowsurface. There are still test failuers :(
* Make the blitterpaintengine not create a pathJørgen Lind2010-01-191-0/+6
| | | | | but call the raster implementation instead (this is a workaround for the anti-pattern that the blitterpaintengine is)
* Fixed QBlittablePixmapData::fillJørgen Lind2010-01-181-2/+1
| | | | | and a clipping error in the paintengine. Should prob. refactor engine state and clip calls.
* minimaldfb: Set the correct SetDstBlendFunctionJørgen Lind2010-01-141-2/+2
|
* Cleanup blitter and minimaldfbJørgen Lind2009-11-251-4/+24
| | | | | | A QBlittable is now aware if it is locked or not. Created a seperate header file for DirectFB convenience functions
* Made the blitter api work in lighthouseJørgen Lind2009-11-251-23/+28
|
* Added QBlittablePixmapDataJørgen Lind2009-11-251-14/+17
| | | | Is going to be used by everyone that reimplements QBlittable
* Adding the blitter paint engineJørgen Lind2009-11-091-0/+638