summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbscreen.h
Commit message (Collapse)AuthorAgeFilesLines
* Major surface related fixAnders Bakken2009-03-271-3/+25
| | | | | | | | | | | | | Make sure all QDirectFBPaintDevice surfaces always are created with a format that is either QScreen::pixelFormat() or QDirectFBScreen::alphaPixmapFormat(). Also, clean up surface creation by providing more high level functions. Fix a bug where we would assume that ARGB means Format_ARGB32_Premultiplied and not Format_ARGB32. Reviewed-by: Tom Cooksey
* Get rid of the setImageColorTable stuff.Anders Bakken2009-03-251-1/+0
| | | | | | | It's never necessary. Any surface we ever intend to lock and write to should never have a color table. Reviewed-by: Tom Cooksey
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+136