Use ReadPixels only for Kindle Fire 7, not for Kingle Fire HD

This commit is contained in:
ExMix 2013-06-11 11:23:13 +03:00 committed by Alex Zolotarev
parent 89810f2729
commit f88d93b207

View file

@ -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