summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpaintengine_blitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-081-1/+5
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-121-3/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-121-10/+47
* qpa: add non-opaque fill supportJulien Brianceau2012-09-121-11/+55
* qpa: incorrect rendering when stretching and clippingJulien Brianceau2012-09-031-5/+17
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-271-90/+100
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-271-109/+108
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-271-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-271-45/+86
* blitter: Move the definition out of the class declarationHolger Hans Peter Freyther2012-01-271-59/+68
* blitter: Kill the isBlitterLocked variable of theHolger Hans Peter Freyther2012-01-271-11/+3
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-271-30/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-271-77/+64
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-12-131-5/+5
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Rohan McGovern2011-03-111-1/+1
* 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
* 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
* Make the blitterpaintengine not create a pathJørgen Lind2010-01-191-0/+6
* Fixed QBlittablePixmapData::fillJørgen Lind2010-01-181-2/+1
* minimaldfb: Set the correct SetDstBlendFunctionJørgen Lind2010-01-141-2/+2
* Cleanup blitter and minimaldfbJørgen Lind2009-11-251-4/+24
* Made the blitter api work in lighthouseJørgen Lind2009-11-251-23/+28
* Added QBlittablePixmapDataJørgen Lind2009-11-251-14/+17
* Adding the blitter paint engineJørgen Lind2009-11-091-0/+638