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
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Pull SkMergeImageFilter out into its own file.
senorblanco@chromium.org
2012-12-04
*
Add a factory Create function for SkColorFilterImageFilter, and move the matr...
senorblanco@chromium.org
2012-10-26
*
Protect filter_texture() against render target change.
senorblanco@chromium.org
2012-10-24
*
Reenable pipe for imagefiltersgraph GM on Android.
scroggo@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Move SkColorFilterImageFilter into its own file.
senorblanco@chromium.org
2012-08-20
*
Disable imagefiltersgraph from running through pipe on android
scroggo
2012-08-20
*
Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity
senorblanco@chromium.org
2012-08-20