forked from organicmaps/organicmaps
fixed rendering issues on "Samsung Electronics - FIMG-3DSE" GPU.
This commit is contained in:
parent
6f317d9679
commit
094f4a1eae
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue