1. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  2. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  3. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  4. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  5. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  6. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  7. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  8. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  9. 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
  10. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 10 years ago
  11. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  12. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  13. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  14. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  15. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  16. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  17. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  18. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  19. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  20. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  21. 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
  22. 0682019 Bounds fixes for SkXfermodeImageFilter: by senorblanco@chromium.org · 11 years ago
  23. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  24. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  25. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  26. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  27. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  28. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  29. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  30. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  31. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  32. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  33. e904b45 Fix leak of effect in SkXfermodeImageFilter::filterImageGPU() by commit-bot@chromium.org · 11 years ago
  34. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago