platform/upstream/libSkiaSharp.git
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...
2017-01-23 Herb DerbyUpdate SkTDict to use SkArenaAlloc.
2017-01-23 Greg DanielTrack clear counts in vulkan render passes
2017-01-23 Matt SarettMake SkWEBPImageEncoder use transform_scanline_procs
2017-01-23 Matt SarettReland "Refactor trimming logic for read/writePixels()"
2017-01-23 Koji IshiiSupport fCapHeight in SkScalerContext_DW
2017-01-23 Mike Reedchange clip-bounds getters to always return the rect
2017-01-23 Herb DerbyRemove public APIs that use SkDataTable.
2017-01-23 Skia_Android... Fix autoroller instructions
2017-01-23 Matt SarettRevert "Refactor trimming logic for read/writePixels()"
2017-01-23 Matt SarettAllow conversion from non-opaque to opaque
2017-01-23 Cary ClarkRevert "offset angle check edge in common"
2017-01-23 Bruce DawsonGet rid of level of indirection, noticed by VC++ 2017 bug
2017-01-23 Matt SarettRefactor trimming logic for read/writePixels()
2017-01-23 Yuqian LiFix performance issue and compute intersections more...
2017-01-23 Brian SalomonLook for GenerateMipMapEXT
2017-01-21 Mike KleinSkSplicer: favor 1.0f as a constant.
2017-01-21 Mike KleinRevert "Try /MTd on Debug Windows builds."
2017-01-21 Mike KleinSkSplicer: move armv7 ABI settings into build_stages.py.
2017-01-21 Mike KleinTry /MTd on Debug Windows builds.
2017-01-21 Mike Kleinmild tweaks to build_stages.py to run on my desktop
2017-01-21 Mike KleinRemove SkColorCubeFilter. It is unused.
2017-01-21 Mike Reedminor cleanups in newly privatized device headers
2017-01-21 Mike Reedclipstack is now private
2017-01-20 Brian OsmanRemove SkImage::MakeTextureFromPixmap
2017-01-20 Florin MalitaReplace raster pipeline nextafter() calls with SkNu...
2017-01-20 Brian SalomonRevert "Revert "Make it possible to query GrXPFactory...
2017-01-20 Brian OsmanForce Index8 to N32 in deferred texture path.
2017-01-20 Brian SalomonRevert "Make it possible to query GrXPFactory for dst...
2017-01-20 Robert PhillipsContinue making Ganesh use absolute texture coordinates...
2017-01-20 Herb DerbyRemove unused struct.
2017-01-20 Herb DerbyMove from SkChunkAlloc to SkArenaAlloc for SkGlyphCache.
2017-01-20 Mike KleinJust clamp to limit-epsilon.
2017-01-20 Cary Clarkoffset angle check edge in common
2017-01-20 Brian SalomonMake it possible to query GrXPFactory for dst texture...
2017-01-20 Robert PhillipsRemove GrTestTarget
2017-01-20 Greg DanielFix Vulkan crashes on nexus player
2017-01-20 Mike KleinStreamline x86 u8 -> fixed15 math.
2017-01-20 Robert PhillipsRename GrContext::getFontAtlas to getFontAtlas_ForTesting
2017-01-20 Mike KleinSkSplicer stage parity
2017-01-20 Greg DanielRemove unused asACustomShader function from SkShader
2017-01-20 Robert PhillipsReplace some GrSurface:read/writePixels with the GrSurf...
2017-01-20 Cary Clarkfix fuzz asserts triggered by old fuzzes
2017-01-20 Ben WagnerMarker for IntelIris540 driver change.
2017-01-20 Florin MalitaSkRasterPipeline impl for 2-stop linear gradients
2017-01-20 Joe GregorioRevert "explictly fail to draw unpremul, as this is...
next