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
*
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
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
more threading of GrShaderDataManager
joshualitt
2015-07-08
*
Add bigtileimagefilter GM & improvements to toString
robertphillips
2015-06-08
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-04
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-04
*
Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...
robertphillips
2015-06-02
*
Fix dst bound reported by SkTileImageFilter
robertphillips
2015-06-02
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Switch textures created by DeviceImageFilterProxy to
senorblanco
2015-04-07
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Dynamically create stencil buffer when needed.
bsalomon
2015-02-23
*
Pass Rendertarget into context.
joshualitt
2015-02-18
*
Do some minor pre cleanup work before converting all xfermodes to XPs.
egdaniel
2015-01-14
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
remove view matrix from context
joshualitt
2014-12-17
*
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
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Move MakeDivByTextureWHMatrix to GrCoordTransform
bsalomon
2014-08-29
*
Reimplement deserialization of SkImageFilter's uniqueID.
senorblanco
2014-08-26
[next]