qt5base-lts/examples/opengl/contextinfo
Laszlo Agocs 4b2f35d04c Dynamic GL: remove exporting symbols
Remove the opengl proxy for now. Later it will either be moved into
a separate library or replaced by a QOpenGLFunctions-based approach.

This means that the -opengl dynamic configuration is not usable
for the time being. The rest of the enablers remain in place.

The convenience function QOpenGLFunctions::isES() is now moved to
QOpenGLContext and is changed to check the renderable type. This is
extremely useful since besides supporting dynamic GL it solves also
the problem of GL_ARB_ES2_compatibility (i.e. it triggers the real ES
path when creating an ES-compatible context with a desktop OpenGL
implementation).

Task-number: QTBUG-36483
Task-number: QTBUG-37172
Change-Id: I045be3fc16e9043e1528cf48e6bf0903da4fa7ca
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2014-03-04 15:59:05 +01:00
..
contextinfo.pro Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
main.cpp Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
renderwindow.cpp Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
renderwindow.h Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
widget.cpp Dynamic GL: remove exporting symbols 2014-03-04 15:59:05 +01:00
widget.h Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00