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
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
SkImageFilter::onMakeColorSpace() - more overrides
Matt Sarett
2017-04-10
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Remove asTextureRef from SkSpecialImage & update effects accordingly (take 2)
Robert Phillips
2017-02-20
*
SkScalarMul is deprecated
Mike Reed
2017-02-14
*
Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly"
Robert Phillips
2017-02-08
*
Remove asTextureRef from SkSpecialImage & update effects accordingly
Robert Phillips
2017-02-07
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Add ImageToColorSpace helper in SkImageFilter
Brian Osman
2016-12-29
*
Revert "Add ImageToColorSpace helper in SkImageFilter"
Brian Osman
2016-12-29
*
Add ImageToColorSpace helper in SkImageFilter
Brian Osman
2016-12-29
*
Add color space fallback for matrix convolution filter
Brian Osman
2016-12-27
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Add output format properties to SkImageFilter::Context
brianosman
2016-09-22
*
Adding color space to SkSpecialImage
brianosman
2016-07-21
*
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
[next]