index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
imagefiltersscaled.cpp
Commit message (
Expand
)
Author
Age
*
GM: some header cleanup
Mike Klein
2017-03-22
*
stop using SkScalarMul
Mike Reed
2017-02-14
*
Update DisplacementMapEffect to sk_sp
robertphillips
2016-04-15
*
Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of http...
robertphillips
2016-04-15
*
Update DisplacementMapEffect to sk_sp
robertphillips
2016-04-15
*
Update LightingImageFilter to sk_sp
robertphillips
2016-04-08
*
Update DropShadowImageFilter to sk_sp
robertphillips
2016-04-06
*
Update SkMatrixImageFilter to sk_sp
robertphillips
2016-04-05
*
Update SkMorphology ImageFilters to sk_sp
robertphillips
2016-04-05
*
Update SkBlurImageFilter to sk_sp
robertphillips
2016-04-04
*
Update SkImageSource to sk_sp
robertphillips
2016-04-01
*
Update SkOffsetImageFilter to sk_sp
robertphillips
2016-03-31
*
Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp
robertphillips
2016-03-30
*
Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_s...
djsollen
2016-03-29
*
Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp
robertphillips
2016-03-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
reed
2016-03-25
*
switch surface to sk_sp
reed
2016-03-23
*
update callsites for Make image factories
reed
2016-03-17
*
Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...
reed
2016-03-13
*
Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...
reed
2016-03-13
*
more shader-->sp conversions
reed
2016-03-13
*
Implement an SkPaint-based image filter
ajuma
2016-01-08
*
Convert unit tests, GMs from SkBitmapSource to SkImagesource
fmalita
2015-09-15
*
Minor code cleanup (left over from prior CL)
robertphillips
2015-09-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
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
*
Add new SkPoint3 class
robertphillips
2015-07-13
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Change some more GMs to clear to opaque black, not transparent black.
senorblanco
2015-04-09
*
Move SkMatrixImageFilter into core, and add a factory fn for it.
senorblanco
2015-03-20
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
halcanary
2015-01-26
*
Factor out checkerboard function in gm and sampleapp into tools.
halcanary
2015-01-26
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Adding an option to render only the shadow in SkDropShadowImageFilter
sugoi
2014-10-23
*
Remove the single-sigma version of SkDropShadowImageFilter::Create().
senorblanco
2014-07-22
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
Implement a generic matrix transform image filter.
senorblanco@chromium.org
2014-03-25
*
Added Z scale when X and Y scale to spot lights and point lights
commit-bot@chromium.org
2014-03-13
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
Fix CTM scaling and clipping of SkRectShaderImageFilter.
senorblanco@chromium.org
2014-03-03
*
Fix CTM application in SkResizeImagefilter; implement bounds traversals.
senorblanco@chromium.org
2014-02-19
*
add peekPixels to SkCanvas and SkSurface
commit-bot@chromium.org
2014-02-13
[next]