qmlscene: Add options to control the GL renderer.
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Fri, 29 May 2015 14:38:34 +0000 (16:38 +0200)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Thu, 4 Jun 2015 07:03:42 +0000 (07:03 +0000)
commit7c22994176d37b3f5c9505635b63ae502aafdfec
tree27d1cfc19ca7c39b58fc1d2c655ba1ecf3d64c10
parent1fd0cdc6a2e01775d8a79c6614910cc5a2fbf2b3
qmlscene: Add options to control the GL renderer.

Replace boolean option controlling context sharing by a vector of
QCoreApplication attributes (bearing in mind that for example
High DPI changes might add more attributes) and add the GL switching
attributes.

Task-number: QTBUG-46030
Change-Id: I934dd8910b7b50ec96ae9e00823649c9df6a00ef
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
tools/qmlscene/main.cpp