fixed rendering issues on "Samsung Electronics - FIMG-3DSE" GPU.

This commit is contained in:
rachytski 2012-08-10 18:50:02 +03:00 committed by Alex Zolotarev
parent 6f317d9679
commit 094f4a1eae

View file

@ -409,6 +409,12 @@ namespace
if (isGPU("Qualcomm", "Adreno", false))
m_texRtFormat = yg::Data8Bpp;
if (isGPU("Samsung Electronics", "FIMG-3DSE", false))
{
m_texRtFormat = yg::Data8Bpp;
yg::gl::g_isMapBufferSupported = false;
}
if (isGPU("Broadcom", "VideoCore IV HW", false))
m_texRtFormat = yg::Data8Bpp;