forked from organicmaps/organicmaps
filtering all Adreno GPU's
This commit is contained in:
parent
3016da7124
commit
75a77e20a4
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ namespace
|
|||
/// general case
|
||||
m_texRtFormat = yg::Data4Bpp;
|
||||
|
||||
if (isGPU("Qualcomm", "Adreno", true))
|
||||
if (isGPU("Qualcomm", "Adreno", false))
|
||||
m_texRtFormat = yg::Data8Bpp;
|
||||
|
||||
if (isGPU("Broadcom", "VideoCore IV HW", false))
|
||||
|
|
Loading…
Add table
Reference in a new issue