1. 871ad7a Use a black background in imagefiltersgraph so 8888 and 565 look similar. by mtklein · 9 years ago
  2. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  3. 1c40292 remove unused GM flags by mtklein · 10 years ago
  4. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  5. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  6. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  7. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  8. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  9. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  10. 7daaaa4 use globals to register custom effects by reed · 10 years ago
  11. 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
  12. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  13. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  14. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  15. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  16. 2077427 Put SimpleOffsetFilter on heap. by commit-bot@chromium.org · 10 years ago
  17. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  18. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  19. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  20. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  21. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  22. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  23. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  24. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  25. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  26. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  27. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  28. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  29. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  30. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  31. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  32. 6c4e71a Remove unnamed namespace usage from 'gm'. by commit-bot@chromium.org · 11 years ago
  33. 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
  34. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  35. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  36. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  37. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  38. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  39. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  40. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  41. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  43. 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
  44. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 12 years ago
  45. 3961aac Reenable pipe for imagefiltersgraph GM on Android. by scroggo@google.com · 12 years ago
  46. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  47. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  48. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  49. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago