aboutsummaryrefslogtreecommitdiff
path: root/src/effects
AgeCommit message (Expand)Author
2019-01-24Remove nearly all use of SkColorSpaceTransferFnBrian Osman
2019-01-16hide SkPaint::getFlags/setFlags, use bool acessors insteadMike Reed
2019-01-15unflatten directly to font for legacy skpsMike Reed
2019-01-12Add SkBlurDrawLooper::Make(SkColor4f, SkColorSpace)Leon Scroggins III
2019-01-11Reduce reliance on the SkImage_Gpu's GrContext pointerRobert Phillips
2019-01-04paint is losing its text-related fieldsMike Reed
2018-12-19Integrate clamp to border into FP optimization flagsMichael Ludwig
2018-12-17Decal fallback for SkImageShaderMichael Ludwig
2018-12-13Move textureType() method from GrSurfaceProxy to GrTextureProxy.Brian Salomon
2018-12-11Try out clang-tidy, starting with bugprone-use-after-moveMike Klein
2018-12-05clean up conditional code for SkTextEncodingMike Reed
2018-12-03Fix two GPU image filters handling of subset inputsBrian Osman
2018-12-03flag to convert to SkTextEncodingMike Reed
2018-11-30Fix occurrences of "-Wextra-semi-stmt"Brian Salomon
2018-11-19Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel
2018-11-14Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel
2018-11-14Reland "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel
2018-11-12Remove unused exposedInAndroidJavaAPILeon Scroggins III
2018-11-09Revert "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel
2018-11-08Have a GrBackendFormat be stored on gpu proxies.Greg Daniel
2018-11-05Use SkPMColor4f throughout clear APIsBrian Osman
2018-11-02Remove SkUnPreMultiply::UnPreMultiplyPreservingByteOrderBrian Osman
2018-11-02Remove SkPM4f.h, fold contents into SkColorData.hBrian Osman
2018-10-30use from/to_srgb only when known to be in [0,1]Mike Klein
2018-10-26move unspecialized routines out of SkOptsMike Klein
2018-10-25stub SkReadBuffer when SK_DISABLE_READBUFFERMike Klein
2018-10-24remove src/jumperMike Klein
2018-10-20rename some flattenable routinesMike Klein
2018-10-20remove old type deserialization aliasesMike Klein
2018-10-20small tweaks to SkFlattenable::RegisterMike Klein
2018-10-19override getTypeName() instead of using tableMike Klein
2018-10-19clean up flattenable macro cruftMike Klein
2018-10-15Revert "converted AARectEffect to new FP system"Ethan Nicholas
2018-10-12converted AARectEffect to new FP systemEthan Nicholas
2018-10-12Remove dstColorSpace from SkSpecialImage::MakeFromImageBrian Osman
2018-10-04Add SkPMColor4f support to SkSLBrian Osman
2018-10-03Remove SkPM4fBrian Osman
2018-10-02Have pathkit use libpathkit.a for faster buildsKevin Lubick
2018-10-02Reland "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColo...Brian Osman
2018-10-01Remove a few exit-time destructors.Nico Weber
2018-09-30Revert "Reland "Reland "Preserve colorType and alphaType in SkImage::makeColo...Mike Klein
2018-09-28Reland "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""Brian Osman
2018-09-28Remove SkPM4fPriv.h includes, then IWYUBrian Osman
2018-09-21Revert "Reland "Preserve colorType and alphaType in SkImage::makeColorSpace""Brian Osman
2018-09-21Introduce SkRGBA4f, templated on SkAlphaTypeBrian Osman
2018-09-21Reland "Preserve colorType and alphaType in SkImage::makeColorSpace"Brian Osman
2018-09-21Revert "Preserve colorType and alphaType in SkImage::makeColorSpace"Brian Osman
2018-09-21Work toward removing SkPM4fBrian Osman
2018-09-21Preserve colorType and alphaType in SkImage::makeColorSpaceBrian Osman
2018-09-21[CanvasKit] Implement some basic Canvas/Surface things.Kevin Lubick