forked from organicmaps/organicmaps
fix for Philips W626 (Ekaterina Chesnokova <katyachesn@gmail.com>)
This commit is contained in:
parent
2af7b59289
commit
b6037c1f03
1 changed files with 2 additions and 0 deletions
|
@ -277,6 +277,8 @@ namespace
|
|||
m_useReadPixelsToSynchronize = true;
|
||||
if (isGPU("Imagination Technologies", "PowerVR SGX 530", false))
|
||||
m_useReadPixelsToSynchronize = true;
|
||||
if (isGPU("Imagination Technologies", "PowerVR SGX 531", false))
|
||||
m_useReadPixelsToSynchronize = true;
|
||||
#endif
|
||||
|
||||
LOG(LINFO, ("selected", graphics::formatName(m_texRtFormat), "format for tile textures"));
|
||||
|
|
Loading…
Add table
Reference in a new issue