Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -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 McGovern | 2011-03-10 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Fix the license in files for Lighthouse | Jørgen Lind | 2010-10-28 | 1 | -0/+41 |
| | |||||
* | Use the QBlittable::drawPixmap implementation for pixmaps when we can | Jørgen Lind | 2010-06-02 | 1 | -3/+3 |
| | | | | just enable a few more states | ||||
* | Small optimalisation in DirectfbBlitter | Jørgen Lind | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Cleaned up Blitter Paint engine and fixed a couple of bugs | Jørgen Lind | 2010-04-12 | 1 | -57/+54 |
| | |||||
* | Make sure the blitter api works with Raster GS(x11 and win) and QWS | Jørgen Lind | 2010-03-29 | 1 | -56/+5 |
| | |||||
* | Compile after QStaticText introduction | Paul Olav Tvete | 2010-03-01 | 1 | -0/+12 |
| | |||||
* | Minimaldfb: try to make pixelformat of window the same as the layer | Jørgen Lind | 2010-02-23 | 1 | -0/+4 |
| | |||||
* | Fix release build-error in qpaintengine_blitter.cpp | Jørgen Lind | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Second attemt on rasteroverlay in blitterpaintengine | Jørgen Lind | 2010-02-09 | 1 | -55/+42 |
| | |||||
* | Fix QPixmap::fill autotest and cachekey autotest | Jørgen Lind | 2010-01-27 | 1 | -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 path | Jørgen Lind | 2010-01-19 | 1 | -0/+6 |
| | | | | | but call the raster implementation instead (this is a workaround for the anti-pattern that the blitterpaintengine is) | ||||
* | Fixed QBlittablePixmapData::fill | Jørgen Lind | 2010-01-18 | 1 | -2/+1 |
| | | | | | and a clipping error in the paintengine. Should prob. refactor engine state and clip calls. | ||||
* | minimaldfb: Set the correct SetDstBlendFunction | Jørgen Lind | 2010-01-14 | 1 | -2/+2 |
| | |||||
* | Cleanup blitter and minimaldfb | Jørgen Lind | 2009-11-25 | 1 | -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 lighthouse | Jørgen Lind | 2009-11-25 | 1 | -23/+28 |
| | |||||
* | Added QBlittablePixmapData | Jørgen Lind | 2009-11-25 | 1 | -14/+17 |
| | | | | Is going to be used by everyone that reimplements QBlittable | ||||
* | Adding the blitter paint engine | Jørgen Lind | 2009-11-09 | 1 | -0/+638 |