1. 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
  2. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  3. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  4. 6c4e71a Remove unnamed namespace usage from 'gm'. by commit-bot@chromium.org · 11 years ago
  5. 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
  6. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  7. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  8. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  9. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  10. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  11. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  12. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  13. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  14. 4a9a612 Pull SkMergeImageFilter out into its own file. by senorblanco@chromium.org · 12 years ago
  15. 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
  16. 985fa79 Protect filter_texture() against render target change. by senorblanco@chromium.org · 12 years ago
  17. 3961aac Reenable pipe for imagefiltersgraph GM on Android. by scroggo@google.com · 12 years ago
  18. 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
  19. 44888c6 Move SkColorFilterImageFilter into its own file. by senorblanco@chromium.org · 12 years ago
  20. facc95a Disable imagefiltersgraph from running through pipe on android by scroggo · 12 years ago
  21. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago