summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_blitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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