1. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  2. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  3. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  4. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  5. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  6. a9d9a39 Read pixels in BGRA non-premul mode in few tests by kkinnunen · 9 years ago
  7. 5c518a8 Revert of check for inputs before reporting asColorFilter (patchset #7 id:110001 of https://codereview.chromium.org/967833003/) by reed · 9 years ago
  8. dac843b Use ComposeColorFilter in factory to collapse consecutive filters (when possible). by reed · 9 years ago
  9. 8e8c940 Fix leak in ComposedImageFilterOffset test by ajuma · 10 years ago
  10. 5788faa Fix SkComposeImageFilter's bounds computation and offset handling by ajuma · 10 years ago
  11. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  12. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  13. c4bd39c Require explicit disabling of cross process pictureimagefilters by robertphillips · 10 years ago
  14. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  15. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  16. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  17. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  18. 2d97bc1 Disable LCD text explicitly in SkPictureImageFilter::onFilterImage() by fmalita · 10 years ago
  19. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  20. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  21. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  22. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  23. 3a49520 Sanitize SkMatrixConvolutionImageFilter creation params. by senorblanco · 10 years ago
  24. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  25. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  26. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  27. 32673b9 Allow negative values in SkBlurImageFilter sigma. by senorblanco · 10 years ago
  28. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  29. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  30. 1150a6d Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  31. 38cb688 Revert of Fix recursive computation of filter bounds for drop shadow, (patchset #1 of https://codereview.chromium.org/481273005/) by djsollen · 10 years ago
  32. 28648fe Fix recursive computation of filter bounds for drop shadow, morphology, blur. by senorblanco · 10 years ago
  33. d910f54 Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecordDraw by mtklein · 10 years ago
  34. 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
  35. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  36. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  37. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  38. 3d822c2 Intersect SkPictureImageFilter bounds against clip bounds. by senorblanco · 10 years ago
  39. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  40. 837f532 Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  41. c07e281 Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and by senorblanco · 10 years ago
  42. 6ca0b6a Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  43. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  44. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  45. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  46. 3df0501 Fix SkColorFilterImageFilter matrix optimization. by senorblanco · 10 years ago
  47. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  48. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  49. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  50. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  51. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  52. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  53. ba31f1d Some small cleanups for image filter code. by senorblanco@chromium.org · 10 years ago
  54. d4db657 Fix for SkDisplacementMap::onFilterBounds(). by senorblanco@chromium.org · 10 years ago
  55. 68250c8 Fix for empty saveLayer() with a filter which affects transparent black. by senorblanco@chromium.org · 10 years ago
  56. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  57. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  58. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  59. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  60. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  61. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  62. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  63. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  64. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  65. d5424a4 Fix matrix adjustment passed to filter processing. by senorblanco@chromium.org · 10 years ago
  66. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  67. 28ae55d Fix Mac Debug clang build. by senorblanco@chromium.org · 10 years ago
  68. 09843fd Fix for crash on large image blur sigma values. by senorblanco@chromium.org · 10 years ago
  69. 1182529 Implement support for expanding crop rects in image filters by senorblanco@chromium.org · 10 years ago
  70. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  71. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  72. 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 10 years ago
  73. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 10 years ago
  74. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  75. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 11 years ago
  76. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 11 years ago
  77. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 11 years ago
  78. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 11 years ago
  79. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 11 years ago
  80. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  81. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  82. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  83. 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
  84. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  85. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  86. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  87. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  88. 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
  89. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 1588354 Compiler fix for r11288 by robertphillips@google.com · 11 years ago
  91. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  92. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  93. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  94. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 40fcb59 More warnings as errors fixes by robertphillips@google.com · 11 years ago
  96. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  97. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago