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
*
rebase
Cary Clark
2018-06-08
*
Revert "Reland "remove toString""
Cary Clark
2018-05-31
*
Reland "remove toString"
Cary Clark
2018-05-31
*
remove defines and add commas
Cary Clark
2018-05-21
*
Revert "remove toString"
Cary Clark
2018-05-20
*
remove toString
Cary Clark
2018-05-20
*
Fix fuzzer bug i.e., compute the correct repeated dst domain
Robert Phillips
2018-05-18
*
Prevent SkMatrixConvolutionImageFilter from allocating large buffers it can't...
Kevin Lubick
2018-05-18
*
Add SkIRect::adjust method
Robert Phillips
2018-05-18
*
Fix bugs related to SkMatrixConvolutionImageFilter in repeat mode
Robert Phillips
2018-05-18
*
Fix srcBounds computation in SkMatrixConvolutionImageFilter
Robert Phillips
2018-05-17
*
Minor refactoring to image filters
Robert Phillips
2018-05-14
*
remove SK_IGNORE_TO_STRING
Cary Clark
2018-04-05
*
saturate IPoint math, handle NaN in isEmpty
Mike Reed
2018-02-13
*
move checkLE functionality directly onto readbuffer
Mike Reed
2018-01-26
*
Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc
Robert Phillips
2018-01-24
*
create imagepriv and name params
Cary Clark
2017-11-03
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.
Brian Salomon
2017-08-11
*
only create new instance if needed for colorspacexformer
Mike Reed
2017-07-06
*
Clean up GrResourceProvider usage
Robert Phillips
2017-06-15
*
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
[next]