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/map
AgeCommit message (Expand)Author
2015-09-23allocating renderTargets in TilingRenderPolicyXXX onlyrachytski
2015-09-23supporting infoLayer offset.rachytski
2015-09-23Added RenderPolicyMT from the old rendering code. rachytski
2015-09-23Fixed compilation with msvc.Alexander Gusak
2015-09-23passing separate clipRect parameter into DrawModel function. closes #315rachytski
2015-09-23minimized GUI-thread waiting time for acquiring currentCoverage.rachytski
2015-09-23Fix ForEachFeature benchmarking and add additional scale params.vng
2015-09-23Pass functor in ForEachFeature by reference.vng
2015-09-23[benchmark_tool] Rewrote and fixed benchmark rects logicAlex Zolotarev
2015-09-23[benchmark_tool] Added -count command line flag (how many benchmarks to run)Alex Zolotarev
2015-09-23Renamed map_benchmark to benchmark_toolAlex Zolotarev
2015-09-23Fix bug in statistic. Choose best geometry for feature size calculating.vng
2015-09-23Make desired input and output for 'map_benchmark'.vng
2015-09-23Add new project 'map_benchmark'.vng
2015-09-23Fix bug when some feature were omitted from ForEachInRect. Remove Query class...Yury Melnichek
2015-09-23fixed issue with deadlocking while multithreaded tile rendering.rachytski
2015-09-23removed m_distance and m_coverage from Tiler::RectInforachytski
2015-09-23refactored TileRenderer and CoverageGenerator to use core::CommandsQueuerachytski
2015-09-23removed RenderQueueRoutine. renamed RenderQueue into TileRendererrachytski
2015-09-23bencmark code fix.rachytski
2015-09-23code cleanup.rachytski
2015-09-23Support old format 1.01 (April 2011).vng
2015-09-23Do not ask anything in unit-test - simple run.vng
2015-09-23Add separate ForEachInRectXXX functon for tile drawing.vng
2015-09-23Fix viewport rect covering for drawing.vng
2015-09-23implemented benchmarks for TilingRenderPolicyMTrachytski
2015-09-23[Temp] Use one drawing thread.vng
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23[search] Integrate trie into search.Yury Melnichek
2015-09-23Add additional types mapping (index <-> type) in classificator.vng
2015-09-23small fixes.rachytski
2015-09-23switched back to GUI-thread tile coverage and infoLayer merge calculations in...rachytski
2015-09-23Fixed benchmarking code. Read "Benchmarking" page on github wiki.rachytski
2015-09-23moved TileCache, Tile, Tiler into map project.rachytski
2015-09-23added CoverageGenerator.rachytski
2015-09-23Remove mutable cached query from FeaturesFetcher.Yury Melnichek
2015-09-23[clang] Compilation and warning fixesAlex Zolotarev
2015-09-23Multithreaded model drawing.vng
2015-09-23Fix msvc warning.vng
2015-09-23code styling fixes.rachytski
2015-09-23[android] Added location and compass supportAlex Zolotarev
2015-09-23[android] Fixed resources re-initialization bugAlex Zolotarev
2015-09-23[android] Enabled text filteringAlex Zolotarev
2015-09-23[ANDROID] fixed text drawing and opengl state applying.rachytski
2015-09-23[android] Second YG hack, blessed by SRAlex Zolotarev
2015-09-23fixed compilation errors.rachytski
2015-09-23Simple single-threaded render policy.rachytski
2015-09-23separated benchmarking code into Framework ancestor.rachytski
2015-09-23RenderPolicy implementationrachytski
2015-09-23added merging of separate tile-level infolayers into big one. introduced IsMu...rachytski