aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkXfermodeImageFilter.cpp
Commit message (Expand)AuthorAge
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Image filters: change applyCropRect() to take a src rect.Gravatar senorblanco2016-02-16
* Alter SkXfermode's asFragmentProcessor & asXPFactory contractsGravatar robertphillips2016-02-09
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* Fix SkXfermodeImageFilter GPU fast path for differing sizes.Gravatar senorblanco2016-01-13
* remove imagefilter::sizeconstraintGravatar reed2016-01-11
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Fix some GPU filters to use the correct size constraint.Gravatar senorblanco2015-10-23
* Image filters: refactor input GPU processing into filterInputGPU().Gravatar senorblanco2015-10-16
* Image Filters: refactor all CPU input processing into a filterInput helper fu...Gravatar senorblanco2015-10-15
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Return failure if getInputResultsGPU fails in SkXfermodeImageFilterGravatar robertphillips2015-08-21
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Misc cleanupGravatar robertphillips2015-07-22
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Add bigtileimagefilter GM & improvements to toStringGravatar robertphillips2015-06-08
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-04
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-04
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-02
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-02
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Switch textures created by DeviceImageFilterProxy toGravatar senorblanco2015-04-07
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...Gravatar joshualitt2015-02-25
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25
* Dynamically create stencil buffer when needed.Gravatar bsalomon2015-02-23
* Pass Rendertarget into context.Gravatar joshualitt2015-02-18
* Do some minor pre cleanup work before converting all xfermodes to XPs.Gravatar egdaniel2015-01-14
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* remove view matrix from contextGravatar joshualitt2014-12-17
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Move MakeDivByTextureWHMatrix to GrCoordTransformGravatar bsalomon2014-08-29
* Reimplement deserialization of SkImageFilter's uniqueID.Gravatar senorblanco2014-08-26