platform/upstream/libSkiaSharp.git
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...
2017-01-20 Mike Reedremove unused device apis
2017-01-20 Matt SarettReland "Respect full precision for RGB16 PNGs" (part 3)
2017-01-19 Matt SarettAdd F16 support to SkPNGImageEncoder
2017-01-19 Mike KleinSkSplicer: always initialize fLowp
2017-01-19 Ethan NicholasReplaced all calls to fragmentPosition() with sk_FragCoord
2017-01-19 Matt SarettReland "Respect full precision for RGB16 PNGs" (part 2)
2017-01-19 Mike KleinSkSplicer: lowp hacking
2017-01-19 Brian SalomonMake GL_RED workaround only be triggered by osmesa
2017-01-19 Mike ReedRevert "Revert "move device headers to core""
2017-01-19 Herb DerbyFix reset and deleting behavior.
2017-01-19 Mike KleinAdd -Release ASAN bots.
2017-01-19 Ethan NicholasAdded constant propagation and better variable liveness...
2017-01-19 Mike Reedremove clipstack from lua -- deprecated
2017-01-19 Mike Reedexplictly fail to draw unpremul, as this is buggy,...
2017-01-19 Mike Reedremove SK_SUPPORT_LEGACY_CANVAS_GETCLIPSTACK from publi...
2017-01-19 Mike Reednew hacky api to get cliprgn for android
2017-01-19 Ravi MistryAdd hcm@ to public API owners
2017-01-19 Matt SarettReland "Respect full precision for RGB16 PNGs" (part 1)
2017-01-19 Brian SalomonMove srgb enable flags to GrProcessorSet from pipelineb...
2017-01-19 Mike KleinNo need to fake makeArrayDefault() now that it exists.
2017-01-19 Heather MillerUpdate Skia milestone to 58
2017-01-19 Ethan NicholasRevert "Added constant propagation and better variable...
2017-01-19 Ethan NicholasAdded constant propagation and better variable liveness...
2017-01-19 Brian SalomonDon't require GrPipelineBuilder to build GrPipeline
2017-01-19 Robert PhillipsMake savelayer_* GM be 565 friendly
2017-01-19 Leon Scroggins IIIUse fixed size buffer for RLE bmps
2017-01-19 Mike Reedremove metadata from device
2017-01-19 Matt SarettImplement sk_tool_utils::copy_to_g8(), used by gms
2017-01-19 Herb DerbyRevert "Fix reset and deleting behavior."
2017-01-18 Herb DerbyFix reset and deleting behavior.
2017-01-18 Lee Salzmanensure path bounds after rounding contain path edges...
2017-01-18 Yuqian LiReject horizontal edges in FDot6 precision
2017-01-18 Matt SarettRevert "Disallow readPixels() conversions from untagged...
2017-01-18 Yuqian LiRevert concave AAA
2017-01-18 Robert PhillipssaveLayer experiments
2017-01-18 Matt SarettDisallow readPixels() conversions from untagged srcs...
2017-01-18 Brian SalomonRename GrProcOptInfo::addProcessors to analyzeProcessors
2017-01-18 Brian SalomonAdd class GrProcessorSet which represents color and...
next