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-23offset for SymbolPenDarafei Praliaskouski
2015-09-23fixed path offset processing in drawSymbolPath.rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23fixed crash with overwriting Resource in m_resources map with the same ID(hap...rachytski
2015-09-23fixed mapInfo for array of Resource::Info's rachytski
2015-09-23removed "dead code"rachytski
2015-09-23implemented PathRenderer::drawSymbolPath and added tests for it.rachytski
2015-09-23added helper function GeometryBatcher::addTexturedStripStrided for array of m...rachytski
2015-09-23"base class extraction" refactoring for TextPath.rachytski
2015-09-23removed unused Pen::m_isWrapped field.rachytski
2015-09-23added ability to use cacheKey's in Resource::Info.rachytski
2015-09-23feature stylerDarafei Praliaskouski
2015-09-23fixed crash with long strings packing.rachytski
2015-09-23tests style cleanupDarafei Praliaskouski
2015-09-23[graphics] ENoJoin on Solid and Stripple Path, EBevelJoin for StripplePath + ...Darafei Praliaskouski
2015-09-23clang compile fixDarafei Praliaskouski
2015-09-23path_renderer style cleanupDarafei Praliaskouski
2015-09-23path_renderer: butt caps, square caps, bevel linejoinsDarafei Praliaskouski
2015-09-23support for but linecap renderingDarafei Praliaskouski
2015-09-23[ios][bookmarks] Bookmark pins are now displayed on top of all other texts on...Alex Zolotarev
2015-09-23added PenJoin, PenCap and PathSym into our protobuf format, into Pen::Info st...rachytski
2015-09-23added VertexStream and refactored GeometryBatcher using it.rachytski
2015-09-23moved GeometryPipeline into separate file and refactored graphics library acc...rachytski
2015-09-23added geometry_pipeline.hpp and *.cpp files(2)rachytski
2015-09-23added VertexDecl::elemSize and renamed VertexDecl::size function into VertexD...rachytski
2015-09-23added geometry_pipeline hpp and cpp files.rachytski
2015-09-23[linux] Fixed compilationAlex Zolotarev
2015-09-23added settings for specifying which resource pool to use and specified that C...rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23refactored GeometryBatcher to derive it from PipelinesManager.rachytski
2015-09-23renamed Skin into PipelineManager.rachytski
2015-09-23[win] Fixed some compilation errorsAlex Zolotarev
2015-09-23fixes according to code review.rachytski
2015-09-23returning raw pointer instead of shared_ptr from RenderContext::createShared,...rachytski
2015-09-23fixes according to code review.rachytski
2015-09-23caching rendered string as a whole on the texture.rachytski
2015-09-23calculating GlyphLayout::m_entries using unmasked font.rachytski
2015-09-23code styling for better readability.rachytski
2015-09-23removed unused method GlyphLayout::metrics.rachytski
2015-09-23using single FT_Stroker instance for m_strokedMetricsCache and m_strokedGlyph...rachytski
2015-09-23fixed bug with ScreenCoverage::Cache cancellation.rachytski
2015-09-23fixed graphics.pro filerachytski
2015-09-23refactored ResourceStyle and lot of *Info classes into consistent Resource an...rachytski
2015-09-23moved files.rachytski
2015-09-23refactored allocation of OpenGL resources in ResourceManager.rachytski
2015-09-23renamed SkinPage into ResourceCache.rachytski
2015-09-23identifying Shaders by numerical identifiers, not by strings.rachytski
2015-09-23fixed OpenGL compilation bugs for iOS and Android.rachytski
2015-09-23compilation fixes.rachytski
2015-09-23fixed some bugs with CacheScreen.rachytski