qt5base-lts/examples/opengl/legacy
Alessandro Portale 82e266a83b New Qt logo
This patch replaces the old Qt logo with the new, flatter one.

The PNGs were optimized via: optipng  -o7 -strip "all"

Task-number: QTBUG-41685
Change-Id: I51983a45144373bf7aee31a32990ecbb2582f488
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-11-05 08:10:42 +01:00
..
framebufferobject2 New Qt logo 2014-11-05 08:10:42 +01:00
grabber Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
hellogl Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
overpainting Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
pbuffers New Qt logo 2014-11-05 08:10:42 +01:00
pbuffers2 Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
samplebuffers Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
shared Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
legacy.pro Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
README Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00

This directory contains legacy examples that use the fixed pipeline
and thus are not compatible with OpenGL ES 2.0+ and the core profile of
OpenGL 3.0+. They also rely on the Qt OpenGL module (e.g. QGLWidget) which
is not advisable in new application.