| Commit message (Expand) | Author | Age |
* | fix (some) 64bit warnings -- size_t -> int | commit-bot@chromium.org | 2014-01-24 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Remove unused fields from SkGlyphCache. | bungeman@google.com | 2013-11-26 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-09-27 |
* | add counting to Globals, and refactor some for clarity | reed@google.com | 2013-09-26 |
* | remove obsolete USE_CACHE_HASH | reed@google.com | 2013-09-24 |
* | allow createScalerContext to return null, and then have the GDI backend trigg... | reed@google.com | 2013-07-10 |
* | move failable work outside of constructors for SkGlyphCache and SkScalerConte... | reed@google.com | 2013-07-09 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-20 |
* | combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ... | reed@google.com | 2013-06-19 |
* | we only need one fontmetrics, since the paint (and fontcache) now know explic... | reed@google.com | 2013-05-08 |
* | Add SkTypeface* parameter to SkScalerContext (and its callers) | reed@google.com | 2013-03-19 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Disabling validation of the glyph cache for standard debug builds. | djsollen@google.com | 2012-11-30 |
* | Use consistent globals in AttachCache. | bungeman@google.com | 2012-10-29 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | land https://codereview.appspot.com/6448046/ | reed@google.com | 2012-07-30 |
* | removing trailing ',' on last entry in enum, to fix warning | reed@google.com | 2012-07-20 |
* | add explicit purgeAll() so we don't get foiled by the min cache-limit | reed@google.com | 2012-06-27 |
* | Add SkPath::getVerbs/countVerbs | bsalomon@google.com | 2012-06-07 |
* | ~glyphcache_globals needs to actually delete its cache | reed@google.com | 2012-05-21 |
* | change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev... | reed@google.com | 2012-05-17 |
* | Allow font-cache to use thread_local_storage for a private cache | reed@google.com | 2012-05-17 |
* | revert TLS change (until we impl windows backend) | reed@google.com | 2012-05-07 |
* | allow thread-local font cache | reed@google.com | 2012-05-07 |
* | move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS | reed@google.com | 2012-04-23 |
* | fix debug build | reed@google.com | 2012-04-23 |
* | cleanups in prep for tls cache | reed@google.com | 2012-04-23 |
* | disable SPEW_PURGE_STATUS | reed@google.com | 2012-01-25 |
* | remove all references to SkGlobals (obsolete) | reed@google.com | 2011-11-17 |
* | remove use of SkGlobals | reed@google.com | 2011-11-17 |
* | remove obsolete SK_USE_RUNTIME_GLOBALS | reed@google.com | 2011-11-17 |
* | add api to SkGraphics to get/set font cache limit | reed@google.com | 2011-11-08 |
* | add hack for testing gSkSuppressFontCachePurgeSpew | reed@google.com | 2011-11-02 |
* | detect when LCD is really just BW, and remark the glyph as that. | reed@google.com | 2011-09-21 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi... | ctguil@chromium.org | 2011-03-04 |
* | check that alloc() succeeded before calling the scaler's getImage() | reed@google.com | 2011-03-01 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | Clamp the maximum size of glyph width we will attempt to render. | scarybeasts@gmail.com | 2010-10-18 |
* | add glyph->unichar query (inverse of a cmap) | reed@android.com | 2010-01-08 |
* | grab from latest android | reed@android.com | 2008-12-17 |