1. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  2. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  5. 7e44bb1 Remove macros that make it look like it's a good idea to not be able to flatten. by mtklein · 10 years ago
  6. 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 · 10 years ago
  7. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
  8. 55c9b4e Cast int to float. by commit-bot@chromium.org · 10 years ago
  9. 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago