aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageFilterTest.cpp
Commit message (Expand)AuthorAge
* Fix leak in ComposedImageFilterOffset testGravatar ajuma2015-02-13
* Fix SkComposeImageFilter's bounds computation and offset handlingGravatar ajuma2015-02-13
* Require budget decision when creating a RenderTarget SkSurface.Gravatar bsalomon2015-01-16
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Require explicit disabling of cross process pictureimagefiltersGravatar robertphillips2015-01-06
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-29
* Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:2000...Gravatar hcm2014-10-27
* Fix bounds computation of all 0-input filters.Gravatar senorblanco2014-10-27
* Adding an option to render only the shadow in SkDropShadowImageFilterGravatar sugoi2014-10-23
* Sanitize SkMatrixConvolutionImageFilter creation params.Gravatar senorblanco2014-09-29
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* Allow negative values in SkBlurImageFilter sigma.Gravatar senorblanco2014-09-09
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Fix recursive computation of filter bounds for drop shadow,Gravatar senorblanco2014-08-25
* Revert of Fix recursive computation of filter bounds for drop shadow, (patchs...Gravatar djsollen2014-08-25
* Fix recursive computation of filter bounds for drop shadow,Gravatar senorblanco2014-08-25
* Fix saveLayer() with a pixel-moving filter vs SkBBoxHierarchyRecord / SkRecor...Gravatar mtklein2014-08-22
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-19
* Revert "Move SkReadBuffer.h and SkReader32.h out of include."Gravatar halcanary2014-08-18
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-18
* Intersect SkPictureImageFilter bounds against clip bounds.Gravatar senorblanco2014-07-30
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* Fix for saveLayer() with filters vs. the BBox Hierarchy.Gravatar senorblanco2014-07-14
* Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." andGravatar senorblanco2014-07-14
* Fix for saveLayer() with filters vs. the BBox Hierarchy.Gravatar senorblanco2014-07-11
* Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."Gravatar Mike Klein2014-07-09
* Clean up SkImageFilter constructors.Gravatar senorblanco2014-07-08
* Remove ability for Release code to call getRefCnt() or getWeakRefCnt().Gravatar mtklein2014-07-08
* Fix SkColorFilterImageFilter matrix optimization.Gravatar senorblanco2014-07-03
* Remove SkBicubicImageFilter, and all related tests.Gravatar senorblanco2014-06-25
* Preprend Test to test function name generated by DEF_TEST() macro.Gravatar tfarina2014-06-24
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Allow SkPictureImageFilter to be serialized when not run cross-process.Gravatar senorblanco@chromium.org2014-05-30
* Implement SkPictureImageFilter bounds computation.Gravatar senorblanco@chromium.org2014-05-30
* Fix filter bounds computation for SkOffsetImageFilter.Gravatar senorblanco@chromium.org2014-05-28
* Some small cleanups for image filter code.Gravatar senorblanco@chromium.org2014-05-07
* Fix for SkDisplacementMap::onFilterBounds().Gravatar senorblanco@chromium.org2014-05-07
* Fix for empty saveLayer() with a filter which affects transparent black.Gravatar senorblanco@chromium.org2014-05-06
* Fix for SkMatrixConvolutionImageFilter with large borders.Gravatar senorblanco@chromium.org2014-05-02
* Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.Gravatar senorblanco@chromium.org2014-05-01
* Implement bounds traversals for tile and matrix convolution filters.Gravatar senorblanco@chromium.org2014-04-29