..
benchmark_tool
Fix bug with empty timings in benchmark_tool.
2015-09-22 15:26:23 -07:00
map_tests
renamed AARect into AnyRect. renamed corresponding files.
2015-09-22 15:25:24 -07:00
benchmark_framework.cpp
removed GlobalRect in InformationDisplay.
2015-09-22 15:25:25 -07:00
benchmark_framework.hpp
fixing DoPaint function signature for BenchmarkFramework.
2015-09-22 15:24:50 -07:00
benchmark_provider.cpp
refactored benchmarks support.
2015-09-22 15:16:31 -07:00
benchmark_provider.hpp
refactored benchmarks support.
2015-09-22 15:16:31 -07:00
benchmark_render_policy_mt.cpp
StylesCache creation on the CoverageGenerator thread. improvement of the GUI thread text rendering speed.
2015-09-22 15:24:26 -07:00
benchmark_render_policy_mt.hpp
implemented BenchmarkRenderPolicyMT
2015-09-22 15:23:36 -07:00
benchmark_tiling_render_policy_mt.cpp
Added RenderPolicyMT from the old rendering code.
2015-09-22 15:22:43 -07:00
benchmark_tiling_render_policy_mt.hpp
Added RenderPolicyMT from the old rendering code.
2015-09-22 15:22:43 -07:00
coverage_generator.cpp
improving responsiveness of tile rendering while zooming.
2015-09-22 15:24:46 -07:00
coverage_generator.hpp
StylesCache creation on the CoverageGenerator thread. improvement of the GUI thread text rendering speed.
2015-09-22 15:24:26 -07:00
draw_info.hpp
Draw road's number.
2015-09-22 15:19:00 -07:00
draw_processor.cpp
Draw WorldCoasts in all scales and filter coastline features drawing.
2015-09-22 15:25:54 -07:00
draw_processor.hpp
Draw WorldCoasts in all scales and filter coastline features drawing.
2015-09-22 15:25:54 -07:00
drawer_yg.cpp
Drawing rules making routine.
2015-09-22 15:25:11 -07:00
drawer_yg.hpp
renamed pageID into pipelineID
2015-09-22 15:23:47 -07:00
events.hpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
feature_vec_model.cpp
Index refactoring. Breaks unit tests!!
2015-09-22 15:24:12 -07:00
feature_vec_model.hpp
Index refactoring. Breaks unit tests!!
2015-09-22 15:24:12 -07:00
framework.cpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
framework.hpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
framework_factory.cpp
[ios][qt] Platform refactoring
2015-09-22 15:24:55 -07:00
framework_factory.hpp
separated benchmarking code into Framework ancestor.
2015-09-22 15:20:43 -07:00
information_display.cpp
Correct initialization of imperial/metric measurement system.
2015-09-22 15:26:25 -07:00
information_display.hpp
Correct initialization of imperial/metric measurement system.
2015-09-22 15:26:25 -07:00
location_state.cpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
location_state.hpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
map.pro
Move languages.* from 'map' to 'platform'.
2015-09-22 15:24:39 -07:00
measurement_utils.cpp
Separated formatting for measurement
2015-09-22 15:23:55 -07:00
measurement_utils.hpp
added support of Feet/Miles and Yard/Miles to Ruler.
2015-09-22 15:25:26 -07:00
navigator.cpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
navigator.hpp
Removed unnecessary device orientation support in framework.
2015-09-22 15:26:35 -07:00
qgl_render_context.cpp
calling glPixelStorei(GL_UNPACK_ALIGNMENT, 1) for each OpenGL thread. closes #341
2015-09-22 15:24:36 -07:00
qgl_render_context.hpp
One Month In Minsk. Made in Belarus.
2015-09-22 12:33:57 -07:00
render_policy.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
render_policy.hpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
render_policy_mt.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
render_policy_mt.hpp
StylesCache creation on the CoverageGenerator thread. improvement of the GUI thread text rendering speed.
2015-09-22 15:24:26 -07:00
render_policy_st.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
render_policy_st.hpp
Added RenderPolicyMT from the old rendering code.
2015-09-22 15:22:43 -07:00
render_queue.cpp
implemented BenchmarkRenderPolicyMT
2015-09-22 15:23:36 -07:00
render_queue.hpp
implemented BenchmarkRenderPolicyMT
2015-09-22 15:23:36 -07:00
render_queue_routine.cpp
refactored ScreenBase to support GUI rotation.
2015-09-22 15:25:21 -07:00
render_queue_routine.hpp
implemented BenchmarkRenderPolicyMT
2015-09-22 15:23:36 -07:00
ruler.cpp
Correct initialization of imperial/metric measurement system.
2015-09-22 15:26:25 -07:00
ruler.hpp
Correct initialization of imperial/metric measurement system.
2015-09-22 15:26:25 -07:00
screen_coverage.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
screen_coverage.hpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
tile.cpp
moved TileCache, Tile, Tiler into map project.
2015-09-22 15:21:34 -07:00
tile.hpp
moved TileCache, Tile, Tiler into map project.
2015-09-22 15:21:34 -07:00
tile_cache.cpp
fixed issue with deadlocking while multithreaded tile rendering.
2015-09-22 15:22:31 -07:00
tile_cache.hpp
added ResourcePool and implemented OpenGL resources allocation through it.
2015-09-22 15:23:09 -07:00
tile_renderer.cpp
renamed AARect into AnyRect. renamed corresponding files.
2015-09-22 15:25:24 -07:00
tile_renderer.hpp
removed fakeTarget from TileRenderer.
2015-09-22 15:25:20 -07:00
tiler.cpp
renamed AARect into AnyRect. renamed corresponding files.
2015-09-22 15:25:24 -07:00
tiler.hpp
method-extraction refactoring in Tiler.
2015-09-22 15:25:23 -07:00
tiling_render_policy_mt.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
tiling_render_policy_mt.hpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
tiling_render_policy_st.cpp
turned on Screen rotation in TilingRenderPolicyMT.
2015-09-22 15:25:40 -07:00
tiling_render_policy_st.hpp
Added RenderPolicyMT from the old rendering code.
2015-09-22 15:22:43 -07:00
window_handle.hpp
introduced VideoTimer, refactored rendering loop to use Timers, as on iOS.
2015-09-22 15:24:16 -07:00