summaryrefslogtreecommitdiffstats
path: root/src/opengl/qwindowsurface_x11gl_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* QX11GL: Implement QX11GLWindowSurface::grabWidgetTom Cooksey2010-04-221-0/+1
| | | | | | Now all the window surface autotests pass. Reviewed-By: TrustMe
* Implement scrolling in QX11GLWindowSurfaceTom Cooksey2010-03-171-1/+2
| | | | | | | Seems to have some artifacts when scrolling by 1 pixel, but apart from that works pretty well. Reviewed-By: TrustMe
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-201-0/+81
The new surface uses XCopyArea to post updates to the window and thus, supports partial updates.