aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Re-land "converted OverdrawColorFilter to SkSL"Gravatar Ethan Nicholas2017-10-26
* Consistently round fOffset in SkOffsetImageFilterGravatar Fredrik Söderquist2017-10-26
* Revert "converted OverdrawColorFilter to SkSL"Gravatar Ethan Nicholas2017-10-25
* converted OverdrawColorFilter to SkSLGravatar Ethan Nicholas2017-10-25
* Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter.Gravatar Brian Salomon2017-10-25
* Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conve...Gravatar Brian Salomon2017-10-24
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* Remove color space xform from alpha threshold FPGravatar Brian Osman2017-10-19
* Remove color space xform from GrTextureDomain & GrSimpleTextureEffectGravatar Brian Osman2017-10-18
* Convert several effects to use color space xform FPGravatar Brian Osman2017-10-18
* Remove unnecessary includes of GrColorSpaceXform.hGravatar Brian Osman2017-10-16
* converted GrRectBlurEffect to SkSLGravatar Ethan Nicholas2017-10-16
* SkSL FPs now support child processors, converted ArithmeticFP to SkSLGravatar Ethan Nicholas2017-10-11
* Remove trailing whitespace.Gravatar Ben Wagner2017-10-09
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* Remove fIsMipMapped from GrSurfaceDescGravatar Greg Daniel2017-09-26
* Add ability to remove unique key from proxy and underlying surface.Gravatar Greg Daniel2017-09-26
* Reland "Fix SkImageSource::filterBounds()" againGravatar Xianzhu Wang2017-09-25
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* Add SK_API to APIs used by the android framework.Gravatar Derek Sollenberger2017-09-21
* Revert "Reland "Fix SkImageSource::filterBounds()""Gravatar Florin Malita2017-09-18
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Reland "Fix SkImageSource::filterBounds()"Gravatar Xianzhu Wang2017-09-16
* Revert "Fix SkImageSource::filterBounds()"Gravatar Mike Reed2017-09-15
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Fix SkImageSource::filterBounds()Gravatar Xianzhu Wang2017-09-15
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Optimize filterBounds() of SkArithmeticImageFilter/SkXfermodeImageFilterGravatar Xianzhu Wang2017-09-12
* Revert "Revert "Switch to the new SkSL lexer.""Gravatar Ethan Nicholas2017-09-11
* Revert "Switch to the new SkSL lexer."Gravatar Ethan Nicholas2017-09-11
* Switch to the new SkSL lexer.Gravatar Ethan Nicholas2017-09-11
* Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scrat...Gravatar Greg Daniel2017-09-08
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove isMipMapped from GrSurfaceDescGravatar Greg Daniel2017-09-06
* Fix poor handling of nullptr for new blur codeGravatar Herb Derby2017-08-22
* Add SK_API to SkOverdrawCanvas and SkOverdrawColorFilter.Gravatar Sadrul Habib Chowdhury2017-08-18
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Fix string typing in generated codeGravatar Brian Osman2017-08-15
* Switch SkSL to std::stringGravatar Brian Osman2017-08-14
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Require clone() be implemented by GrFragmentProcessor subclassesGravatar Brian Salomon2017-07-31
* automatically generate clone() methods for SkSL fragment processorsGravatar Ethan Nicholas2017-07-31
* Two small fixes from recent changes prepping for std::unique_ptr<GrFragmentPr...Gravatar Brian Salomon2017-07-28
* renamed SkSL types in preparation for killing precision modifiersGravatar Ethan Nicholas2017-07-28
* Implement clone for GrLightingEffect descendantsGravatar Brian Salomon2017-07-28
* Add missing clone method to GrMorphologyEffectGravatar Brian Salomon2017-07-28
* Implement clone for 6 additional GrFragmentProcessor subclasses.Gravatar Brian Salomon2017-07-28