1. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  2. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  3. ae167ed Allow access to global glyph cache by Herb Derby · 6 years ago
  4. 671e7ee Reorganize strike cache and glyph cache code by Herbert Derby · 6 years ago
  5. f7721bc Revert "add knob to turn off fancy SkJumper features" by Mike Klein · 7 years ago
  6. 5373609 add knob to turn off fancy SkJumper features by Mike Klein · 7 years ago
  7. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  8. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  9. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  10. 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
  11. 0c753e5 Purge the SkLiteDL freelist when PurgeAllCaches() is called. by mtklein · 8 years ago
  12. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  13. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  14. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  15. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  16. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  17. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  18. 98ab040 Revert of Call SkGraphics::Init() automatically for Google3 processes. (patchset #1 id:1 of https://codereview.chromium.org/1906813002/ ) by benjaminwagner · 8 years ago
  19. eb85fd7 SkCpu w/o static initializer by mtklein · 8 years ago
  20. 8680606 Call SkGraphics::Init() automatically for Google3 processes. by mtklein · 8 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  22. 1d56448 add SkGraphics::PurageAllCaches by reed · 8 years ago
  23. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  24. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  25. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  26. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  27. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  28. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  29. 56b78a7 Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) by mtklein · 9 years ago
  30. ce2c505 Lay groundwork for SkOpts. by mtklein · 9 years ago
  31. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  32. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  33. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  34. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  35. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  36. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  37. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  38. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  39. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 11 years ago
  41. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  42. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago
  43. 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
  44. 0983701 move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS by reed@google.com · 12 years ago
  45. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  46. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  47. f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
  48. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  49. 54c782c add SetFlags for command line control http://codereview.appspot.com/5416047/ by caryclark@google.com · 13 years ago
  50. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  51. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  52. 73ee77c up default limit to 2Mg by reed@google.com · 13 years ago
  53. 6c99633 return the prev value from SetFontCacheLimit by reed@google.com · 13 years ago
  54. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  55. d40da64 add typefacecache to be purged in SkGraphics::Term() by reed@google.com · 13 years ago
  56. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  57. 7db9fe6 code style by reed@google.com · 13 years ago
  58. 9aa8b32 add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API by reed@android.com · 14 years ago
  59. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  60. 800046e fix new warnings from gcc 4.2 by reed@android.com · 15 years ago
  61. 2043f7d replace floorf() with sk_float_floor(), so it builds on platforms w/o floorf by reed@android.com · 15 years ago
  62. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago
  63. 3abec1d add initial unittests for Path by reed@android.com · 15 years ago
  64. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  65. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago
  66. c990603 make these compile w/o SK_CAN_USE_FLOAT by reed@android.com · 15 years ago
  67. fc25abd fix warnings by reed@android.com · 16 years ago
  68. 8a1c16f grab from latest android by reed@android.com · 16 years ago