index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkBlurDrawLooper.cpp
Commit message (
Expand
)
Author
Age
*
Remove use of SkSmallAllocator from all Loopers.
Herb Derby
2017-02-08
*
remove xfermode from public api
Mike Reed
2016-10-28
*
switch maskfilters to sk_sp
reed
2016-04-04
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
guard rasterizer and drawlooper setters
reed
2016-03-21
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
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
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Remove legacy constructor for blur draw looper.
commit-bot@chromium.org
2014-05-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-30
*
add asAShadowBlur for android to drawlooper
reed@google.com
2014-04-29
*
move common blur types into central header
commit-bot@chromium.org
2014-04-28
*
Use default save() flags in SkBlurDrawLooper.
commit-bot@chromium.org
2014-04-23
*
Make sure SkDrawLooper objects can only be allocated on the heap.
commit-bot@chromium.org
2014-04-15
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
[WIP] Add Context to SkDrawLooper.
commit-bot@chromium.org
2014-03-12
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
force readbuffer clients to use specialized readFoo for flattenables
reed@google.com
2013-10-16
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-28
*
Blur refactoring
robertphillips@google.com
2013-08-27
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Added toString to SkDrawLooper-derived classes
robertphillips@google.com
2013-01-28
*
Modify the blur bench to add tests for high-quality blurs, and large non-inte...
senorblanco@chromium.org
2012-11-29
*
Separable mask blurs: Add compile-time flag. Fix reversed offsets in asymme...
senorblanco@chromium.org
2012-11-20
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Fix a bunch of Coverity defects - class members not initialized in the constr...
vandebo@chromium.org
2012-03-28
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add option in flattening to write factory names inline, as we are recording.
reed@google.com
2011-06-21
*
Upstream android changes.
djsollen@google.com
2011-04-15
*
Simplify drawloopers and drawfilters. This allows the canvas to keep its
reed@google.com
2011-04-07
*
Fixes shadow colors with alpha value smaller that one. Results were too tran...
junov@google.com
2011-03-11
*
[Committed on behalf of junov@chromium.org]
senorblanco@chromium.org
2011-02-18
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
Patch by Mike Lawther (mikelawther@chromium.org).
senorblanco@chromium.org
2010-12-06
*
grab from latest android
reed@android.com
2008-12-17