- 3ed7cb5 Allow kNoCropRect to be referenced by Michael Ludwig · 4 years, 1 month ago
- 8aa0edf move SkTPin to include/private by Mike Klein · 4 years, 1 month ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 1 month ago
- 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 1 month ago
- c98d5b6 Expand image filter factories to accept more types for crop rects by Michael Ludwig · 4 years, 1 month ago
- 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 4 years, 1 month ago
- 766eeb2 Return target rect for SkPictureImageFilter forward bounds mapping by Fredrik Söderqvist · 4 years, 2 months ago
- 0ea0c5e More conservative reverse mapping bounds for SkDisplacementMapEffect by Fredrik Söderqvist · 4 years, 2 months ago
- 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years, 2 months ago
- 6763a71 Limit morphology radius to 100 pixels by Brian Osman · 4 years, 2 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 2 months ago
- 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 2 months ago
- 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 3 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 3 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
- 3b08f35 deserialize SkFilterQuality safely by Mike Klein · 4 years, 3 months ago
- 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 3 months ago
- 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years, 4 months ago
- cc73078 Remove input-color modulation from GrGLLightingEffect. by John Stiles · 4 years, 4 months ago
- f743d4e Rename Xfermode fragment processor to Blend. by John Stiles · 4 years, 4 months ago
- 5933d7d Update GrPaint APIs to reflect lack of multiple color processors. by John Stiles · 4 years, 4 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
- 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
- 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years, 4 months ago
- dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years, 4 months ago
- 2a138b9 Update GrMorphologyEffect to take an inputFP. by John Stiles · 4 years, 4 months ago
- 6609cb6 Update existing TestCreate methods to honor the inputFP in the TestData. by John Stiles · 4 years, 4 months ago
- 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years, 4 months ago
- c477786 Revert "Revert "remove support for serialized pictures before aug 2019"" by Mike Reed · 4 years, 4 months ago
- 59e1602 Revert "remove support for serialized pictures before aug 2019" by Mike Reed · 4 years, 4 months ago
- 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years, 4 months ago
- 380fba6 remove support for serialized pictures before aug 2019 by Mike Reed · 4 years, 4 months ago
- 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 4 months ago
- 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 4 months ago
- 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 4 months ago
- a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 4 months ago
- eb77035 Update SkXfermodeImageFilter to consolidate color processors. by John Stiles · 4 years, 4 months ago
- 3c8178b Remove deprecated form of `asFragmentProcessor` method. by John Stiles · 4 years, 4 months ago
- 234592c Add support for an inputFP in SkHighContrast_Filter::asFragmentProcessor by John Stiles · 4 years, 4 months ago
- 3851be4 Add support for an inputFP in SkTableColorFilter::asFragmentProcessor. by John Stiles · 4 years, 4 months ago
- 795efd2 Add pass-through sampling to SkVM, use it when possible by Brian Osman · 4 years, 4 months ago
- b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
- 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
- 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
- 3e62762 Clean up GrColorSpaceXformEffect to allow a null child FP. by John Stiles · 4 years, 4 months ago
- fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 5 months ago
- c36b8aa Add support for passing an inputFP to SkColorFilter objects. by John Stiles · 4 years, 5 months ago
- e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 5 months ago
- b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 5 months ago
- 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 5 months ago
- d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 5 months ago
- 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 5 months ago
- f5cd604 GrMagnifierEffect uses child for src by Brian Salomon · 4 years, 5 months ago
- 6b2caf7 GrAlphaThresholdFragmentProcessor uses child processor for mask. by Brian Salomon · 4 years, 5 months ago
- e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 5 months ago
- 9ec6b05 Add cloneAndRegisterAllChildProcessors. by John Stiles · 4 years, 5 months ago
- 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 5 months ago
- ac16760 Make GrMorphologyEffect use GrTextureEffect by Brian Salomon · 4 years, 5 months ago
- 076c888 Make ColorTableEffect use child processor by Brian Salomon · 4 years, 5 months ago
- 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 5 months ago
- 9010c86 Update GrAlphaThresholdFragmentProcessor to use a child FP. by John Stiles · 4 years, 5 months ago
- 75da651 Update GrLumaColorFilterEffect to use a child FP. by John Stiles · 4 years, 5 months ago
- 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 5 months ago
- 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
- 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 6 months ago
- 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 6 months ago
- 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 6 months ago
- 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 6 months ago
- b6d158a use SkOnce for singleton patheffect by Mike Reed · 4 years, 6 months ago
- 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 6 months ago
- c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 6 months ago
- 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 6 months ago
- 9ded74e use strokeandfill patheffect, and fix it by Mike Reed · 4 years, 6 months ago
- 3e84312 add new patheffect for stroke-and-fill by Mike Reed · 4 years, 6 months ago
- 08f986d Added SkSL unpremul intrinsic by Brian Osman · 4 years, 6 months ago
- 00ddb00 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 6 months ago
- a117e7b Revert "Reland "Support large kernels on GPU in matrix convolution effect"" by Adlai Holler · 4 years, 6 months ago
- 76cb9c4 Reland "Support large kernels on GPU in matrix convolution effect" by Adlai Holler · 4 years, 6 months ago
- 41e377d Revert "Support large kernels on GPU in matrix convolution effect" by Brian Salomon · 4 years, 6 months ago
- 1ed4391 Support large kernels on GPU in matrix convolution effect by Adlai Holler · 4 years, 6 months ago
- b0aab2c Reland "Revert "Revert "GrDisplacementEffect uses GrTextureEffect.""" by Brian Salomon · 4 years, 7 months ago
- a73819b test overdraw filter via public api by Mike Klein · 4 years, 7 months ago
- 1bf1274 Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" by Kevin Lubick · 4 years, 7 months ago
- 9ad0178 remove legacy deserialization of overdrawcolorfilter by Mike Reed · 4 years, 7 months ago
- 16abfa5 Revert "Revert "GrDisplacementEffect uses GrTextureEffect."" by Brian Salomon · 4 years, 7 months ago
- 0b40673 Revert "GrDisplacementEffect uses GrTextureEffect." by Brian Salomon · 4 years, 7 months ago
- b6af407 change Overdraw colorfilter to be pure sksl by Mike Reed · 4 years, 7 months ago
- a111297 GrDisplacementEffect uses GrTextureEffect. by Brian Salomon · 4 years, 7 months ago
- d903fcf GrLightingEffect uses GrTextureEffect by Brian Salomon · 4 years, 7 months ago
- 694ec49 GrMatrixConvolutionEffect uses GrTextureEffect by Brian Salomon · 4 years, 7 months ago
- 5843012 Add sample(child, matrix) to SkSL. by Ethan Nicholas · 4 years, 7 months ago
- cc81e20 Take MorphologyImageFilter radii as SkScalar. by Ben Wagner · 4 years, 7 months ago
- 0022f5c [SkTrimPathEffect] Preserve wrap-around continuity by Florin Malita · 4 years, 7 months ago
- 469dd64 Use round for morphology radius by Michael Ludwig · 4 years, 7 months ago
- 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 7 months ago
- f3b9a30 Use infix syntax from skvm by Mike Reed · 4 years, 7 months ago
- 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 7 months ago
- 47737a1 remove inv() by Mike Klein · 4 years, 7 months ago
- ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 8 months ago