1. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  2. 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
  3. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  4. bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
  5. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  6. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  7. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  8. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  9. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  10. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  11. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  12. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  13. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  14. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  15. f44fcdc Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  16. 9c8b4ea Reverting r10583: Upstreaming DropShadowImageFilter into skia, from Blink by jvanverth@google.com · 11 years ago
  17. d8e4024 Upstreaming DropShadowImageFilter into skia, from Blink by junov@chromium.org · 11 years ago
  18. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  19. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  20. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  21. cd9f559 Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. by senorblanco@chromium.org · 12 years ago
  22. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  23. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  24. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  25. 4bca84d don't leak filters by reed@google.com · 12 years ago
  26. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  27. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago