aboutsummaryrefslogtreecommitdiff
path: root/gm
AgeCommit message (Expand)Author
2018-02-01add gpu impl for shadermaskfilterMike Reed
2018-01-31Add SkSurface_Gpu::MakeWrappedRenderTarget methodRobert Phillips
2018-01-30Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now.Brian Salomon
2018-01-29handle conics in text warperMike Reed
2018-01-29compare textonpath techniquesMike Reed
2018-01-26remove SkColorSpace_BaseMike Klein
2018-01-26use coverage modes instead of blend modesMike Reed
2018-01-26Use int when possible to calculate atlas indices in shaders.Jim Van Verth
2018-01-25compose and combine maskfiltersMike Reed
2018-01-23Fix some fuzzer bugs from Skia's image filter fuzzerRobert Phillips
2018-01-22Move more internal methods from GrContext to GrContextPriv (take 3)Robert Phillips
2018-01-21remove unused SkRasterizerMike Reed
2018-01-20Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Leon Scroggins
2018-01-19Move more internal methods from GrContext to GrContextPriv (take 2)Robert Phillips
2018-01-19drawimage + maskfilter bug fixMike Reed
2018-01-19Revert "Move more internal methods from GrContext to GrContextPriv"Hal Canary
2018-01-19Move more internal methods from GrContext to GrContextPrivRobert Phillips
2018-01-19Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpaceGreg Daniel
2018-01-18add shadermaskfilterMike Reed
2018-01-17Add a GM and images to test SkEncodedOriginLeon Scroggins III
2018-01-16relax path bounds checkMike Reed
2018-01-16Funnel most proxy creation through GrProxyProviderRobert Phillips
2018-01-12Revert "relax path bounds check so we can draw larger paths"Mike Reed
2018-01-12relax path bounds check so we can draw larger pathsMike Reed
2018-01-12Revert "Revert "fix legacy makeRasterImage()""Mike Klein
2018-01-12Revert "fix legacy makeRasterImage()"Mike Klein
2018-01-11fix legacy makeRasterImage()Mike Klein
2018-01-10restore intersect methods to use old-style empty-checks on their inputsMike Reed
2018-01-09SkBitmap now *has* a SkPixmap.Hal Canary
2018-01-08Fix buildRobert Phillips
2018-01-08Add GrProxyProviderRobert Phillips
2018-01-05cubic-map for non-linear tMike Reed
2018-01-04Always create a raster (cached) imageBrian Osman
2018-01-02use tool_utils to encapsulate checking for recording canvas and makeSurfaceMike Reed
2017-12-22converted YUVEffect to SkSLEthan Nicholas
2017-12-21Make GrShape recognize horizontal/vertical dashed lines with 0 off intervals ...Brian Salomon
2017-12-21Revert "Revert "long rect dash fix with guards""Greg Daniel
2017-12-21Revert "long rect dash fix with guards"Greg Daniel
2017-12-20long rect dash fix with guardsCary Clark
2017-12-20Revert "long rect dash with guards"Cary Clark
2017-12-20Revert "forgot to turn off dash test"Cary Clark
2017-12-20forgot to turn off dash testCary Clark
2017-12-20long rect dash with guardsCary Clark
2017-12-20Add matrix stack to SkAtlasTextTarget.Brian Salomon
2017-12-19Revert "Revert "move homogenous with stride to matrixpriv""Brian Salomon
2017-12-19Revert "efficiently dash very large rectangles and very long lines"Cary Clark
2017-12-19Revert "disable large rect dash temporarily"Cary Clark
2017-12-19Fix alpha contribution to tonal color.Jim Van Verth
2017-12-19disable large rect dash temporarilyCary Clark
2017-12-19efficiently dash very large rectangles and very long linesCary Clark