Added support for PDF metadata
[platform/upstream/libSkiaSharp.git] / dm /
2017-01-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-06 Matthew LeibowitzMerge pull request #42 from mono/develop-next
2016-11-18 Matthew LeibowitzSeems git couldn't care about merging these files
2016-11-18 Matthew LeibowitzMerge branch 'chrome/m56' into update-m56
2016-11-13 Mike ReedRevert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
2016-11-10 Heather MillerRevert "Change SkCanvas to *not* inherit from SkRefCnt"
2016-11-09 Mike ReedChange SkCanvas to *not* inherit from SkRefCnt
2016-11-08 Ben WagnerMove SkOSPath out of include/core.
2016-11-08 fmalitaFix DM race in SVGSrc
2016-11-07 Hal Canaryfix android dm compile
2016-11-07 Hal Canaryfix svg compile
2016-11-07 Hal Canarybench, samples, etc: s/SkAutoTUnref/sk_sp/
2016-11-04 Tyler HoeflickerMerge remote-tracking branch 'upstream/xamarin-mobile...
2016-11-03 Ben WagnerFix iOS and Angle builds.
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-01 Brian OsmanRemove SkImageInfoIsGammaCorrect, etc...
2016-11-01 Matt SarettDelete qcms
2016-10-29 Matthew LeibowitzMerge pull request #32 from mono/update-m55
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-10-27 scroggoFix decoding GIF to 565
2016-10-25 Hal CanaryDM: JSON Debug Sink
2016-10-25 scroggoDM: Draw image frames in a grid
2016-10-25 Matthew LeibowitzMerge pull request #30 from mono/xamarin-mobile-bindings
2016-10-24 scroggoDifferentiate animated image results
2016-10-24 Mike KleinPrint what crashed DM on Android too.
2016-10-24 scroggoAdd support for multiple frames in SkCodec
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-20 Matt SarettSafely handle unsupported color xforms in SkCodec
2016-10-19 Matthew LeibowitzMerge pull request #28 from google/chrome/m55
2016-10-18 raftiasRefactored SkColorSpace and added in a Lab PCS GM
2016-10-17 liyuqianRevert "Resubmit issue 2221103002 to fix the iOS build...
2016-10-13 Mike Kleinremove SkError
2016-10-13 raftiasRemoved makeLinearGamma() from the public API for SkCol...
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike KleinMake global use-analytic-AA bit threadsafe.
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-04 liyuqianResubmit issue 2221103002 to fix the iOS build by decla...
2016-10-04 stephanaRevert of Analytic AntiAlias for Convex Shapes (patchse...
2016-10-04 liyuqianImplement AnalyticAA for convex shapes.
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-22 reeddocument.close from bool to void
2016-09-17 fmalita[SVGDom] Improved DM sizing
2016-09-16 scroggoMake SkPngCodec decode progressively.
2016-09-16 bungemanSkFontData to use smart pointers.
2016-09-15 bungemanRevert of SkFontData to use smart pointers. (patchset...
2016-09-15 bungemanSkFontData to use smart pointers.
2016-09-15 reedadd helpers for using SkData with picture serialization
2016-09-14 fmalita[SVGDom] Expose intrinsic size info
2016-09-14 fmalitaFix SVG flag iOS linking
2016-09-13 csmartdaltonAdd ContextOptions field to SkCommandLineConfigGpu
2016-09-13 msarettImplement Fill() for incomplete decodes to RGBA_F16
2016-09-13 reedadd pipecanvas
2016-09-12 reedchange SkStreams to work with sk_sp<SkData> instead...
2016-09-08 msarettChecking for valid colorType, alphaType, colorSpace...
2016-09-08 msarettRevert of Checking for valid colorType, alphaType,...
2016-09-08 msarettChecking for valid colorType, alphaType, colorSpace...
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-30 brianosmanSome tests around surface creation and snapshotting...
2016-08-16 fmalitaOnly test SVG DM sources against direct raster/gpu...
2016-08-15 mtkleinRevert of add parallel public API for recording SkLiteD...
2016-08-15 mtkleinadd parallel public API for recording SkLiteDL.
2016-08-07 mtkleinfinish SkLiteDL
2016-08-06 mtkleinSkLite*
2016-08-04 msarettCreate a separate src for colorspace tests
2016-08-04 fmalitaSpeculative fix for internal builds
2016-08-04 fmalitaAdd an SVG DM source
2016-08-03 msarettPerform color correction on png decodes
2016-08-02 bungemanMove off SK_SUPPORT_LEGACY_DATA_FACTORIES.
2016-07-29 msarettFix various SkColorSpace bugs
2016-07-29 csmartdaltonAdd test configs for instanced rendering
2016-07-29 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-29 msarettRevert of Add color space xform support to SkJpegCodec...
2016-07-28 msarettAdd color space xform support to SkJpegCodec (includes...
2016-07-27 mtkleinGN: dm
2016-07-26 brianosmanRemove SkSurfaceProps gamma-correctness flag entirely.
2016-07-26 brianosmanAlways supply a color space (sRGB for now) with F16
2016-07-25 mtkleinDM: print which task caused the crash.
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-22 mtkleinDM: don't redirect stderr to verbose.log
2016-07-21 msarettRemove unnecessary getColorSpace() API from SkCodec
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-15 msarettAdd capability for SkColorXform to output half floats
2016-07-15 fmalitaMake XML compilation conditional.
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-08 reeddeferred canvas
2016-06-23 msarettAdd support for 3D colorLUTs to SkColorXform
2016-06-21 msarettFix Mac clang linker
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-20 msarettSupport sRGB dsts in opt code
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
next