platform/upstream/libSkiaSharp.git
2017-02-17 Ravi MistryRevert "CQ config: add gerrit CQAbility verifier."
2017-02-17 Ravi MistryAdd Flutter compile bot
2017-02-17 Herb DerbySwitch from size_t to uint32_t to represent constraints...
2017-02-17 Kevin LubickMake all of the NUC tests use the newer intel driver
2017-02-17 Mike Reedhide deprecated underline and strikethru
2017-02-17 Andrii ShyshkalovCQ config: add gerrit CQAbility verifier.
2017-02-17 Mike KleinSkJumper: start on asm
2017-02-17 csmartdaltonAdd a workaround for platforms with broken geo shader...
2017-02-17 Robert PhillipsRevert "Replace SkSpecialImage::makeTightSubset with...
2017-02-17 Mike KleinRevert "Take missed opportunity: memset for A8."
2017-02-17 Florin MalitaFix drawVertices() texture mapping in the presence...
2017-02-17 csmartdaltonCheck for GL_EXT_geometry_shader on ES
2017-02-17 Stephen WhiteGrTessellator (AA): Performance tweaks and cleanup.
2017-02-16 Ben WagnerRevert "GrTessellator (AA): Performance tweaks and...
2017-02-16 Robert PhillipsReplace SkSpecialImage::makeTightSubset with asImage
2017-02-16 Jim Van VerthLet DFPathRenderer accept smaller paths.
2017-02-16 Ben WagnerReplace use of SkBitmap::eraseRGB with eraseColor.
2017-02-16 Ethan NicholasFixed a couple of spots where sksl didn't have proper...
2017-02-16 Herb DerbyRemove third_party/ktx from Skia.
2017-02-16 Mike Reedadd device-clipping to gpudevice
2017-02-16 Stephen WhiteGrTessellator (AA): Performance tweaks and cleanup.
2017-02-16 Mike Reedremove code for TextDecorations
2017-02-16 Hal CanarySkPDF/font subsetting: Use new version of SfntlyWrapper...
2017-02-16 Mike KleinSkJumper: everyone gets a start_pipeline().
2017-02-16 Jim Van VerthDisable DFPathRenderTest for now.
2017-02-16 Mike KleinTake missed opportunity: memset for A8.
2017-02-16 Mike KleinSkJumper: fma() -> mad()
2017-02-16 Jim Van VerthFix DistanceFieldPathRenderer assert.
2017-02-16 Joe GregorioFiddle: Remove extraneous newline from SkDebugf output.
2017-02-16 Mike KleinSkJumper: make some room for wider instructions.
2017-02-16 Mike Reedremove unneeded android flags
2017-02-16 Matt SarettUse non-linear color spaces for Android decode outputs
2017-02-16 Mike KleinRevert "Turn on SkJumper except on Windows."
2017-02-16 scroggoUpdate libwebp to 0.6.0
2017-02-16 Mike Reedremove unneeded flags
2017-02-16 Mike KleinTurn on SkJumper except on Windows.
2017-02-16 Jim Van VerthUse SDF path miplevels based on the original path's...
2017-02-16 Mike KleinFlush to zero when loading f16 with sse2/sse4.1.
2017-02-16 Mike KleinSimplify more: remove SkRasterPipeline::compile().
2017-02-16 Dominic MazzoniImplement SkHighContrastFilter
2017-02-16 Mike KleinSkJumper
2017-02-16 bungemanWork around Mac x- and cap-height calculation.
2017-02-15 Matt SarettUse non-linear blending flag in raster pipeline blitter
2017-02-15 Mike KleinClean up SkSplicer.
2017-02-15 Greg DanielUpdate intel linux vulkan driver
2017-02-15 Mike Reedreturn and take SkImageGenerator as unique_ptr
2017-02-15 Brian SalomonCheck that coverage FPs are compatible with alpha as...
2017-02-15 Robert PhillipsTighten up GrSurfaceProxy typing
2017-02-15 Joe GregorioMove documentation to use the embedded fiddle elements.
2017-02-15 Ethan Nicholasimproved performance of parsing SkSLLayout flags
2017-02-15 Hal Canaryfiddle: use sstream for text, code cleanup
2017-02-15 Mike ReedRevert "Revert "make SkClipStack.h private (in src)""
2017-02-15 Robert PhillipsAdd GrMakeCachedBitmapProxy
2017-02-15 Chet HaaseAvoid constant view inflation on viewer sample app
2017-02-15 Mike KleinDisable SkSplicer.
2017-02-15 Stephen WhiteGrTessellator (AA): null GrGeometryProcessor crash...
2017-02-15 Mike ReedRevert "make SkClipStack.h private (in src)"
2017-02-15 Brian SalomonClarify when tweak alpha for coverage optimizaton can...
2017-02-15 Mike Kleinmuch better idea
2017-02-15 Mike Reedmake SkClipStack.h private (in src)
2017-02-15 Kevin LubickSymbolize any stacktraces in DM and nanobench
2017-02-15 csmartdaltonRemove GL asserts for geo shaders to not have uniforms
2017-02-15 Mike Reedremoved unused code around scaled generators
2017-02-15 Kevin LubickFix Nexus 10s from shutting down too often
2017-02-15 Hal CanarySkPictureImageGenerator.h include guard
2017-02-15 Brian SalomonMake GrPipelineInput::setToSolidCoverage set the opaque...
2017-02-15 Matt SarettSuggest P3 for wide gamut images in SkAndroidCodec
2017-02-15 Brian OsmanNon linear blending flag for SkColorSpace
2017-02-15 Matt SarettRename SkConfig8888/SkPixelInfo to SkConvertPixels
2017-02-15 Kevin LubickAdd a way to compute the code coverage of fuzzers
2017-02-14 Mike KleinRemove returns at end of stage splices.
2017-02-14 Florin MalitaHandle collapsed drawVertices() texture coords gracefully
2017-02-14 Herb DerbyMove SkDOM to SkArenaAlloc from SkChunkAlloc.
2017-02-14 Matt SarettPicture backed images must have a bit depth and color...
2017-02-14 Jim Van VerthAdd more SampleApp support to viewer.
2017-02-14 Brian OsmanGrContext option to prevent GPU based YUV -> RGB
2017-02-14 Greg DanielRemove Vulkan GalaxyS7 bot
2017-02-14 Herb DerbyRemove include/xml from public API.
2017-02-14 Mike Reedwork on raster device clipping
2017-02-14 Mike Reedstop using SkScalarMul
2017-02-14 Herb DerbyRemove SkSmallAllocator.
2017-02-14 Mike Reedinclude what you use
2017-02-14 Matt SarettMake raster pipeline support all pixel conversions
2017-02-14 Herb DerbySimplify code for making paints with shaders.
2017-02-14 Brian SalomonRemove component flags from GrPipelineInput.
2017-02-14 Brian SalomonRemove component flags from GrXPFactory output analysis.
2017-02-14 Mike Reedupdate gm to test 2 unclipped layers
2017-02-14 Robert PhillipsAdd check for finite phase to SkPath1DPathEffect::Make
2017-02-14 Mike KleinSkSplicer: implement constant_color
2017-02-14 Mike KleinSkSplicer: fix dstover
2017-02-14 Herb DerbyRevert "Revert "Always make SkImageShaders in heap.""
2017-02-14 Mike ReedSkScalarMul is deprecated
2017-02-14 Mike KleinSkSplicer support for 2-point gradients.
2017-02-13 csmartdaltonMove the rt adjust uniform into GP EmitArgs
2017-02-13 csmartdaltonAdd animated text samples
2017-02-13 Stephen WhiteGrTessellator (AA): fix "Canvas Arcs" coverage artifact.
2017-02-13 Mike Reedadd gm for clipRegion
2017-02-13 Mike KleinEnable sse2 backend for SkSplicer.
2017-02-13 Herb DerbyRevert "Always make SkImageShaders in heap."
2017-02-13 Mike KleinFix stack alignment in Windows before_loop/after_loop.
next