qt5base-lts/examples/opengl/hellowindow
Laszlo Agocs 1e18df9c73 Extend QOpenGLFunctions with GL1 functions
This introduces the ability to indirectly invoke all common GL1-GLES2
functions via QOpenGLFunctions. The GL1 functions are not yet resolved,
since this would not work anyway when linking to an OpenGL implementation
directly. However this may change later but that will be a completely
internal change without affecting any public APIs.

Also migrate some of the opengl examples to use QOpenGLFunctions for
everything. Once dynamic GL loading becomes available on some platforms,
these examples should continue to function without any changes since they
do not anymore invoke any OpenGL functions directly.

Task-number: QTBUG-36483
Change-Id: Ie630029651e5a4863a480aac5306edd67ee36813
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
..
hellowindow.cpp Extend QOpenGLFunctions with GL1 functions 2014-03-04 15:59:05 +01:00
hellowindow.h Improved robustness of threaded rendering in hellowindow example. 2013-04-25 02:35:19 +02:00
hellowindow.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
main.cpp hellowindow: Request multisampling only when told so 2013-09-10 16:11:15 +02:00