aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageFilterTest.cpp
Commit message (Expand)AuthorAge
* Convert unit tests, GMs from SkBitmapSource to SkImagesourceGravatar fmalita2015-09-15
* Speculative fix for uninitialized bitmap mem in ImageFilterTestGravatar fmalita2015-09-15
* SkImageSourceGravatar fmalita2015-09-14
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Now that the SkImageFilter::CropRect crop edges refer toGravatar senorblanco2015-07-16
* Add new SkPoint3 classGravatar robertphillips2015-07-13
* Fix for partially-specified crop rects.Gravatar senorblanco2015-07-13
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22
* Begin kLegacyFontHost_InitType cleanupGravatar robertphillips2015-06-22
* skia: Add runtime option to disable picture IO security precautionsGravatar hendrikw2015-06-16
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* Don't fail SkMergeImageFilter if one of the inputs are emptyGravatar fs2015-05-20
* Yet more ASAN fixes.Gravatar senorblanco2015-04-21
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Use ComposColorFilter to collaps hierarchy (when possible).Gravatar reed2015-03-08
* Read pixels in BGRA non-premul mode in few testsGravatar kkinnunen2015-03-06
* Revert of check for inputs before reporting asColorFilter (patchset #7 id:110...Gravatar reed2015-03-05
* Use ComposeColorFilter in factory to collapse consecutive filters (when possi...Gravatar reed2015-03-05
* 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