summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglpaintdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved 'hasAlpha' property from GL2 engine to GL paint device.Kim Motoyoshi Kalland2010-02-121-0/+5
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Rebind window surface fbo after native GL renderingRhys Weatherley2009-12-041-0/+10
* Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-191-2/+12
* Compile fix for OpenGL/ES 1.1 CommonLite systemsRhys Weatherley2009-09-091-0/+4
* Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-1/+1
* Document why an FBO of 0 needs to be bound in QGLPaintBuffer sometimesRhys Weatherley2009-09-091-0/+6
* Fix OpenGL ES 1.x after QGLPaintDevice refactorTom Cooksey2009-09-091-0/+7
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-081-48/+18
* Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-081-8/+21
* Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-081-4/+5
* Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-081-24/+40
* Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-081-46/+36
* Make QGLPixelBuffer work again using new QGLPaintDevice APITom Cooksey2009-09-081-1/+6
* Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-0/+192