Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add headers required for building PowerVR driver | Tom Cooksey | 2009-05-05 | 1 | -3/+4 | |
| * | Rename QDirectFBSurface to QDirectFBWindowSurface | Anders Bakken | 2009-05-04 | 5 | -34/+34 | |
| * | Lock for read only when possible | Anders Bakken | 2009-05-04 | 9 | -25/+40 | |
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-04 | 5 | -68/+171 | |
|\ \ | |/ | ||||||
| * | Implemented an option to tune flipping | Anders Bakken | 2009-05-04 | 4 | -3/+11 | |
| * | Beautified code | Anders Bakken | 2009-05-02 | 2 | -17/+17 | |
| * | Improve debug output (in debug mode only) | Anders Bakken | 2009-05-01 | 1 | -2/+83 | |
| * | Extended surface capabilities | Anders Bakken | 2009-05-01 | 2 | -6/+31 | |
| * | Cleaned up surface creation code | Anders Bakken | 2009-05-01 | 4 | -34/+28 | |
| * | Improved readability of the flip code | Anders Bakken | 2009-05-01 | 1 | -7/+2 | |
| * | Fixed possible crash in QDirectFBPaintEngine::clip | Anders Bakken | 2009-05-01 | 1 | -1/+1 | |
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 7 | -183/+224 | |
|\ \ | |/ | ||||||
| * | Remove superfluous call to base class | Anders Bakken | 2009-04-29 | 1 | -2/+2 | |
| * | Cleaned up mouse/cursor code | Anders Bakken | 2009-04-29 | 3 | -33/+28 | |
| * | Fixed cursors with QT_NO_DIRECTFB_PREALLOCATED | Anders Bakken | 2009-04-29 | 1 | -75/+75 | |
| * | Fold boolean options into flags | Anders Bakken | 2009-04-28 | 4 | -20/+21 | |
| * | Added an option for ignoring the system clip | Anders Bakken | 2009-04-28 | 3 | -10/+23 | |
| * | Make the disable/warn on fallbacks more flexible | Anders Bakken | 2009-04-28 | 2 | -52/+82 | |
| * | Cleaned up constness errors | Anders Bakken | 2009-04-28 | 1 | -14/+16 | |
* | | Merge branch '4.5' | Rhys Weatherley | 2009-04-28 | 2 | -22/+48 | |
|\ \ | |/ | ||||||
| * | Use PVR2DGetFrameBuffer to map screen 0 | Rhys Weatherley | 2009-04-28 | 2 | -22/+48 | |
* | | Merge branch '4.5' | Thiago Macieira | 2009-04-24 | 5 | -37/+112 | |
|\ \ | |/ | ||||||
| * | Change Qt version number to 4.5.2 | Thiago Macieira | 2009-04-24 | 1 | -1/+1 | |
| * | Fix a caching problem in QSvgIconEngine. | Trond Kjernåsen | 2009-04-24 | 1 | -6/+6 | |
| * | Remove the simpleBrush concept | Anders Bakken | 2009-04-24 | 2 | -1/+85 | |
| * | Remove the simpleBrush concept | Anders Bakken | 2009-04-23 | 2 | -29/+20 | |
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-23 | 5 | -76/+184 | |
|\ \ | |/ | ||||||
| * | Convert bitmaps to alpha pixmap format | Anders Bakken | 2009-04-22 | 1 | -2/+2 | |
| * | Compile | Anders Bakken | 2009-04-22 | 1 | -2/+2 | |
| * | Kill some warnings | Anders Bakken | 2009-04-22 | 2 | -3/+5 | |
| * | Unify IDirectFBSurface->Lock() calls | Anders Bakken | 2009-04-22 | 4 | -46/+58 | |
| * | Take out STATIC_ALLOC of primary surface creation | Anders Bakken | 2009-04-22 | 1 | -7/+7 | |
| * | Fix some keyboard issues | Anders Bakken | 2009-04-21 | 1 | -18/+112 | |
* | | Improve the icon parsing for files with a slightly wrong BMP header. | Jan-Arve Sæther | 2009-04-22 | 1 | -32/+28 | |
* | | Make sure we use a premultiplied alpha format for 32 bit EGL screens. | Trond Kjernåsen | 2009-04-20 | 1 | -1/+1 | |
* | | Clean up white space. | Jan-Arve Sæther | 2009-04-20 | 1 | -165/+160 | |
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-04-15 | 7 | -300/+333 | |
|\ \ | |/ | ||||||
| * | Beautify displayArgs parsing | Anders Bakken | 2009-04-09 | 1 | -12/+18 | |
| * | Take out the DSCAPS_TRIPLE when not blitting | Anders Bakken | 2009-04-09 | 1 | -7/+0 | |
| * | Better warnings when primary is not in videomem | Anders Bakken | 2009-04-09 | 1 | -3/+5 | |
| * | Clean up code a little and get rid extra memcpys | Anders Bakken | 2009-04-09 | 1 | -48/+3 | |
| * | Fix setOpacity | Anders Bakken | 2009-04-09 | 1 | -6/+8 | |
| * | Inline hasAlphaChannel and add pixelFormat getter | Anders Bakken | 2009-04-09 | 2 | -7/+2 | |
| * | Make sure to update the member opacity variable | Anders Bakken | 2009-04-09 | 1 | -1/+2 | |
| * | Be smarter about alpha formats | Anders Bakken | 2009-04-09 | 3 | -32/+133 | |
| * | Make flipping and paintOnScreen work better | Anders Bakken | 2009-04-09 | 1 | -12/+14 | |
| * | Diagnostic info when failing to create surface | Anders Bakken | 2009-04-08 | 1 | -0/+10 | |
| * | Fix up drawing/blitting/porterduff situation | Anders Bakken | 2009-04-08 | 1 | -135/+77 | |
| * | Don't convert unsupported images for dfb | Anders Bakken | 2009-04-08 | 1 | -9/+4 | |
| * | Work around RGB32 issue in solidFill | Anders Bakken | 2009-04-07 | 1 | -15/+22 | |