platform/upstream/libSkiaSharp.git
2017-01-30 Robert PhillipsRevert "Make blur utils take GrTextureProxies"
2017-01-30 Robert PhillipsMake blur utils take GrTextureProxies
2017-01-30 Eric BorenRoll Recipe DEPS
2017-01-30 Robert PhillipsPush GrTextureProxy down to more effects
2017-01-30 Ben WagnerOmit new test from Bazel ASAN.
2017-01-29 Florin MalitaRevert "SkRasterPipeline shader adapter"
2017-01-29 Florin MalitaSkRasterPipeline shader adapter
2017-01-28 Brian SalomonRename GrFragmentProcessor::MulOutputByInputUnpremulCol...
2017-01-28 herbMake SkSmallAllocator obey alignment properties of...
2017-01-28 Matt SarettUpdate SkJPEGImageEncoder
2017-01-27 Florin MalitaAdd missing nextafter() clamping to SkLinearBitmapPipel...
2017-01-27 Stephen WhiteAA GrTessellator: fix bevelling of acute angles.
2017-01-27 Hal Canaryexperimental/documentation/gerrit.md
2017-01-27 Lee Salzmanverify that glyph position rect is non-empty in GrAtlas...
2017-01-27 Leon Scroggins IIIGenerate Android build targets for dm and nanobench
2017-01-27 Jim Van VerthAdd geometric version of spot shadow
2017-01-27 Leon Scroggins IIIRemove old generator code
2017-01-27 Leon Scroggins IIISet fOptions in SkCodec::getPixels
2017-01-27 Mike Reedgive up on big cubics (for now) and just draw a line
2017-01-27 Hal CanarySkTScopedComPtr: implicit nullptr cast to SkTScopedComP...
2017-01-27 Florin MalitaRemove SkBlitter:resetShaderContext()
2017-01-27 Hal Canarytools/git-sync-deps improvements
2017-01-27 Robert PhillipsAdd utilities to create GrSurfaceProxy & GrSurfaceConte...
2017-01-27 Florin MalitaRaster pipeline support for SkLocalMatrixShader composition
2017-01-27 Greg DanielAdd offset to uniform blocks in Vulkan
2017-01-27 Brian SalomonRevert "Revert "Start of rewrite of GrFragmentProcessor...
2017-01-27 Hal Canarybin/sync : call tools/git-sync-deps now
2017-01-27 Robert PhillipsConsolidate read/write-Pixels testing code - take 2
2017-01-27 Ethan NicholasRevert "Start of rewrite of GrFragmentProcessor optimiz...
2017-01-27 Brian SalomonStart of rewrite of GrFragmentProcessor optimizations.
2017-01-27 Ravi MistryRevert "Revert "SkUserConfig.h: remove out-of-date...
2017-01-27 Robert PhillipsRevert "Consolidate read/write-Pixels testing code"
2017-01-27 Mike Reedremove SK_SUPPORT_LEGACY_GETCLIPBOUNDS
2017-01-27 Robert PhillipsConsolidate read/write-Pixels testing code
2017-01-26 Leon ScrogginsRevert "SkUserConfig.h: remove out-of-date comment...
2017-01-26 Matt SarettDelete SkAutoTime from jpeg encoder
2017-01-26 Herb DerbyKeep valgrind happen by purging caches.
2017-01-26 Ben WagnerImplement getFamilyName for stream fonts on Linux.
2017-01-26 Florin MalitaSimplify SkShader::ContextRec::fLocalMatrix handling
2017-01-26 Mike KleinReally use vpmaddwd in hsw::convolve_vertical().
2017-01-26 Mike KleinGraceful degredation for SkOpts_hsw.
2017-01-26 Ben WagnerReland "remove clipbounds flag"
2017-01-26 Matt SarettFix gradients gm
2017-01-26 Mike ReedRevert "remove clipbounds flag"
2017-01-26 Mike KleinFix variable names in convolve_vertical().
2017-01-26 Mike Reedextend clipper for lines, for uniformity, and so curves...
2017-01-26 Hal CanarySkUserConfig.h: remove out-of-date comment on SK_SFNTLY...
2017-01-26 Mike Kleinexclude *hsw* source files on Android/iOS G3 build.
2017-01-26 Matt SarettAdd SkICC::rawTransferFnData()
2017-01-26 Mike Reedremove clipbounds flag
2017-01-26 Cary Clarkremove obsolete flag
2017-01-26 Mike KleinSkOpts_hsw ODR paranoia
2017-01-26 Florin MalitaRemove SkBlitter::getShaderContext()
2017-01-26 Brian SalomonFix extension suffic for getting procs from GL_EXT_debu...
2017-01-26 Mike Reedadd test for big cubic -- currently disabled
2017-01-26 Brian OsmanMove SkGammaColorFilter to tools, limit to sRGB
2017-01-26 Mike Reedremove legacy clipbounds flag for android
2017-01-26 Robert PhillipsMove GrDrawingManager pointer to GrSurfaceContext
2017-01-26 herbCheck that the upper bits are correct in the SkArenaAll...
2017-01-26 Brian SalomonFix clang warning about unused lambda capture.
2017-01-25 Brian SalomonRemove redundant caps field from GrProcessorTestData
2017-01-25 Herb DerbySimplify Footers in SkArenaAlloc to 64-bit values using...
2017-01-25 Robert PhillipsSwitch GrConfigConversionEffect over to taking GrTextur...
2017-01-25 Hal Canaryutils/win/SkTScopedComPtr<T>: Add C++11ish move semantics
2017-01-25 Robert PhillipsUse GrSurfaceContext::read/write-Pixels more
2017-01-25 Matt SarettAdd test for bad reuse of SkJpegCodec internal state
2017-01-25 Jim Van VerthMove SkShadowTessellator to GrShadowTessellator
2017-01-25 Eric BorenRoll recipe DEPS
2017-01-25 Jim Van VerthAdd geometric implementation for ambient shadows
2017-01-25 Brian OsmanRevert "Remove SkImage::MakeTextureFromPixmap"
2017-01-25 Ethan NicholasRevert "Add geometric implementation for ambient shadows"
2017-01-24 Jim Van VerthAdd geometric implementation for ambient shadows
2017-01-24 Brian SalomonRevert "Remove sentinal GLContext used in early days...
2017-01-24 Robert PhillipsAllow GrSingleTextureEffect to take GrTextureProxies
2017-01-24 Matt SarettUse appropriate options in SkJpegCodec readRows()
2017-01-24 Herb DerbyMake the footer big to handle bug 684061.
2017-01-24 Greg DanielRemove sentinal GLContext used in early days of Vulkan...
2017-01-24 Matt SarettSkPixelInfo::CopyPixels() refactor part 0: only one...
2017-01-24 Mike Kleinmove sk_memset16,32,64 out-of-line
2017-01-24 Brian SalomonMake GrConvolutionEffect only support Gaussian kernels...
2017-01-24 Herb DerbyRemove SkTDict and calls from SkView.
2017-01-24 Herb DerbyDo not embed glyph image data in SkGlyphCache.
2017-01-24 Mike ReedconservativelyContainsRect is asserting
2017-01-24 Matt SarettAdd F16 and gamma correct support to webp encoder
2017-01-24 Mike Reedrestore bool version of clip-bounds
2017-01-24 Matt SarettReenable index8 dsts
2017-01-24 Robert PhillipsMake GrYUVEffect take GrTextureProxies
2017-01-24 Mike KleinUpdate SkAndroidSDKCanvas.
2017-01-24 Mike KleinTemporarily restore colorcube bench and GM files.
2017-01-23 Herb DerbyFix comparison that overflows for addresses near uint...
2017-01-23 Lee Salzmanmake SkPath::conservativelyContainsRect consume degener...
2017-01-23 Mike Reedrename virtuals for clipbounds, and deprecate older...
2017-01-23 Ethan NicholasRevert "Update libwebp to 0.6.0-pre"
2017-01-23 Leon Scroggins IIIUpdate libwebp to 0.6.0-pre
2017-01-23 Brian SalomonStop tracking whether GrFragmentProcessors read their...
2017-01-23 Mike KleinMove shader register setup to SkRasterPipelineBlitter.
2017-01-23 Ethan NicholasRevert "Fix comparison that overflows for addresses...
2017-01-23 Mike KleinSkRasterPipeline: implement support for SkTableColorFilter
2017-01-23 Mike KleinGN: add 32-bit and Release iOS builders.
2017-01-23 Herb DerbyFix comparison that overflows for addresses near uint...
next