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
*
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
*
Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...
commit-bot@chromium.org
2014-02-13
*
add peekPixels to SkCanvas and SkSurface
mike@reedtribe.org
2014-02-13
*
Implement correct clipping for image filters.
senorblanco@chromium.org
2014-02-05
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Apply the CTM to filter parameters for SkBlurImageFilter, SkDropShadowImageFi...
senorblanco@chromium.org
2014-01-20