Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

De-mutex GlyphAtlas; expose glyph information to workers via message. #8341

Merged
merged 2 commits into from
Apr 4, 2017

Commits on Apr 4, 2017

  1. [core] De-mutex GlyphAtlas and SpriteAtlas

     - Expose glyph and icon information to workers via message interface.
     - Glyph/SpriteAtlas track which tiles have outstanding requests
        and send messages to them when glyphs/icons become available.
     - Remove obsolete "updateSymbolDependentTiles" pathway
     - Symbol preparation for a tile now depends on all glyphs becoming
        available before it can start.
     - Start tracking individual icons needed for a tile, although we don't
        do anything with the information yet.
     - Introduce typedef for GlyphID
    ChrisLoer committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    2b60b15 View commit details
    Browse the repository at this point in the history
  2. Slightly move center of text-font/chinese test to avoid render errors

     presumed to stem from issue #6863.
    ChrisLoer committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    0c0beaf View commit details
    Browse the repository at this point in the history