platform/upstream/libSkiaSharp.git
2017-05-25 Matt Sarett[m59] dither when converting to 4444
2017-05-24 Brian SalomonUpdated workaround for Intel 6xxx clear to 0/1 bug
2017-05-16 Eric KarlAdd flag to avoid stencil buffers in Skia
2017-05-15 Florin Malita[M59] Validate SkSpecialSurface raster info
2017-04-26 Mike KleinInject a dsb into SkAnalyticEdge::setLine() to work...
2017-04-26 Ben WagnerOnly respect version 1 gasp tables for symmetric.
2017-04-21 Matt SarettFix out of bounds read in SkColorSpace::MakeICC
2017-04-20 Robert Phillips[M59 cherrypick] Fix missing tolerance in GrPathUtils...
2017-04-19 Ben WagnerSymmetric rendering when >20px with DirectWrite.
2017-04-13 Mike Reedremove unused fURI from pixelref
2017-04-12 Mike Reedlocking methods should only be virtual in legacy mode
2017-04-12 csmartdaltonFix cubic KLM solving
2017-04-12 Kevin LubickAdd job for Acer chromebook (TegraK1)
2017-04-12 Ben WagnerAdd Win IntelHD4400 bot.
2017-04-12 Mike Kleinjumper, bilinear and bicubic sampling stages
2017-04-12 Greg DanielAllow including of vulkan.h as a required public api...
2017-04-12 Mike Reedandroid-only api to reset the fields of a pixelref
2017-04-12 Ravi MistryUpdate Android autoroller documentation
2017-04-12 Kevin LubickAdd jobs for Samsung Chromebook Plus
2017-04-12 Cary Clarkfix drawDRRect for fuzzer
2017-04-12 Mike Kleinmake all gather_*() use SkJumper_GatherCtx
2017-04-12 Eric BorenAdd/edit README files for infra/recipes
2017-04-12 Matt SarettFix SkLocalMatrixShader::isAImage() to respect local...
2017-04-12 Matt SarettRevert "Revert "SkColorSpaceXformer: Preserve local...
2017-04-12 Matt SarettRevert "Fix SkLocalMatrixShader::isAImage() to respect...
2017-04-12 Matt SarettRevert "SkColorSpaceXformer: Preserve local matrix...
2017-04-12 Mike Kleintidy up ok help
2017-04-12 Mike Kleinjumper, rgb<->hsl
2017-04-12 Leon Scroggins IIIAdd SkCodec methods for individual frames
2017-04-12 Matt SarettFix SkLocalMatrixShader::isAImage() to respect local...
2017-04-12 Matt SarettSkColorSpaceXformer: Preserve local matrix on shaders
2017-04-12 Matt SarettOverride setDrawFilter() in SkColorSpaceXformCanvas
2017-04-12 Kevin LubickRe-align tests in recipes with the names of reality
2017-04-12 Kevin LubickAdd docs for downloading prebuilt binaries from CIPD
2017-04-12 Mike Reedremove pixelref flag from google3
2017-04-12 Robert PhillipsDisable deferred proxies for Chrome branch
2017-04-12 Mike ReedRevert "Revert "remove unused SkBitmap::copyPixelsTo""
2017-04-12 Mike Reedswitch over to no lockPixels in pixelref
2017-04-11 Mike Reedclean ups in SkPixelRef
2017-04-11 Jim Van VerthAdd perspective shadows
2017-04-11 Robert PhillipsRemove discard from GrRenderTarget & force it to always...
2017-04-11 Hal CanarySkSize can be aggregate-initialized
2017-04-11 Matt SarettReland: Finish up mip opts: 2x3 and 3x2
2017-04-11 Mike Kleinremove inline allocation in SkRecord
2017-04-11 Mike ReedChange bitmapcache to not rely on lockpixels.
2017-04-11 Matt SarettBlacklist DeferredTextureImage on Win Vulkan IntelIris540
2017-04-11 Mike KleinMake SkLiteDL::draw() const.
2017-04-11 Mike Kleinmake SkRecord normally SkRefCnt'd
2017-04-11 Mike KleinRevert "remove unused SkBitmap::copyPixelsTo"
2017-04-11 Leon Scroggins IIICorrect GIF frame dependencies and track alpha
2017-04-11 Mike Reedremove unused SkBitmap::copyPixelsTo
2017-04-11 Mike Kleinremove SkNx AVX code
2017-04-11 Kevin LubickFix symbolization of ASAN crashes
2017-04-11 Matt SarettAllow BF and BRD clients to request an output color...
2017-04-11 Matt SarettMake sure NaNs clamp to 0 in color look up tables
2017-04-11 Matt SarettSkCanvas constructor with legacy flag for Android framework
2017-04-11 Robert PhillipsRevert "Rm makeRenderTargetContext in favor of deferred...
2017-04-11 Robert PhillipsRm makeRenderTargetContext in favor of deferred version
2017-04-11 Mike Kleinremove kReturnNullForEmpty_FinishFlag feature
2017-04-10 Matt SarettSkImageFilter::onMakeColorSpace() - more overrides
2017-04-10 Ben WagnerAdd Galaxy S6 to CQ as an experimental bot.
2017-04-10 Matt SarettgetDeferredTextureImageData(): preserve color space...
2017-04-10 Matt SarettSkImageCacherator: Remove unneeded heuristic
2017-04-10 Brian OsmanPM/UPM conversion improvements
2017-04-10 Mike Kleinfix too-dark 565 (really, all legacy) gradients
2017-04-10 Mike Reedremove unused lockPixelsAreWritable
2017-04-10 Kevin LubickAdd MIPS Ci20 jobs
2017-04-10 Eric BorenRemove GeForce 320M bots
2017-04-10 Mike Kleinfix -Fast bot
2017-04-10 Brian Salomonconstexprify GrBlend.h and GrPorterDuffXferProcessor.cpp
2017-04-10 Brian OsmanRemove Index_8 handling in cacherator heuristic code
2017-04-10 Eric BorenRecipes: Remove depot_tools path hack
2017-04-10 Eric BorenFix BundleRecipes depending on Release-Shared build
2017-04-10 Herb DerbyAdd multi-stop SkJumper stage.
2017-04-10 Brian SalomonMove ref counting out of GrProcessor and into subclasses.
2017-04-10 Eric BorenClean up no-longer-used recipes stuff
2017-04-10 Matt SarettAdd SkImageFilter::makeColorSpace(SkColorSpaceXformer*)
2017-04-10 Mike KleinFix infinite loop in SkRTree::insert()
2017-04-10 Eric BorenMove recipe content from modules back into recipes
2017-04-10 Robert Phillipsconsolidate read/writePixels in GrSurfaceContext
2017-04-10 Eric BorenRename recipes: swarm_[name] -> [name]
2017-04-09 UpdateSKPsUpdate SKP version
2017-04-09 UpdateSKPsUpdate SKP version
2017-04-08 Brian SalomonFix GrGLSync definition
2017-04-08 Brian SalomonRevert "Revert "Create GrXferProcessor while doing...
2017-04-08 Brian SalomonRevert "Create GrXferProcessor while doing GrProcessorS...
2017-04-08 Brian SalomonCreate GrXferProcessor while doing GrProcessorSet analysis.
2017-04-08 Mike Reedremove obsolete SK_SUPPORT_LEGACY_SCALARMUL code
2017-04-07 Ben WagnerSet the kMultiMaster_FontFlag in DirectWrite.
2017-04-07 Lei ZhangMake SkColorSetA() a constexpr function.
2017-04-07 Florin MalitaConvert Sk4fGradientInterval to (bias, factor) format
2017-04-07 Greg DanielAllow Vulkan to upload to main mip level without upload...
2017-04-07 Mike Kleinmake SkAutoTMalloc self-move safe
2017-04-07 Hal CanarySkTypeface:: populate_glyph_to_unicode uniformly across...
2017-04-07 Mike Kleinjumper, byte_tables + byte_tables_rgb
2017-04-07 Mike Reedcacherator upscales colortables to unify caching
2017-04-07 Hal CanarySkMultiPictureDocument : clean up MultiPictureDocumentR...
2017-04-07 Robert PhillipsMake GrCopySurfaceOp friendlier to GrSurfaceProxy ...
2017-04-07 Leon Scroggins IIISimplify subset computation in SkGifImageReader
2017-04-07 Mike Kleinstop disabling threadsafe statics
next