1. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  2. fbaea53 In image filters, apply the CTM and offset to the crop rect. This is necessary to compensate for both clipping applied by the compositor (communicated via the CTM) and for cropping applied in upstream image filters (communicated via the offset). This requires a few ugly conversions, since the crop rect is an SkIRect, and the ctm is an SkMatrix. by senorblanco@chromium.org · 11 years ago
  3. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  4. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  5. 4e16bb2 Implement crop rect for lighting image filters. Changes for the CPU path were fairly straightforward: use the bounds rectangle when traversing the pixels, not the source rectangle. by senorblanco@chromium.org · 11 years ago
  6. ff06af2 Changing imageFilter GM tests to use drawBitmap instead of drawSprite by junov@chromium.org · 12 years ago
  7. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 12 years ago
  8. 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
  9. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago