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
path: root/yg
AgeCommit message (Expand)Author
2015-09-23- Created [generator],[generator_tests] and moved indexer_tool to [generator_...Alex Zolotarev
2015-09-23limiting vid-mem resources. rachytski
2015-09-23lazy allocation of SkinPage::m_texture to improve resource usage.rachytski
2015-09-23lazy allocation of Storage's to improve resource usage.rachytski
2015-09-23fixed invalid styleID. possibly fixes disappearing coastlines.rachytski
2015-09-23more precise logging of invalid styleIDrachytski
2015-09-23white screen after Countries Dialograchytski
2015-09-23[WinGL] Added missing glCheckFramebufferStatusEXTAlex Zolotarev
2015-09-23[GCC] Warning fixesAlex Zolotarev
2015-09-23Typical YG warning fixAlex Zolotarev
2015-09-23Fixed EGL loggingAlex Zolotarev
2015-09-23eliminating "moire" effect, caused by texture format conversion. using the na...rachytski
2015-09-23default clear color is now (187, 187, 187, 255). color was chosen to be equal...rachytski
2015-09-23fixes parasite data rendering (p.e. ruler from the main thread) on the model ...rachytski
2015-09-23fixed trash-texture-upon-first-redraw and crash-at-resize bug.rachytski
2015-09-23drawRectangle, addTexturedStrip implementation.rachytski
2015-09-23saving surface content on resize. fixes redraw after landscape/portrait orien...rachytski
2015-09-23Fixed compilation warningsAlex Zolotarev
2015-09-23fixed lags on synchronization between GUI thread and rendering thread on peri...rachytski
2015-09-23maximizing stipple pen periodrachytski
2015-09-23minor fixes.rachytski
2015-09-23implementing visual log. see IPlatform::IsVisualLog and InformationDisplay fo...rachytski
2015-09-23fine tuning maximum pen period.rachytski
2015-09-23repeating pen pattern up to some reasonable width to lower the amount of gene...rachytski
2015-09-23switching on/off different parts of rendering pipeline. statistics collection...rachytski
2015-09-23reducing the amount of geometry sent to GPU.rachytski
2015-09-23Fix RT_TRAITS; Fix warnings.vng
2015-09-23code for geometry_batcher debugging.rachytski
2015-09-23some tuning of rendertargets formats to avoid color conversion artefacts.rachytski
2015-09-23using RGB565 instead of RGBA8888 for render targets and renderbuffers to save...rachytski
2015-09-23using RGB565 instead of RGBA8888 for render targets and renderbuffers to save...rachytski
2015-09-23potentially fixes "gray rects"rachytski
2015-09-23Remove 'm_isMasked' : it's not a good criterion for texts filtering.vng
2015-09-23[VS2008] Fixed build errorAlex Zolotarev
2015-09-23flushing text tree upon updateActualTarget.rachytski
2015-09-23enterBackground/enterForeground/memoryWarning infrastructure.rachytski
2015-09-23taking "font outline" into account while calculating text priority.rachytski
2015-09-23drawing POI's at top of everythingrachytski
2015-09-23commented out glyph_cache loggingrachytski
2015-09-23drawing circles with maximum depth.rachytski
2015-09-23timer-based periodical updates.rachytski
2015-09-23drawing texts without clipping them on frame borders.rachytski
2015-09-23Fix CircleRule generation.vng
2015-09-23tests for CircleRule rendering.rachytski
2015-09-23tests for CircleRule rendering.rachytski
2015-09-23CircleRule rendering. colors should be fixed at classificator.rachytski
2015-09-23agg::rgba4444_blender channel order fixes.rachytski
2015-09-23Fix compilation on msvc. Fix runtume errors on Windows.vng
2015-09-23code for CircleRule rendering.rachytski
2015-09-23packing all line styles for a single path on the same texture to avoid "black...rachytski