index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkXfermodeImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Adding color space to SkSpecialImage
brianosman
2016-07-21
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Fix bug & add code to catch ImageFilter clearing bugs
robertphillips
2016-05-12
*
Add Gr*Proxy classes
robertphillips
2016-05-04
*
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...
robertphillips
2016-05-03
*
Add Gr*Proxy classes
robertphillips
2016-05-03
*
Refactor drawContext/RenderTarget creation
robertphillips
2016-04-28
*
Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...
robertphillips
2016-04-28
*
Refactor drawContext/RenderTarget creation
robertphillips
2016-04-27
*
Bring sk_sp to GrDrawContext
robertphillips
2016-04-27
*
Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurface
robertphillips
2016-04-25
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Switch SkXfermodeImagerFilter over to new onFilterImage interface
robertphillips
2016-04-15
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Update SkXfermodeImageFilter to sk_sp
robertphillips
2016-04-05
*
Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of http...
robertphillips
2016-04-04
*
Update SkXfermodeImageFilter to sk_sp
robertphillips
2016-04-04
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
Image filters: fix crop rect application in SkXfermodeImageFilter.
senorblanco
2016-03-31
*
Update SkMergeImageFilter to sk_sp
robertphillips
2016-03-30
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Image filters: change applyCropRect() to take a src rect.
senorblanco
2016-02-16
*
Alter SkXfermode's asFragmentProcessor & asXPFactory contracts
robertphillips
2016-02-09
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
Fix SkXfermodeImageFilter GPU fast path for differing sizes.
senorblanco
2016-01-13
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Fix some GPU filters to use the correct size constraint.
senorblanco
2015-10-23
*
Image filters: refactor input GPU processing into filterInputGPU().
senorblanco
2015-10-16
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Insert clip fragment processor outside GrCMM
bsalomon
2015-10-07
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Return failure if getInputResultsGPU fails in SkXfermodeImageFilter
robertphillips
2015-08-21
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Misc cleanup
robertphillips
2015-07-22
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
[next]