DW last resort font default name not necessary.
[platform/upstream/libSkiaSharp.git] / gm /
2017-03-07 Mike ReedRevert[6] "Remove SkDraw from device-draw methods,...
2017-03-06 Mike Reedadd test for copy-on-write optimization
2017-03-06 Brian SalomonStore clipped bounds on GrOp rather than in parallel...
2017-03-04 Brian OsmanRebase and fix chromium
2017-03-03 Robert PhillipsSwitch SkImageGenerator over to generating GrTextureProxies
2017-03-03 Robert PhillipsMake GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
2017-03-01 Mike Reedadd isolate (init-with-previous) savelayer flag
2017-02-28 Jim Van VerthReland: Allow DFPathRenderer to store bitmaps at low...
2017-02-28 Cary ClarkRevert "Allow distance field path renderer to store...
2017-02-28 Jim Van VerthAllow distance field path renderer to store bitmaps...
2017-02-26 Mike Reedbegin to hide details of SkPathEffect
2017-02-24 Ben WagnerAdd SkTypeface::getVariationDesignPosition.
2017-02-23 Ben WagnerRevert "Add SkTypeface::getVariationDesignPosition."
2017-02-23 bungemanAdd SkTypeface::getVariationDesignPosition.
2017-02-23 Brian SalomonMake shadow_utils GM use its own SkResourceCache
2017-02-23 Yuqian LiDo not throw away the savelayer if kDontClipToLayer_Pri...
2017-02-23 Mike ReedRevert "Revert "Revert[2] "hide deprecated underline...
2017-02-23 Mike ReedRevert "Revert[2] "hide deprecated underline and strike...
2017-02-22 Mike ReedRevert[2] "hide deprecated underline and strikethru"
2017-02-22 csmartdaltonAdd the ability to enable/disable GPU path renderers
2017-02-22 Mike Reedhide trivial helpers on canvas
2017-02-22 Brian SalomonAttempt to stabilize shadow_utils GM for replay configs
2017-02-22 Jim Van VerthAdd new GMs to stress rendering of many circles and...
2017-02-17 Leon ScrogginsRevert "hide deprecated underline and strikethru"
2017-02-17 Ben WagnerRevert "Add SkTypeface::getVariationDesignPosition."
2017-02-17 Ben WagnerAdd SkTypeface::getVariationDesignPosition.
2017-02-17 Mike Reedhide deprecated underline and strikethru
2017-02-17 Florin MalitaFix drawVertices() texture mapping in the presence...
2017-02-16 Ben WagnerReplace use of SkBitmap::eraseRGB with eraseColor.
2017-02-16 Jim Van VerthUse SDF path miplevels based on the original path's...
2017-02-16 Dominic MazzoniImplement SkHighContrastFilter
2017-02-15 Mike Reedreturn and take SkImageGenerator as unique_ptr
2017-02-15 Robert PhillipsTighten up GrSurfaceProxy typing
2017-02-15 Mike Reedremoved unused code around scaled generators
2017-02-14 Matt SarettPicture backed images must have a bit depth and color...
2017-02-14 Mike Reedstop using SkScalarMul
2017-02-14 Mike Reedinclude what you use
2017-02-14 Mike Reedupdate gm to test 2 unclipped layers
2017-02-13 Stephen WhiteGrTessellator (AA): fix "Canvas Arcs" coverage artifact.
2017-02-13 Mike Reedadd gm for clipRegion
2017-02-13 Hal CanarySkPDF: better tolerance path conversion to quadratics
2017-02-13 Tenghui ZhuA simple gradient test
2017-02-13 Mike ReedRevert "Revert "IWYU""
2017-02-13 Robert PhillipsRemove unused/barely-supported compressed GrPixelConfigs
2017-02-11 Robert PhillipsRevert "IWYU"
2017-02-10 Jim Van VerthRevert "Use SDF path miplevels based on the original...
2017-02-10 Jim Van VerthUse SDF path miplevels based on the original path's...
2017-02-10 Mike ReedIWYU
2017-02-10 Robert PhillipsAdd GM to test ETC1
2017-02-10 Brian SalomonFix size of vertices GM to show all content
2017-02-10 Robert PhillipsFix new_texture_image in "preAbandonGpuContext" mode
2017-02-10 Hal CanaryMake header files self-sufficient
2017-02-09 Robert PhillipsFix simple-magnification GM in "--preAbandonGpuContext...
2017-02-08 Herb DerbyRemove double free in GM and Bench.
2017-02-07 Herb DerbyReduce stack usage for tests.
2017-02-07 Herb DerbyUse SkArenaAlloc in the SkAutoBlitterChoose code.
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Brian OsmanAddress feedback on makeTextureImage
2017-02-07 Robert PhillipsRevert "Use SkArenaAlloc instead of SkSmallAllocator...
2017-02-07 Matt SarettRevert "SkColorSpace: remove named API, add gamut API"
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Brian OsmanBring back SkImage::makeTextureImage
2017-02-07 Herb DerbyUse SkArenaAlloc instead of SkSmallAllocator in the...
2017-02-07 Brian OsmanFix canvas size of new tiled bitmap GM
2017-02-07 Robert PhillipsAdd GM to exercise some of the darker corners of SkMagn...
2017-02-06 Brian OsmanFix rounding error with tiled bitmap draws
2017-02-06 Stephen WhiteGrTessellator (AA): improve antialiasing of thin shapes.
2017-02-06 Brian SalomonMake workaround for std::unique_ptr<const T[]> bug...
2017-02-06 Brian SalomonWork around broken std::unique_ptr<const T[]> construct...
2017-02-06 Brian SalomonAdd refcnt'ed immutable vertices class for SkCanvas...
2017-02-03 Brian SalomonBatch across matrix changes in drawVertices and add...
2017-02-03 Brian Salomonfix up shadow_utils gm dimensions
2017-02-01 Brian SalomonAdd a GM for SkShadowUtils and fix a few issues.
2017-01-31 Robert PhillipsReduce use of SkImage_Base::peekTexture
2017-01-30 Robert PhillipsRationalize GrContext's Gr*Proxy getter naming
2017-01-30 Robert PhillipsPush GrTextureProxy down to more effects
2017-01-28 Matt SarettUpdate SkJPEGImageEncoder
2017-01-27 Stephen WhiteAA GrTessellator: fix bevelling of acute angles.
2017-01-27 Leon Scroggins IIIGenerate Android build targets for dm and nanobench
2017-01-26 Matt SarettFix gradients gm
2017-01-26 Matt SarettAdd SkICC::rawTransferFnData()
2017-01-26 Brian OsmanMove SkGammaColorFilter to tools, limit to sRGB
2017-01-26 Brian SalomonFix clang warning about unused lambda capture.
2017-01-24 Robert PhillipsAllow GrSingleTextureEffect to take GrTextureProxies
2017-01-24 Matt SarettAdd F16 and gamma correct support to webp encoder
2017-01-24 Robert PhillipsMake GrYUVEffect take GrTextureProxies
2017-01-24 Mike KleinTemporarily restore colorcube bench and GM files.
2017-01-23 Matt SarettMake SkWEBPImageEncoder use transform_scanline_procs
2017-01-23 Mike Reedchange clip-bounds getters to always return the rect
2017-01-21 Mike KleinRemove SkColorCubeFilter. It is unused.
2017-01-20 Brian OsmanForce Index8 to N32 in deferred texture path.
2017-01-20 Robert PhillipsContinue making Ganesh use absolute texture coordinates...
2017-01-20 Joe GregorioRevert "explictly fail to draw unpremul, as this is...
2017-01-19 Matt SarettAdd F16 support to SkPNGImageEncoder
2017-01-19 Mike Reedexplictly fail to draw unpremul, as this is buggy,...
2017-01-19 Robert PhillipsMake savelayer_* GM be 565 friendly
2017-01-19 Matt SarettImplement sk_tool_utils::copy_to_g8(), used by gms
2017-01-18 Robert PhillipssaveLayer experiments
2017-01-17 Brian OsmanFix code that relied on readPixels not doing color...
2017-01-17 Joe GregorioRevert "Continue making Ganesh use absolute texture...
next