aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.cpp
Commit message (Expand)AuthorAge
...
* Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...Gravatar borenet2016-04-11
* Pass effects directly to fontcacheGravatar reed2016-04-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* add helper to create fancy underlinesGravatar caryclark2016-02-09
* Use SkAutoTExclusive in SkGlyphCache.Gravatar herb2015-10-23
* [tracing] Remove counter logic and just use address on glyph cache dumpsGravatar ssid2015-10-23
* Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset...Gravatar mtklein2015-10-06
* Strip font name of special characters before dumpingGravatar ssid2015-10-01
* Add support for light dumps in SkTraceMemoryDump interface.Gravatar ssid2015-09-30
* Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...Gravatar herb2015-09-15
* Parallel cache.Gravatar herb2015-09-15
* Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...Gravatar jyasskin2015-09-10
* Correct a possible free after use.Gravatar herb2015-09-10
* Parallel cache.Gravatar herb2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...Gravatar herb2015-09-04
* Parallel cache.Gravatar herb2015-09-04
* Stop using SkScalerContext::getAdvance() in SkGlyphCache.Gravatar mtklein2015-09-01
* [tracing] Add support for skia caches to dump memory statsGravatar ssid2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* private iterator to visit all resource cache entriesGravatar reed2015-08-19
* Change the GlyphCache to use a hash table instead of doing its own ad-hocGravatar herb2015-07-21
* Add RAII for other types of locks. Change SkGlyphCache_Globals toGravatar herb2015-07-09
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Fix bit rot in SkGlyphCache validate code.Gravatar herb2015-03-06
* Fix uninitialized memory bug in the SkGlyphCache.Gravatar herb2015-03-05
* Make the glyph array entries inline.Gravatar herb2015-02-27
* BUG=skia:Gravatar herb2015-02-25
* Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ...Gravatar scroggo2015-02-24
* BUG=skia:Gravatar herb2015-02-24
* Revert of Make the glyph array entries inline. (patchset #11 id:190001 of htt...Gravatar mtklein2015-02-09
* Make the glyph array entries inline.Gravatar herb2015-02-09
* Revert of Make the glyph array entries inline. (patchset #10 id:170001 of htt...Gravatar bsalomon2015-02-02
* Make the glyph array entries inline.Gravatar herb2015-02-02
* Make char hash dynamic when needed.Gravatar herb2015-01-28
* Use murmur3 finisher to improve font hash efficiency.Gravatar reed2015-01-28
* Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/8854...Gravatar mtklein2015-01-27
* patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20...Gravatar mtklein2015-01-27
* Remove distance field generation and storage from SkGlyphCache.Gravatar jvanverth2015-01-07
* Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.Gravatar mtklein2014-10-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Remove unused SkGlyphCache::VisitAllCaches.Gravatar bungeman2014-08-18
* Port most uses of SkOnce to SkLazyPtr.Gravatar mtklein2014-06-02
* Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium...Gravatar commit-bot@chromium.org2014-05-31
* Port most uses of SkOnce to SkLazyPtr.Gravatar commit-bot@chromium.org2014-05-30