forked from organicmaps/organicmaps
Revert "Merge pull request #1991 from ExMix/return-texRtFormat-hacks"
This reverts commit f43844c7499662a95f5a1057717f79ad2162ea38, reversing changes made to 332fa81a10b7b52a2fbe559ffc45adaebbdb211e.
This commit is contained in:
parent
d38c009b01
commit
31f87a7619
1 changed files with 4 additions and 4 deletions
|
@ -236,17 +236,17 @@ namespace
|
|||
/// general case
|
||||
m_texRtFormat = graphics::Data4Bpp;
|
||||
|
||||
if (isGPU("Qualcomm", "Adreno", false))
|
||||
/*if (isGPU("Qualcomm", "Adreno", false))
|
||||
m_texRtFormat = graphics::Data8Bpp;
|
||||
|
||||
if (isGPU("Samsung Electronics", "FIMG-3DSE", false))
|
||||
m_texRtFormat = graphics::Data8Bpp;
|
||||
m_texRtFormat = graphics::Data8Bpp;*/
|
||||
|
||||
if (isGPU("Broadcom", "VideoCore IV HW", false))
|
||||
m_texRtFormat = graphics::Data8Bpp;
|
||||
|
||||
if (isGPU("Imagination Technologies", "PowerVR MBX", false))
|
||||
m_texRtFormat = graphics::Data8Bpp;
|
||||
/*if (isGPU("Imagination Technologies", "PowerVR MBX", false))
|
||||
m_texRtFormat = graphics::Data8Bpp;*/
|
||||
|
||||
m_rgba4RenderBuffer = false;
|
||||
#ifdef OMIM_OS_ANDROID
|
||||
|
|
Loading…
Add table
Reference in a new issue