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
*
Intersect SkPictureImageFilter bounds against clip bounds.
senorblanco
2014-07-30
*
Implement a persistent uniqueID-based cache for SkImageFilter.
senorblanco
2014-07-30
*
Fix for saveLayer() with filters vs. the BBox Hierarchy.
senorblanco
2014-07-14
*
Revert "Fix for saveLayer() with filters vs. the BBox Hierarchy." and
senorblanco
2014-07-14
*
Fix for saveLayer() with filters vs. the BBox Hierarchy.
senorblanco
2014-07-11
*
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
Mike Klein
2014-07-09
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
mtklein
2014-07-08
*
Fix SkColorFilterImageFilter matrix optimization.
senorblanco
2014-07-03
*
Remove SkBicubicImageFilter, and all related tests.
senorblanco
2014-06-25
*
Preprend Test to test function name generated by DEF_TEST() macro.
tfarina
2014-06-24
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
Allow SkPictureImageFilter to be serialized when not run cross-process.
senorblanco@chromium.org
2014-05-30
*
Implement SkPictureImageFilter bounds computation.
senorblanco@chromium.org
2014-05-30
*
Fix filter bounds computation for SkOffsetImageFilter.
senorblanco@chromium.org
2014-05-28
*
Some small cleanups for image filter code.
senorblanco@chromium.org
2014-05-07
*
Fix for SkDisplacementMap::onFilterBounds().
senorblanco@chromium.org
2014-05-07
*
Fix for empty saveLayer() with a filter which affects transparent black.
senorblanco@chromium.org
2014-05-06
*
Fix for SkMatrixConvolutionImageFilter with large borders.
senorblanco@chromium.org
2014-05-02
*
Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.
senorblanco@chromium.org
2014-05-01
*
Implement bounds traversals for tile and matrix convolution filters.
senorblanco@chromium.org
2014-04-29
*
Staging for cleanup of SkPicture-related headers
robertphillips@google.com
2014-04-18
*
Reduce internal explicit SaveFlags usage.
commit-bot@chromium.org
2014-04-18
*
Staged removal of SkPicture-derived classes
commit-bot@chromium.org
2014-04-17
*
Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API
commit-bot@chromium.org
2014-04-16
*
split SkPictureRecorder out of SkPicture
robertphillips@google.com
2014-04-13
*
Implement intra-frame cacheing in image filters.
commit-bot@chromium.org
2014-04-11
*
Fix matrix adjustment passed to filter processing.
senorblanco@chromium.org
2014-04-02
*
Fix SkXfermodeImageFilter when an input is cropped out.
senorblanco@chromium.org
2014-04-01
*
Fix Mac Debug clang build.
senorblanco@chromium.org
2014-03-24
*
Fix for crash on large image blur sigma values.
senorblanco@chromium.org
2014-03-24
*
Implement support for expanding crop rects in image filters
senorblanco@chromium.org
2014-03-14
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
Factory methods for heap-allocated SkColorFilter objects.
commit-bot@chromium.org
2014-02-21
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
replace setConfig+allocPixels with single call
mike@reedtribe.org
2014-02-13
*
Mid-air collision: fix constness for onFilterImage in new test.
senorblanco@chromium.org
2014-02-05
*
Fix a problem with scaled filters in tiled SkPicture playback.
senorblanco@chromium.org
2014-02-05
*
More bot whack-a-mole: fix Win build.
senorblanco@chromium.org
2014-02-04
*
Speculative build fix after r13292.
fmalita@google.com
2014-02-03
*
Fix skia_gpu=0 build.
senorblanco@chromium.org
2014-02-03
*
Fix image filter crop offsets for GPU path.
senorblanco@chromium.org
2014-02-03
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Get rid of DEFINE_TESTCLASS() macro.
tfarina@chromium.org
2013-12-18
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Address some more valgrind issues
robertphillips@google.com
2013-11-14
*
Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blin...
senorblanco@chromium.org
2013-10-16
[next]