Work around missing BGRA texture format on Samsung Galaxy Tab 3
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Mon, 13 Jan 2014 10:56:59 +0000 (11:56 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 17 Jan 2014 12:04:09 +0000 (13:04 +0100)
commited7115ffde52c57a308199c3d279ea3c96668117
treeaf8e8d9f8849c5c40d628a68b51969f562b10e01
parentda54d7f1a6f44a32c062094baf9ed1cb7156348d
Work around missing BGRA texture format on Samsung Galaxy Tab 3

The GL driver on the Galaxy Tab 3 reports support for the BGRA8888
texture format, but does not actually support it. For this particular
device we disable support for that format.

Task-number: QTBUG-34984
Change-Id: Ie26ef0e815c1622b3425c37237a3fc320543b92c
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
src/quick/scenegraph/util/qsgatlastexture.cpp
src/quick/scenegraph/util/qsgtexture.cpp