1. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  2. 49360df Remove unused fields from SkGlyphCache. by bungeman@google.com · 11 years ago
  3. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  4. baed71f add counting to Globals, and refactor some for clarity by reed@google.com · 11 years ago
  5. dfc7403 remove obsolete USE_CACHE_HASH by reed@google.com · 11 years ago
  6. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  7. 4b60dbe move failable work outside of constructors for SkGlyphCache and SkScalerContextGDI. If we fail, try to purge everything and try again, in case the failure was from memory/os-resource exhaustion (e.g. out of HDC handles in windows) by reed@google.com · 11 years ago
  8. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 11 years ago
  10. 0a01f5a we only need one fontmetrics, since the paint (and fontcache) now know explicitly by reed@google.com · 11 years ago
  11. 90808e8 Add SkTypeface* parameter to SkScalerContext (and its callers) by reed@google.com · 11 years ago
  12. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 000dea7 Disabling validation of the glyph cache for standard debug builds. by djsollen@google.com · 12 years ago
  14. 0c3b9cf Use consistent globals in AttachCache. https://codereview.appspot.com/6816052/ by bungeman@google.com · 12 years ago
  15. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  16. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  17. 79a1c34ee land https://codereview.appspot.com/6448046/ by reed@google.com · 12 years ago
  18. 73c48f1 removing trailing ',' on last entry in enum, to fix warning by reed@google.com · 12 years ago
  19. 26344cf add explicit purgeAll() so we don't get foiled by the min cache-limit by reed@google.com · 12 years ago
  20. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  21. 7b57892 ~glyphcache_globals needs to actually delete its cache by reed@google.com · 12 years ago
  22. 803c67d change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev value by reed@google.com · 12 years ago
  23. 6172d67 Allow font-cache to use thread_local_storage for a private cache by reed@google.com · 12 years ago
  24. 82d447d revert TLS change (until we impl windows backend) by reed@google.com · 12 years ago
  25. 09dcf75 allow thread-local font cache Review URL: https://codereview.appspot.com/6101053 by reed@google.com · 12 years ago
  26. 0983701 move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS by reed@google.com · 12 years ago
  27. 331560e fix debug build by reed@google.com · 12 years ago
  28. eb9a9bf cleanups in prep for tls cache by reed@google.com · 12 years ago
  29. 8887be0 disable SPEW_PURGE_STATUS by reed@google.com · 13 years ago
  30. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  31. 5d248bc remove use of SkGlobals by reed@google.com · 13 years ago
  32. d54c857 remove obsolete SK_USE_RUNTIME_GLOBALS by reed@google.com · 13 years ago
  33. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  34. 11b4d8a add hack for testing gSkSuppressFontCachePurgeSpew by reed@google.com · 13 years ago
  35. 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 13 years ago
  36. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  37. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 14 years ago
  38. 22a0221 check that alloc() succeeded before calling the scaler's getImage() by reed@google.com · 14 years ago
  39. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  40. 17f694b Clamp the maximum size of glyph width we will attempt to render. by scarybeasts@gmail.com · 14 years ago
  41. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  42. 8a1c16f grab from latest android by reed@android.com · 16 years ago