aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* 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
* SkNx_shuffleGravatar mtklein2015-09-10
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Clean up remaining users of SkPMFloatGravatar mtklein2015-08-31
* Fix leak in test create for perlin noise fpGravatar bsalomon2015-08-29
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...Gravatar rmistry2015-08-28
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Replace SkPin32 with SkTPin and remove.Gravatar bungeman2015-08-28
* Remove overly complicated GR_CREATE_STATIC_PROCESSOR macroGravatar mdempsky2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Fix clipped lighting image filters.Gravatar senorblanco2015-08-26
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-20
* Revert "Update SkLightingShader to support rotation"Gravatar robertphillips2015-08-19
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* change asABitmap to isABitmap on shaderGravatar reed2015-08-19
* Patches on top of Radu's latest.Gravatar mtklein2015-08-19
* Update SkLightingShader to support rotationGravatar robertphillips2015-08-19
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Patches on top of Radu's latest.Gravatar mtklein2015-08-18
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* Port morphology to SkOpts.Gravatar mtklein2015-08-04
* Port SkBlurImage opts to SkOpts.Gravatar mtklein2015-08-04
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Address some SkLightingShader TODOsGravatar robertphillips2015-07-31
* Minor cleanup of SkLightingShaderGravatar robertphillips2015-07-30