1. 8680606 Call SkGraphics::Init() automatically for Google3 processes. by mtklein · 8 years ago
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. 1d56448 add SkGraphics::PurageAllCaches by reed · 8 years ago
  4. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  5. 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
  6. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  7. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  8. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  9. 8317a18 Lay groundwork for SkOpts. by mtklein · 9 years ago
  10. 56b78a7 Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/) by mtklein · 9 years ago
  11. ce2c505 Lay groundwork for SkOpts. by mtklein · 9 years ago
  12. 1b466f7 Archive SkFloat by mtklein · 10 years ago
  13. 56b00d9 add PurgeResourceCache to track leaks by reed · 10 years ago
  14. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  15. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  16. 2d1adf2 Reduce verbosity of SkGraphics::Init in default case. by halcanary@google.com · 11 years ago
  17. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  18. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  19. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  20. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  21. 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 · 12 years ago
  22. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  23. b24b4fa Future proof luminance caches. https://codereview.appspot.com/6495071/ by bungeman@google.com · 12 years ago
  24. 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
  25. 0983701 move FontCacheLimit implementations into SkGlyphCache.cpp, in prep for TLS by reed@google.com · 12 years ago
  26. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  27. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  28. f86ab84 cleanup font purging functions by caryclark@google.com · 13 years ago
  29. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  30. 54c782c add SetFlags for command line control http://codereview.appspot.com/5416047/ by caryclark@google.com · 13 years ago
  31. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  32. 073c907 use new PurgeFontCache() api by reed@google.com · 13 years ago
  33. 73ee77c up default limit to 2Mg by reed@google.com · 13 years ago
  34. 6c99633 return the prev value from SetFontCacheLimit by reed@google.com · 13 years ago
  35. 77407ca add api to SkGraphics to get/set font cache limit by reed@google.com · 13 years ago
  36. d40da64 add typefacecache to be purged in SkGraphics::Term() by reed@google.com · 13 years ago
  37. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  38. 7db9fe6 code style by reed@google.com · 13 years ago
  39. 9aa8b32 add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API by reed@android.com · 14 years ago
  40. 34245c7 add OVerView slide to samplecode by reed@android.com · 15 years ago
  41. 800046e fix new warnings from gcc 4.2 by reed@android.com · 15 years ago
  42. 2043f7d replace floorf() with sk_float_floor(), so it builds on platforms w/o floorf by reed@android.com · 15 years ago
  43. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago
  44. 3abec1d add initial unittests for Path by reed@android.com · 15 years ago
  45. d8730ea more tests (need more meat in there) by reed@android.com · 15 years ago
  46. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago
  47. c990603 make these compile w/o SK_CAN_USE_FLOAT by reed@android.com · 16 years ago
  48. fc25abd fix warnings by reed@android.com · 16 years ago
  49. 8a1c16f grab from latest android by reed@android.com · 16 years ago