qt5base-lts/tests/auto/opengl
Laszlo Agocs bd5cea5ba8 Resurrect QGLWidget::renderPixmap()
This function has been completely broken since Qt 5.0. Unfortunately
the autotest's verification steps were somewhat faulty so returning
a null pixmap from renderPixmap() did not trigger a failure.

The implementation is now done with framebuffer objects and pixel
readback. This is not ideal performance-wise, but is the only option.
In Qt 4 pixmaps were often backed by platform dependent native pixmaps
that could be used as rendering targets for OpenGL content. This is not
an option anymore since pixmaps are raster backed on all the major platforms.

Task-number: QTBUG-33186
Change-Id: I8f558e33bf7967ac3be439fd5a3eac07b6444be5
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2014-01-06 12:57:20 +01:00
..
qgl Resurrect QGLWidget::renderPixmap() 2014-01-06 12:57:20 +01:00
qglbuffer Remove duplicated code for handling OpenGL extensions in QtOpenGL 2013-02-17 20:31:30 +01:00
qglfunctions Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qglthreads remove compiler warning 2013-10-30 13:09:47 +01:00
opengl.pro Moved tests into gui/kernel/ and gui/qopengl/ 2011-11-04 20:48:19 +01:00