1. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  2. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  3. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  4. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  5. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  6. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  7. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  8. 51eedb6 Fix some GPU filters to use the correct size constraint. by senorblanco · 9 years ago
  9. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  10. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  11. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  12. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  13. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  14. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  15. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  18. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  19. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  20. 850f2d9 Return failure if getInputResultsGPU fails in SkXfermodeImageFilter by robertphillips · 9 years ago
  21. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  22. ff0ca5e Misc cleanup by robertphillips · 9 years ago
  23. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  24. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  25. b245605 more threading of GrShaderDataManager by joshualitt · 9 years ago
  26. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  27. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  28. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  29. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  30. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  31. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  32. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  33. d762ca2 Switch textures created by DeviceImageFilterProxy to approx-match. by senorblanco · 9 years ago
  34. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  35. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  36. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  37. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  38. 6bc1b5f Dynamically create stencil buffer when needed. by bsalomon · 10 years ago
  39. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  40. 38cd055 Do some minor pre cleanup work before converting all xfermodes to XPs. by egdaniel · 10 years ago
  41. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  42. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  43. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  44. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  45. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  46. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  47. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  48. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  49. 6267f81 Move MakeDivByTextureWHMatrix to GrCoordTransform by bsalomon · 10 years ago
  50. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  51. 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
  52. 673d973 Check all scratch texture allocations for image filters. by senorblanco · 10 years ago
  53. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  54. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  55. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  56. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  57. 2908917 Revert "Implement support for expanding crop rects in image filters" by senorblanco@chromium.org · 10 years ago
  58. 0ef0501 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  59. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  60. 6aa6fec Cleanup patch to move all of SkImageFilterUtils into SkImageFilter. by senorblanco@chromium.org · 10 years ago
  61. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  62. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  63. 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
  64. 0682019 Bounds fixes for SkXfermodeImageFilter: by senorblanco@chromium.org · 11 years ago
  65. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  66. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  67. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  68. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  69. 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
  70. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  71. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  72. 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
  73. 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
  74. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  75. e904b45 Fix leak of effect in SkXfermodeImageFilter::filterImageGPU() by commit-bot@chromium.org · 11 years ago
  76. 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