fix for Philips W626 (Ekaterina Chesnokova <katyachesn@gmail.com>)

This commit is contained in:
ExMix 2013-08-11 08:55:37 +03:00 committed by Alex Zolotarev
parent 2af7b59289
commit b6037c1f03

View file

@ -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"));