summaryrefslogtreecommitdiffstats
path: root/src/opengl/qglpixelbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reverted use of GL 2 engine as default on desktop.Samuel Rødal2009-05-131-1/+1
| | | | | | | | | | | | Using GL 2 as default engine breaks the use cases where OpenGL commands are inter-mixed with QPainter commands, such as when using raw OpenGL in graphicsview. For now we'll use the old OpenGL engine for QGLWidget, QGLPixelBuffer, and QGLFramebufferObject on desktop, and the OpenGL 2 paint engine when the OpenGL graphics system is used. Reviewed-by: Trond
* Enabled compilation of both GL and GL2 paint engine.Samuel Rødal2009-05-131-8/+11
| | | | | | | Compile both GL and GL2 paint engine on desktop, and choose between them at run-time based on GL version flags. Reviewed-by: Tom
* Merge branch 'gl2text' of ..\qt-mainKim Motoyoshi Kalland2009-04-011-3/+7
|
* Long live Qt!Lars Knoll2009-03-231-0/+582