index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkMatrixConvolutionImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Switch SkMatrixConvolutionImageFilter over to new onFilterImage interface
robertphillips
2016-04-13
*
Update MatrixConvolutionImageFilter to sk_sp
robertphillips
2016-04-08
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Image filters: optimize crop rect application.
senorblanco
2016-04-01
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
Change signatures of filter bounds methods to return a rect.
senorblanco
2016-03-21
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
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
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
Matrix convolution bounds fix; affectsTransparentBlack fixes.
senorblanco
2015-12-07
*
Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patc...
senorblanco
2015-12-05
*
Matrix convolution bounds fix; affectsTransparentBlack fixes.
senorblanco
2015-12-04
*
Image filters: Replace all use of tryAllocPixels() with createDevice().
senorblanco
2015-10-20
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Replace SkPin32 with SkTPin and remove.
bungeman
2015-08-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
Thread GrShaderDataManager through Image filters
joshualitt
2015-07-08
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
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
*
Added missing validation
sugoi
2014-11-17
*
Sanitize SkMatrixConvolutionImageFilter creation params.
senorblanco
2014-09-29
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
make allocPixels throw on failure
reed
2014-09-02
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Adding repeat mode to texture domain
joshualitt
2014-07-29
*
Initial change to move 2D kernel to its own file.
joshualitt
2014-07-22
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Clean up SkImageFilter constructors.
senorblanco
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
hide SkBitmap::setConfig
reed
2014-06-09
*
Adding kernel offset validation
sugoi
2014-06-06
*
use colortype instead of config
reed
2014-06-02
*
Fix for SkMatrixConvolutionImageFilter with large borders.
senorblanco@chromium.org
2014-05-02
*
Add a fix for a spurious assert in SkMatrixConvolutionImageFilter.
senorblanco@chromium.org
2014-05-01
*
Implement bounds traversals for tile and matrix convolution filters.
senorblanco@chromium.org
2014-04-29
*
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...
commit-bot@chromium.org
2014-04-11
[next]