platform/upstream/libSkiaSharp.git
2017-01-09 Brian SalomonMove resource ref/io manipulation from GrProgramElement...
2017-01-09 Ben WagnerRename function in PathOpsExtendedTest which takes...
2017-01-09 Matt SarettAllow constrained and unconstrained picture-images
2017-01-09 Hal Canarydocumentation: corrections to PDF docs
2017-01-09 Ben WagnerRoll FreeType past 2.7.1.
2017-01-09 Ravi MistryAdd robocop instructions on how to interact with the...
2017-01-09 Brian SalomonRemove unused unique ID from GrProgramElement
2017-01-09 Mike Kleinexclude src/splicer from g3
2017-01-09 Greg DanielVarious memory leak fixes in Vulkan
2017-01-09 Yuqian LiImprove quad edges' smoothness in non-AA cases
2017-01-09 Stephen WhiteGrTessellator: fix compile when LOGGING_ENABLED.
2017-01-09 Ben WagnerOmit flaky tests.
2017-01-09 Brian SalomonSeparate SkArithmeticImageFilter from SkXfermodeImageFi...
2017-01-09 Matt SarettSpecify bit depth and color space in SkImage::MakeFromP...
2017-01-09 Brian SalomonRevert "Revert "Removing ref counting from GrXPFactory.""
2017-01-09 Mike KleinSkSplicer
2017-01-09 Brian SalomonRevert "Removing ref counting from GrXPFactory."
2017-01-09 Brian SalomonRemoving ref counting from GrXPFactory.
2017-01-09 Brian SalomonMark flatennable macros as block beginning/ending in...
2017-01-09 Matt SarettFix SkColorSpaceXform F16 behavior
2017-01-09 Mike Kleinxbyak -> skia mirror, pin version
2017-01-08 Mike Reedmake SkRBuffer always validate
2017-01-08 Mike Reedmove SkBlitRow.h out of public
2017-01-08 UpdateSKPsUpdate SKP version
2017-01-08 Mike Reedfix to not assign uninitialized array to string
2017-01-08 Mike Reedremove SkMemoryWStream -- unused externally
2017-01-07 Mike KleinSkXbyak: loop inside, only body
2017-01-07 Mike KleinRevert "Retry "SkRasterPipelineBlitter: support A8...
2017-01-07 Mike Reedremove SkDebugWStream and other cleanups
2017-01-06 Matt SarettFix Sk8f::Store4 (for HSW)
2017-01-06 Mike Kleintry harder to exclude SkXbyak.cpp from Google3 build
2017-01-06 Mike Kleinzero fBuf in new SkXbyakBench
2017-01-06 Brian SalomonMake all GrXPFactory instances statics.
2017-01-06 Mike KleinAdd a real SkXbyak bench, implement enough to run it.
2017-01-06 Mike Kleinexclude src/opts/SkXbyak.cpp from g3 build
2017-01-06 Kevin LubickAdd in Path fuzzer
2017-01-06 Derek SollenbergerAdd support for 64-bit devices when using gdb on Android
2017-01-06 Brian SalomonPurge clip masks when they are no longer findable.
2017-01-06 Florin MalitaAvoid SkFixed overflow in decal bitmap procs
2017-01-06 Brian SalomonRemove arithmetic mode GrXP code.
2017-01-06 Brian SalomonAdd support for tagging GrUniqueKeys with a debug string
2017-01-06 Mike KleinSkXbyak basics
2017-01-06 Mike KleinRetry "SkRasterPipelineBlitter: support A8"...
2017-01-06 Mike KleinRevert "Get latest ANGLE as of January 6, 2017"
2017-01-06 Derek SollenbergerAdd a script and documentation for building the Viewer...
2017-01-06 Brian OsmanGet latest ANGLE as of January 6, 2017
2017-01-06 Robert PhillipsGet Debugger app compiling again
2017-01-06 Mike Kleinsimplify by removing _d stages
2017-01-06 Brian OsmanRevert "Revert "Hard code bicubic coefficients in the...
2017-01-06 Kevin LubickBe able to fuzz a directory of input
2017-01-05 Brian OsmanRevert "Hard code bicubic coefficients in the shader"
2017-01-05 Brian OsmanRevert "Explicitly fail read/writePixels in invalid...
2017-01-05 Brian OsmanHard code bicubic coefficients in the shader
2017-01-05 Mike KleinUse stack instead of malloc() for most calls to SkRaste...
2017-01-05 Mike KleinRevert "SkRasterPipelineBlitter: support A8"
2017-01-05 Mike KleinSkRasterPipelineBlitter: support A8
2017-01-05 Brian SalomonCleanup ops that are storing GrPipelineOptimizations.
2017-01-05 Mike Kleinmonobench: don't sort the Bench vector while iterating...
2017-01-05 Mike Kleinmonobench: shuffle benchmark order between samples
2017-01-05 Brian SalomonRename batch->op in GrAuditTrail json and skiaserver...
2017-01-05 Mike KleinGN: add skia_android_serial and push_$foo targets when...
2017-01-05 Mike Kleinclamp to 1.0f in sk_linear_to_srgb_needs_round()
2017-01-05 Jim Van VerthMinor fixes for the Linux viewer
2017-01-05 Cary Clarkignore max curvature at end point
2017-01-05 Brian OsmanExplicitly fail read/writePixels in invalid color space...
2017-01-05 Florin MalitaRemove SK_SUPPORT_LEGACY_EVAL_CUBIC-guarded code
2017-01-05 Brian SalomonUse nullptr to indicate C locale when using xlocale
2017-01-05 Derek SollenbergerAdd tools to support gdb and simpleperf for android...
2017-01-05 Ben WagnerRemove Perf-Android-Clang-NexusPlayer-CPU-Moorefield...
2017-01-05 Mike KleinGN: add test_app template
2017-01-05 Matt SarettDelete SkMakeImageFromPixelRef
2017-01-05 Mike Klein-Fast bot upgrades
2017-01-05 Derek SollenbergerRemove DMSrcSinkAndroid.
2017-01-05 Ben WagnerOmit GPUMemoryTest for GTX1070 Windows Vulkan.
2017-01-04 Matt SarettMerge SkColorSpaceXform_XYZ and SkColorSpaceXform_Pipeline
2017-01-04 Matt SarettDisable clang -Wsigned-enum-bitfield warnings
2017-01-04 Mike Reedadd writePixels to SkBitmap
2017-01-04 Stephen WhiteModify GrTessellator to use a VertexList where possible.
2017-01-04 Mike KleinRetry trim another instruction off SkRasterPipeline...
2017-01-04 Brian OsmanAdd context markup to integer texture test
2017-01-04 Derek SollenbergerUpdate Android Apps to work with GN.
2017-01-04 Brian SalomonRemoves tracking of whether color is ignored by XP.
2017-01-04 Brian OsmanClamp premul colors correctly after a gamut change
2017-01-04 Matt SarettFix color space matrix hashing to avoid hashing the...
2017-01-04 Brian SalomonRemoving tracking of whether GP/FP coverage calculation...
2017-01-04 Matt SarettImprove detection of color space transfer fns
2017-01-04 Mike Kleinauto-generate _d stages
2017-01-04 Ethan Nicholasfix skslc crash when ternary parameter types don't...
2017-01-04 Matt SarettUse shared toSRGBD50 matrix in SkPngCodec
2017-01-04 Ben WagnerStage SkFontMgr factories to return smart pointers.
2017-01-04 Mike KleinRemove SkImageShader -> SkColorShader optimization.
2017-01-04 Fredrik SöderquistScale the result of TightBounds when path was inverse...
2017-01-04 Cary Clarkfix fuzz
2017-01-04 Mike KleinRevert "trim another instruction off SkRasterPipeline...
2017-01-03 Ben WagnerSpecify "/utf-8" with Visual C++.
2017-01-03 Stephen WhiteQuality and performance fixes for AA tessellating path...
2017-01-03 Stephan WhiteRevert "Quality and performance fixes for AA tessellati...
2017-01-03 Stephen WhiteQuality and performance fixes for AA tessellating path...
2017-01-03 Ethan Nicholasfixed a divide-by-zero bug in skslc
2017-01-03 Ethan Nicholasswitched GrVkPipelineStateCache over to use SkLRUCache
next