summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers
Commit message (Expand)AuthorAgeFilesLines
* Do qFatal() on unsupported screen format instead of crashing laterPaul Olav Tvete2010-03-101-0/+3
* Compile without QT3_SUPPORTAnders Bakken2010-03-091-2/+2
* Improve scrolling in DirectFBAnders Bakken2010-03-092-17/+13
* Don't use DirectFB for non-existing pixmapsAnders Bakken2010-03-081-0/+2
* Compile with DirectFB version >= 1.2.0 && < 1.2.9Anders Bakken2010-03-051-1/+1
* QDirectFBPaintEngine optimizationAnders Bakken2010-03-051-3/+4
* Add some warnings when using DISABLE/WARN in DFBAnders Bakken2010-03-051-4/+19
* Support keypad input with vnc driverPaul Olav Tvete2010-03-031-0/+34
* Simplify DirectFB performance debuggingAnders Bakken2010-03-021-16/+87
* Fix licenseCheck autotestOlivier Goffart2010-03-021-1/+1
* Make composition modes work better for DirectFBAnders Bakken2010-03-011-60/+39
* Don't disable alpha when filling with opaque colorAnders Bakken2010-03-011-1/+1
* Add support for composition mode DSPD_DST in DFBAnders Bakken2010-03-011-0/+5
* 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
* Export a function to get dfb-surface from a pixmapAnders Bakken2010-02-101-0/+11
* Make DSFLIP_ONSYNC part of the default flip flags.Anders Bakken2010-02-021-1/+1
* 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