index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
imagefiltersgraph.cpp
Commit message (
Expand
)
Author
Age
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
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
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
make imagefilters* imagemagnifier imageresizetiled portable
caryclark
2015-07-16
*
Use a black background in imagefiltersgraph so 8888 and 565 look similar.
mtklein
2015-03-27
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
use globals to register custom effects
reed
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Add standard fonts to all GMs.
Cary Clark
2014-07-31
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove some unnecessary uses of SkOnce.
commit-bot@chromium.org
2014-05-27
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
Put SimpleOffsetFilter on heap.
commit-bot@chromium.org
2014-03-18
*
Implement support for expanding crop rects in image filters
senorblanco@chromium.org
2014-03-14
*
Revert "Implement support for expanding crop rects in image filters"
senorblanco@chromium.org
2014-03-14
*
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
*
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
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Make SkImageFilter crop rects relative to the primitive origin, instead of re...
senorblanco@chromium.org
2014-01-03
*
Adding more validation
commit-bot@chromium.org
2013-11-25
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Remove unnamed namespace usage from 'gm'.
commit-bot@chromium.org
2013-11-20
*
Fix drawBitmap() of scratch texture.
senorblanco@chromium.org
2013-10-24
*
Apply matrix early in draw bitmap
commit-bot@chromium.org
2013-10-24
*
Revert "Apply matrix early in draw bitmap"
scroggo@google.com
2013-10-23
*
Apply matrix early in draw bitmap
commit-bot@chromium.org
2013-10-23
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed...
senorblanco@chromium.org
2013-08-01
[next]