aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Simplify SkGpuBlurUtils.Gravatar senorblanco2015-11-03
* Revert of stop using drawSprite (at least w/ no filters) as it is going away ...Gravatar robertphillips2015-11-03
* Make SkBlurImageFilter capable of cropping during blur (raster path)Gravatar senorblanco2015-11-02
* stop using drawSprite (at least w/ no filters) as it is going awayGravatar reed2015-11-02
* Revert of Make SkBlurImageFilter capable of cropping during blur (patchset #1...Gravatar senorblanco2015-11-02
* Make SkBlurImageFilter capable of cropping during blur (raster path)Gravatar senorblanco2015-11-02
* Remove GrGLProcessor and create GrGLSLTextureSampler class.Gravatar egdaniel2015-10-29
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Fix some GPU filters to use the correct size constraint.Gravatar senorblanco2015-10-23
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* Move GrGLShaderVar to GrGLSLGravatar egdaniel2015-10-21
* Move shader precision modifier check onto GLSLCapsGravatar egdaniel2015-10-21
* Stop creating static GrProcessor instancesGravatar bsalomon2015-10-21
* Use the current OpengGL standard to determine blur precision, rather than kGLESGravatar Brian Salomon2015-10-20
* Image filters: Replace all use of tryAllocPixels() with createDevice().Gravatar senorblanco2015-10-20
* Revert of Update feSpotLight to match spec (patchset #2 id:20001 of https://c...Gravatar caryclark2015-10-20
* Update feSpotLight to match specGravatar ericrk2015-10-19
* The SkArithmeticMode_gpu GL filters support clamping to validGravatar ericrk2015-10-19
* Fix for GM:bigblurs not actually blurring some of the rectangles on Nexus 10.Gravatar ethannicholas2015-10-19
* Remove DrawingMgr shims from GrContextGravatar robertphillips2015-10-17
* 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
* change more effects to only expose factoriesGravatar reed2015-10-12
* Remove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia properGravatar fmalita2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Optional gradient ditheringGravatar fmalita2015-10-09
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Revert "Revert of factories should return baseclass, allowing the impl to spe...Gravatar reed2015-10-06
* Revert of factories should return baseclass, allowing the impl to specialize ...Gravatar schenney2015-10-06
* factories should return baseclass, allowing the impl to specializeGravatar reed2015-10-06
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Nei...Gravatar robertphillips2015-10-04
* Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor)Gravatar robertphillips2015-10-04
* Base SkAutoTUnref on skstd::unique_ptr.Gravatar bungeman2015-10-01
* Revert of Have GrRectBlurEffect use Linear filtering (rather than Nearest Nei...Gravatar robertphillips2015-10-01
* Have GrRectBlurEffect use Linear filtering (rather than Nearest Neighbor)Gravatar robertphillips2015-09-30
* Use child processors to implement compose color filter.Gravatar bsalomon2015-09-29
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Remove SkBitmapSourceGravatar fmalita2015-09-25
* Eliminate some clutter in SkFlattenableGravatar mdempsky2015-09-24
* Mangle output var in GrGLFragmentProcessor::emitChildGravatar bsalomon2015-09-24
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22
* Remove SkNEW and SkDELETE macrosGravatar mdempsky2015-09-22
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Fix vs2015 buildGravatar bsalomon2015-09-15
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* SkImageSourceGravatar fmalita2015-09-14