1. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  2. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 10 years ago
  3. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 10 years ago
  4. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 10 years ago
  5. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  6. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 11 years ago
  7. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 11 years ago
  8. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 11 years ago
  9. 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 11 years ago
  10. 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 11 years ago
  11. c5d5cf9 remove guarded code - there are no more callers by reed · 11 years ago
  12. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 11 years ago
  13. 868074b remove SkBounder -- unused and unloved by reed · 11 years ago
  14. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 11 years ago
  15. f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
  16. dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 11 years ago
  17. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
  18. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 12 years ago
  19. fdba404 change all interfaces for SkRasterizer to const, in preparation for marking it by reed@google.com · 13 years ago
  20. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 13 years ago
  21. 56d5bfa privatize SkBuffer.h by mike@reedtribe.org · 13 years ago
  22. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 13 years ago
  23. 060ef18 Replace new with SkNEW in more effects classes. by tomhudson@google.com · 13 years ago
  24. 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
  25. 2ac4ef5 Fixing the drawing of blurred shodows for hairline paths with software rendering by junov@chromium.org · 13 years ago
  26. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
  27. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 13 years ago
  28. d26147a add optional manual global initialization by caryclark@google.com · 14 years ago
  29. 045e62d enable soft clipping (yikes) by reed@google.com · 14 years ago
  30. 43e9f20 add serialization to SkLayerRasterizer by reed@google.com · 14 years ago
  31. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  32. 3334c3a code style by mike@reedtribe.org · 14 years ago
  33. 4c09d5c rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation by reed@google.com · 14 years ago
  34. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 15 years ago
  35. 543ed93 add ADD xfermode safely handle (don't draw) if the size of SkMask exceeds 31bits by reed@android.com · 16 years ago
  36. 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 16 years ago
  37. 8a1c16f grab from latest android by reed@android.com · 17 years ago