index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ImageFilterTest.cpp
Commit message (
Expand
)
Author
Age
*
msan: initialize buffer BlurLargeImage blurs
mtklein
2016-02-07
*
Move SkColorMatrixFilter implementation to core.
bsalomon
2016-02-01
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Implement an SkPaint-based image filter
ajuma
2016-01-08
*
Add null check for bmp->tex result in SkImageFilter::filterInputGpu
bsalomon
2016-01-05
*
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...
reed
2015-12-16
*
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...
reed
2015-12-16
*
remove drawSprite from canvas
reed
2015-12-16
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
Don't use SkRect::MakeLargest() for clip bounds in image filter tests.
senorblanco
2015-11-25
*
Fix SkMergeImageFilter crop rect computation.
senorblanco
2015-11-25
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
add applyFilter() to SkImage
reed
2015-10-12
*
change more effects to only expose factories
reed
2015-10-12
*
Revert "Revert of factories should return baseclass, allowing the impl to spe...
reed
2015-10-06
*
Revert of factories should return baseclass, allowing the impl to specialize ...
schenney
2015-10-06
*
factories should return baseclass, allowing the impl to specialize
reed
2015-10-06
*
Convert unit tests, GMs from SkBitmapSource to SkImagesource
fmalita
2015-09-15
*
Speculative fix for uninitialized bitmap mem in ImageFilterTest
fmalita
2015-09-15
*
SkImageSource
fmalita
2015-09-14
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...
senorblanco
2015-08-20
*
Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...
herb
2015-08-20
*
Implement canComputeFastBounds() for image filters.
senorblanco
2015-08-20
*
Now that the SkImageFilter::CropRect crop edges refer to
senorblanco
2015-07-16
*
Add new SkPoint3 class
robertphillips
2015-07-13
*
Fix for partially-specified crop rects.
senorblanco
2015-07-13
*
Make SkGpuDevice know its alpha type
bsalomon
2015-06-23
*
Clean up usage of SkSurfaceProps
robertphillips
2015-06-22
*
Begin kLegacyFontHost_InitType cleanup
robertphillips
2015-06-22
*
skia: Add runtime option to disable picture IO security precautions
hendrikw
2015-06-16
*
remove subclassing from ImageFilter::Proxy
reed
2015-06-09
*
Don't fail SkMergeImageFilter if one of the inputs are empty
fs
2015-05-20
*
Yet more ASAN fixes.
senorblanco
2015-04-21
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Move SkMatrixImageFilter into core, and add a factory fn for it.
senorblanco
2015-03-20
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
Use ComposColorFilter to collaps hierarchy (when possible).
reed
2015-03-08
*
Read pixels in BGRA non-premul mode in few tests
kkinnunen
2015-03-06
*
Revert of check for inputs before reporting asColorFilter (patchset #7 id:110...
reed
2015-03-05
*
Use ComposeColorFilter in factory to collapse consecutive filters (when possi...
reed
2015-03-05
*
Fix leak in ComposedImageFilterOffset test
ajuma
2015-02-13
*
Fix SkComposeImageFilter's bounds computation and offset handling
ajuma
2015-02-13
*
Require budget decision when creating a RenderTarget SkSurface.
bsalomon
2015-01-16
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Require explicit disabling of cross process pictureimagefilters
robertphillips
2015-01-06
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
[next]