summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make QT_DIRECTFB_SUBSURFACE an opt-in optionAnders Bakken2009-10-151-2/+2
* | Fix a problem with QDirectFBScreen::instanceAnders Bakken2009-10-152-6/+12
* | Don't create too many window surfaces in DFBAnders Bakken2009-10-131-1/+5
* | Make sure we don't repaint when moving a windowAnders Bakken2009-10-131-0/+2
* | Remove the surface holder from the PowerVR screen driverRhys Weatherley2009-10-134-148/+11
* | Update the OpenGL for Qt/Embedded documentationRhys Weatherley2009-10-131-0/+6
* | Remove the hybrid screen driver.Rhys Weatherley2009-10-127-961/+0
* | Stub out flush() in the PowerVR GL window surface classRhys Weatherley2009-10-082-8/+15
* | Fix support for 32-bit PowerVR screens with QGraphicsViewRhys Weatherley2009-10-021-5/+8
* | Fix a window opacity bug with DirectFBAnders Bakken2009-10-012-52/+60
* | Make sure gccaps is properly initialized for dfbpeAnders Bakken2009-10-011-0/+2
* | Clean up releaseSurface in QDirectFBPaintDeviceAnders Bakken2009-10-012-7/+5
* | QString(" => QString::fromLatin1("Anders Bakken2009-09-291-1/+1
* | Fix a alpha issue with RGB32 and DirectFBAnders Bakken2009-09-291-1/+4
* | Fix QT_VNC_NO_DISABLEPAINTING logicPaul Olav Tvete2009-09-251-1/+1
* | Don't disable painting with multiple screens and VNCJeremy Katz2009-09-232-8/+14
* | A pen/brush can be invalid and have a valid colorAnders Bakken2009-09-181-8/+12
* | Implement QDirectFBPaintEngine::drawRoundedRectAnders Bakken2009-09-182-1/+10
* | Fix a bug in QDirectFBWindowSurface::scrollAnders Bakken2009-09-171-0/+2