forked from organicmaps/organicmaps
Use ReadPixels only for Kindle Fire 7, not for Kingle Fire HD
This commit is contained in:
parent
89810f2729
commit
f88d93b207
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ namespace
|
|||
#ifdef OMIM_OS_ANDROID
|
||||
// on PowerVR chips on Android glFinish doesn't work, so we should use
|
||||
// glReadPixels instead of glFinish to synchronize.
|
||||
if (isGPU("Imagination Technologies", "PowerVR", false))
|
||||
if (isGPU("Imagination Technologies", "PowerVR SGX 540", false))
|
||||
m_useReadPixelsToSynchronize = true;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue