platform/upstream/libSkiaSharp.git
2017-05-12 Matthew LeibowitzUpdate the color space bits
2017-05-12 Matthew LeibowitzJust disable Jumper for tvOS
2017-05-12 Matthew LeibowitzMerge branch 'xamarin-mobile-bindings' into update-m58
2017-05-12 Matthew LeibowitzAdded some C APIs
2017-05-11 Matthew Leibowitzupdated the structs and added tests for future breaks
2017-05-11 Matthew LeibowitzAdded the C API for SkPath::computeTightBounds()
2017-05-07 Matthew LeibowitzFixed bug in XPS factory declaration
2017-05-07 Matthew LeibowitzWinRT has an issue with uninitialized SkNf
2017-05-06 Matthew LeibowitzUpdated to the C API after updating the C++ API
2017-05-06 Matthew Leibowitzfixes for XPS
2017-05-06 Matthew Leibowitzbitcode support requires a few changes
2017-05-06 Matthew Leibowitztemporarily disable jumper so we can get the update...
2017-05-06 Matthew Leibowitzsk_effects has already been split into the source files
2017-05-06 Matthew LeibowitzCorrecting merge issues
2017-05-06 Matthew LeibowitzUpdate xamarin-mobile-bindings with chrome/m58
2017-04-24 Matthew LeibowitzA fix for detecting if XPS is supported on UWP
2017-04-21 Ben WagnerFix advances for aliased text with DirectWrite.
2017-04-21 Matthew LeibowitzAdded some members
2017-04-11 Mike KleinRevert "Support Canvas Clip on Blit Framebuffer"
2017-04-11 Eric KarlSupport Canvas Clip on Blit Framebuffer
2017-03-29 herbFix overflow bug in slow span.
2017-03-28 Ben WagnerCheck that the FT_Face actually exists in SkTypeface_Fr...
2017-03-26 Matthew LeibowitzSomehow this got nuked
2017-03-25 Matthew LeibowitzUse SkArithmeticImageFilter directly
2017-03-24 Matthew LeibowitzAdded the api to inform the device that the bitmap...
2017-03-23 Matthew LeibowitzAdded some more surface members
2017-03-21 Matthew LeibowitzBindings for encoding the pixels under a pixmap
2017-03-21 Matthew LeibowitzAllow creation of an initialized data
2017-03-21 Matthew LeibowitzAdded some more stream members
2017-03-20 Matthew LeibowitzAdded the bindings for XPS documents
2017-03-20 Matthew LeibowitzMerge pull request #52 from mono/update-m57
2017-03-16 Matthew LeibowitzReverting all changes to the gyp files as they aren...
2017-03-16 Matthew LeibowitzA few changes for UWP
2017-03-14 Matthew LeibowitzFixed iOS / tvOS support
2017-03-14 Matthew LeibowitzWe must ensure that we include SkTypes.h before doing...
2017-03-14 Matthew LeibowitzUpdating the C API to match the C++ layer
2017-03-12 Matthew LeibowitzMake C API compatible with -Wstrict-prototypes
2017-03-12 Matthew LeibowitzMerge branch 'chrome/m57' into update-m57
2017-03-09 Stephen WhiteGrTessellator: add a null-check for a clusterfuzz test...
2017-03-07 Brian SalomonDon't batch circles and circular rrects beyond index...
2017-03-07 Matthew LeibowitzAdded binding for bit shifts
2017-03-02 Robert PhillipsM58 cherry-pick: Re-enable code accidently disabled...
2017-03-02 Matthew LeibowitzDifferentiate between unpremultiplied color and premult...
2017-03-02 Mike KleinSome small SkJumper refactoring.
2017-03-02 Brian OsmanRevert "Revert "Revert "Move GrTextureProvider to src"""
2017-03-02 Greg DanielAdd support for Semaphores (gpu waiting on gpu) in...
2017-03-01 Ben WagnerMake SkTypeface::onGetVariationDesignPosition pure...
2017-03-01 Mike KleinSkJumper: upgrade to Clang 3.9
2017-03-01 Ben WagnerRemove SK_HAS_DWRITE_X defines.
2017-03-01 Ben WagnerCall FT_Set_Default_Properties when available.
2017-03-01 Brian OsmanRevert "Revert "Move GrTextureProvider to src""
2017-03-01 Hal CanaryFuzzCanvas: fix text generation BUG=skia:6299
2017-03-01 Brian OsmanRevert "Move GrTextureProvider to src"
2017-03-01 Ben WagnerAdd Galaxy J5 bots.
2017-03-01 Brian OsmanAdd path renderer options to viewer GUI
2017-03-01 Brian SalomonRemove stencil related flags from GrInstancedPipelineInfo.
2017-03-01 Mike Reedremove unneeded android flag for textdecorations
2017-03-01 Cary Clarkfix fuzzer
2017-03-01 Brian SalomonUnpremul the blend constant in PDLCDXferProcessor.
2017-03-01 Stephen WhiteGrTessellator: minor cleanups and speedups.
2017-03-01 Herb DerbyUse SkArenaAlloc in SkEdgeBuilder.
2017-03-01 Brian OsmanMove GrTextureProvider to src
2017-03-01 Brian OsmanSet window dimensions in raster on Unix
2017-03-01 Brian SalomonUse GrAAType in instanced rendering.
2017-03-01 Brian OsmanInitialize XImage struct fully
2017-03-01 Ethan Nicholaschanged skslc layout parsing strategy
2017-03-01 Matt SarettSkAndroidCodec: Leave pixels in encoded colorspace...
2017-03-01 Kevin LubickDefine canvas fuzzers like the other API fuzzers
2017-03-01 Brian OsmanAdd imgui.ini to .gitignore
2017-03-01 Brian SalomonFix Memcheck:Overlap in setting up rect bench names
2017-03-01 Hal Canaryfuzz: dump_canvas
2017-03-01 Ben WagnerAllow dm threads for GalaxyS*
2017-03-01 Robert PhillipsDisable deferred gpu resources for Chrome branch
2017-03-01 Mike Reedadd isolate (init-with-previous) savelayer flag
2017-03-01 Mike ReedClarify what is passed to AutoDrawLooper.
2017-03-01 Mike KleinAdd AVX-512 detection to SkCpu, try 2.
2017-02-28 Robert PhillipsClean up/remove unused GrFragmentProcessor-derived...
2017-02-28 Brian SalomonFix -Wshadow-field warnings
2017-02-28 Brian OsmanAdd backend selection to viewer's GUI
2017-02-28 Herb DerbyRemove SkDataTableBuilder. It is not used.
2017-02-28 Brian OsmanAdd GrExternalTextureData and SkCrossContextImageData
2017-02-28 Brian OsmanFix crash switching to Vulkan in viewer on Windows
2017-02-28 Matt SarettAdd SkColorSpace::isNumericalTransferFn() to the public API
2017-02-28 csmartdaltonviewer: Add a "Path renderer" dropdown menu
2017-02-28 Ben WagnerDisable f16 and srgb configs for Android CPU perf.
2017-02-28 Robert PhillipsAllow GrSurfaceProxy-derived classes to use flags when...
2017-02-28 Cary ClarkRevert "Add AVX-512 detection to SkCpu"
2017-02-28 Brian SalomonWhen traversing convex paths only consume zero length...
2017-02-28 Herb DerbyFix single leg Compose Shader crash.
2017-02-28 Jim Van VerthReland: Allow DFPathRenderer to store bitmaps at low...
2017-02-28 Mike KleinAdd AVX-512 detection to SkCpu
2017-02-28 Brian OsmanAdd another null check for the Vk NexusPlayer bot
2017-02-28 Robert PhillipsRevert "Allow GrSurfaceProxy-derived classes to use...
2017-02-28 Matthew LeibowitzFix typo
2017-02-28 Stephen WhiteGrTessellator: take sweep_gt out behind the woodshed.
2017-02-28 Cary ClarkRevert "Allow distance field path renderer to store...
2017-02-28 Robert PhillipsAllow GrSurfaceProxy-derived classes to use flags when...
2017-02-28 Ravi MistryRemove unused Skia OWNERS files
2017-02-28 Jim Van VerthAllow distance field path renderer to store bitmaps...
2017-02-27 Kevin LubickFix stack-overflow in FuzzCanvas
next