Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-05-02 19:15:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:51 +0300
commit7ef9d80a7272d9cb93fc3d75634fed06243bd0e5 (patch)
treeb38191eacb55388f1e22f920480f3ed293dbe385 /qt_tstfrm
parent89ff0a1b92017f124486f8de603af762df505a1f (diff)
rendering only opaque pixels on SkinPage when using multisampling.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index f6cd81df52..2aee740694 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -60,7 +60,8 @@ void GLDrawWidget::initializeGL()
GetPlatform().ReadPathForFile("fonts_blacklist.txt").c_str(),
2000000,
yg::Rt8Bpp,
- !yg::gl::g_isBufferObjectsSupported));
+ !yg::gl::g_isBufferObjectsSupported,
+ !GetPlatform().IsMultiSampled()));
m_resourceManager->addFonts(GetPlatform().GetFontNames());