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
AgeCommit message (Expand)Author
2015-09-23Removed some logs from release buildsAlex Zolotarev
2015-09-23Simplify logic in getting country index (call Framework::GetCountryIndex in m...vng
2015-09-23fix problem with solid black text rendering on XXHDPIExMix
2015-09-23simple refactoring to reduce codeExMix
2015-09-23fix. Correct release of resources on GL shoutdownExMix
2015-09-23Remove ScreenCoverage as class. Now we hold one set of information about curr...ExMix
2015-09-23Coverage generator simplificationExMix
2015-09-23Read .skn file and static texture once in main thread.vng
2015-09-23[graphics] removed bogus fastSolidPath (fixes ruler)Darafei Praliaskouski
2015-09-23mul stroke radius on visual scale. Fix for HD devices.ExMix
2015-09-23Fix. Download country button rendered without backgroundExMix
2015-09-23made TinyStorage smaller in TilingRenderPolicyXXX to reduce video memory foot...rachytski
2015-09-23added graphics::EDensity and resources naming system similar to Android.rachytski
2015-09-23using ETinyStorage as a storage type for CacheScreen for better graphic memor...rachytski
2015-09-23fixed crash with long strings packing.rachytski
2015-09-23added settings for specifying which resource pool to use and specified that C...rachytski
2015-09-23refactored GeometryBatcher to derive it from PipelinesManager.rachytski
2015-09-23Handle storage::TIndex to get downloaded country instead of country name.vng
2015-09-23some minor fixes and tweaks.rachytski
2015-09-23refactored allocation of OpenGL resources in ResourceManager.rachytski
2015-09-23refactored render states to use only programmable pipeline.rachytski
2015-09-23every graphics::Screen should contain RenderContext. rachytski
2015-09-23introduced ResourceManager::ThreadSlot system, and refactored code according ...rachytski
2015-09-23separated OpenGL-dependent classes into separate namespace for better modular...rachytski
2015-09-23renamed yg into graphics.rachytski
2015-09-23creating separate yg::gl::Screen GUI elements caching.rachytski
2015-09-23switched off FastSolidPath way of rendering paths.rachytski
2015-09-23reserving OpenGL resources on-demand in TilingRenderPolicyMT.rachytski
2015-09-23setting for rendering precise solid path instead of fast and non-accurate.rachytski
2015-09-23Code style fixes.vng
2015-09-23moved location handling from Framework into location::State and added "follow...rachytski
2015-09-23loadSkin always called on the same thread.rachytski
2015-09-23completely removed emptyModelFn and related methods.rachytski
2015-09-23added methods for querying country name if the model is empty.rachytski
2015-09-23refactored RenderPolicies to accept visualScale, skinName and screenSize amon...rachytski
2015-09-23tweaked some ResourcePool allocation parameters.rachytski
2015-09-23removed m_dynamicPagesCount and m_textPagesCount from Skin as unnecessary. rachytski
2015-09-23moved ScreenCoverage rendering completely onto displayList without ResourceSt...rachytski
2015-09-23added "smallStorage" pools to TilingRenderPolicyXXX for caching ScreenCoverag...rachytski
2015-09-23fixed access violation while destruction of CoverageGenerator. removed some d...rachytski
2015-09-23checking for "true" model emptiness in TilingRenderPolicyXXX when all tiles a...rachytski
2015-09-23filtering "Vivante Corporation" chipsets to use vertex arrays instead of vert...rachytski
2015-09-23removed MaxTilesCount from TileRenderer and TilingRenderPolicyXXXrachytski
2015-09-23refined OpenGL resource allocation strategies.rachytski
2015-09-23refactored RenderPolicies to eliminate a lot of duplicate code.rachytski
2015-09-23removed TileSize and ScaleEtalonSize from construction parameters.rachytski
2015-09-23[android] fixed texRtFormat selection on Samsung Galaxy Youngrachytski
2015-09-23compilation fixes.rachytski
2015-09-23added ResourceManager::Params::m_texRtParamsrachytski
2015-09-23removed TileRenderer::CancelThread. canceling all resource pools in destructo...rachytski