summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-264-45/+73
|\
| * Initialize mem to 0Anders Bakken2010-02-241-1/+1
| * Force DSFLIP_BLIT unless it's a full flip in DFBAnders Bakken2010-02-241-1/+12
| * Support for disabling partial flips in dfbAnders Bakken2010-02-242-2/+5
| * Allow forcing premultiplied format in DFBAnders Bakken2010-02-241-1/+5
| * Better support tlw transparency in DirectFBAnders Bakken2010-02-242-40/+50
| * Fix an isOpaque bug in QDirectFBWindowSurfaceAnders Bakken2010-02-241-2/+2
* | Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-151-0/+11
|\ \ | |/
| * Export a function to get dfb-surface from a pixmapAnders Bakken2010-02-101-0/+11
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat...Eskil Abrahamsen Blomfeldt2010-02-041-1/+1
|\ \ | |/
| * Make DSFLIP_ONSYNC part of the default flip flags.Anders Bakken2010-02-021-1/+1
* | Lock before calling drawStaticTextItemAnders Bakken2010-02-022-1/+11
|/
* Implement QDirectFBPixmapData::scrollAnders Bakken2010-01-222-3/+29
* Fix semitransparent windows with DirectFBAnders Bakken2010-01-211-3/+0
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-0734-34/+34
|\
| * Update copyright year to 2010Jason McDonald2010-01-0634-34/+34
* | Make stretchblit an opt-out option in DirectFBAnders Bakken2010-01-042-11/+28
* | Set serial number in QDFBPixmapData::transformedAnders Bakken2010-01-041-0/+1
|/
* Read QWS_SIZE from layer rather than screenAnders Bakken2009-12-231-1/+8
* Get rid of no_cast_from_ascii warningAnders Bakken2009-12-231-1/+1
* Clean up debug message with DirectFBAnders Bakken2009-12-091-29/+29
* Enable customizing of DirectFB layer to useAnders Bakken2009-12-091-2/+5
* Set stacking class for stays-on-top windows in DFBAnders Bakken2009-12-091-1/+3
* Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-191-2/+2
|\
| * Ran the script utils/normalizeOlivier Goffart2009-11-181-2/+2
* | Remove DWCAPS_DOUBLEBUFFER in window creationAnders Bakken2009-11-181-1/+1
|/
* API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-093-5/+5
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-062-4/+4
* API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-061-1/+1
* Support composition mode source for drawing in dfbAnders Bakken2009-11-061-19/+52
* Reset composition mode after drawing in dfbAnders Bakken2009-11-061-3/+8
* Fix bad merge from 4.5 in powervr codeRhys Weatherley2009-11-061-61/+0
* Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-0/+61
|\
| * Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-11-011-1/+1
| * The shipped pvr2d.h/wsegl.h for PowerVR do not work with MBXRhys Weatherley2009-11-011-3/+4
| * Remove unnecessary PowerVR helper functionsRhys Weatherley2009-11-012-75/+0
| * Make screen rotation work properly with the PowerVR screen driverRhys Weatherley2009-11-019-9/+162
| * Remove the surface holder from the PowerVR screen driverRhys Weatherley2009-10-154-148/+11
| * Back port fixes from PowerVR driver in 4.6 to 4.5Rhys Weatherley2009-10-093-9/+16
| * Fix support for 32-bit PowerVR screens with QGraphicsViewRhys Weatherley2009-10-021-5/+8
* | Fix LIBRARY and ICONJørgen Lind2009-10-293-1/+7
* | Fixed MENU and QWS_PROXYSCREENJørgen Lind2009-10-292-2/+8
* | Store DirectFB winID as a dynamic propertyAnders Bakken2009-10-221-0/+13
* | Remove declaration of QDirectFBScreen::scrollAnders Bakken2009-10-221-1/+0
* | Increase PowerVR memory alignment from 8 to 32 for SGX systems.Rhys Weatherley2009-10-201-1/+1
* | The shipped pvr2d.h/wsegl.h for PowerVR do not work with MBXRhys Weatherley2009-10-201-3/+4
* | Remove unnecessary PowerVR helper functionsRhys Weatherley2009-10-202-75/+0
* | Make screen rotation work properly with the PowerVR screen driverRhys Weatherley2009-10-169-9/+162
* | Allow setting DFBDisplayLayer background colorAnders Bakken2009-10-151-7/+59
* | Don't trust layer when using window_as_cursorAnders Bakken2009-10-151-1/+1