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-23fixed deadlock when some thread steal newly allocated resource from the threa...rachytski
2015-09-23Fix main thread freezing when allocating resources.vng
2015-09-23allocating opengl resources in AllocateOnDemandSingleThreadedPoolTraits direc...rachytski
2015-09-23added ResourcePool::ResName for the purpose of logging.rachytski
2015-09-23removed unnecessary logging, added additional logging information when alloca...rachytski
2015-09-23supporting on-demand resource allocation.rachytski
2015-09-23removed BaseState, simplified PacketsQueuerachytski
2015-09-23renamed mergeResources into updatePoolState for consistency.rachytski
2015-09-23added debugging to StoragePool and fixed primaryStorage consumer starvation d...rachytski
2015-09-23[android] fixed rendering freezing by completely separating texture and stora...rachytski
2015-09-23fixed memleak. closes #470rachytski
2015-09-23different lock/unlock behavior in different RenderPolicy's.rachytski
2015-09-23locking and unlocking GL buffers on the main thread to support GL buffers in ...rachytski
2015-09-23implemented PartialRenderPolicy for single threaded GUI-responsive rendering.rachytski
2015-09-23Modified debug logsAlex Zolotarev
2015-09-23Modified debug logsAlex Zolotarev
2015-09-23StylesCache creation on the CoverageGenerator thread. improvement of the GUI ...rachytski
2015-09-23fast InfoLayer rendering on GUI thread through StylesCache.rachytski
2015-09-23added ResourcePool and implemented OpenGL resources allocation through it.rachytski