platform/upstream/libSkiaSharp.git
2016-10-31 reedadd isAlphaOnly() query
2016-10-31 scroggoTreat a GIF with no color table as transparent
2016-10-31 Matt SarettRevert "Speculative fix for flaky webp encode/decode...
2016-10-30 update-skpsUpdate SKP version
2016-10-29 Brian SalomonChange comments to refer to "render target context...
2016-10-29 liyuqianPrevent overflow by falling back to non-AA
2016-10-28 Greg DanielVarious fixes in VulkanWindowContext
2016-10-28 Greg DanielFix bounds updates in vulkan discards
2016-10-28 Mike Reedremove xfermode from public api
2016-10-28 Matt SarettRemove unneeded SkColorSpace constructor
2016-10-28 Matt SarettAdd tests for ColorSpacePrimaries to XYZD50
2016-10-28 csmartdaltonFall back on stencil clip when SW mask fails to allocate
2016-10-28 Robert PhillipsMake GrDrawContext be GrRenderTargetProxy-backed
2016-10-28 Jim Van VerthAdd GN config for Mac SampleApp
2016-10-28 Hal CanaryDocumentation: SkBitmap->SkImage
2016-10-28 ethannicholasReduced skslc memory consumption
2016-10-28 Brian SalomonMake addTexture/BufferAccess on GrProcessor non-virtual
2016-10-28 Jim Van VerthAdd SampleApp support to GN (win and linux), take two.
2016-10-28 Ben WagnerAdd support for lib_dirs to gn_to_cmake.py.
2016-10-28 Leon ScrogginsRevert "Build SkRawCodec in GN"
2016-10-28 Leon Scroggins IIIBuild SkRawCodec in GN
2016-10-27 Greg DanielBlacklist blend equation advanced on Adreno 5xx devices
2016-10-27 Mike KleinRevert "Add SampleApp support to GN-win"
2016-10-27 scroggoUpload an image that demonstrates issue 5883
2016-10-27 fmalitaShared image generator
2016-10-27 Jim Van VerthAdd SampleApp support to GN-win
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Mike KleinOnly clamp when we think our math requires it.
2016-10-27 scroggoRemove SkMovie and giflib
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-27 Mike KleinCreate .gni files for samples, tests, gms, and benches.
2016-10-27 Matt SarettImprove comments describing common sRGB curves
2016-10-27 Brian SalomonRestore the ability to not build vulkan when VULKAN_SDK...
2016-10-27 ethannicholasAdded skslc parse recursion limit
2016-10-27 Hal Canarychmod -x *.cpp *.h
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-10-27 benjaminwagnerRevert of Reduced skslc memory consumption (patchset...
2016-10-27 liyuqianDo not skip fractional y for SkAAClip
2016-10-27 Leon Scroggins IIIRevert "Always use a color table with 256 colors"
2016-10-27 Greg DanielDefault vulkan sdk to VULKAN_SDK env var in GN
2016-10-27 scroggoFix decoding GIF to 565
2016-10-27 ethannicholasReduced skslc memory consumption
2016-10-27 fmalitaAvoid separate allocation of SkImageCacherator
2016-10-27 borenetrecipes: Fix missing patch_set property
2016-10-27 borenetFix recipes for Gerrit property rename
2016-10-26 Mike Kleinopts.gypi -> opts.gni
2016-10-26 Ben WagnerSkTInsertionSort tweak.
2016-10-26 Mike Kleingpu.gypi -> gpu.gni
2016-10-26 Matt SarettSpeculative fix for flaky webp encode/decode on Nexus 5
2016-10-26 Mike Kleingypi -> gni: core, effects, android framework defines
2016-10-26 Mike KleinSkRasterPipelineBlitter simplifications
2016-10-26 scroggoWrite transparent pixels more often (SkGifCodec)
2016-10-26 Ravi MistryTest CL
2016-10-26 bungemanMove when swapping, if possible.
2016-10-26 Mike KleinSplit SkSL and utils apart again into .gni files.
2016-10-26 Mike KleinRemove pdf.gni from source lists. Android translator...
2016-10-26 Mike KleinConvert SkRasterPipeline loads and stores to indirect.
2016-10-26 Ben WagnerAdd recipe support for Pixel and Pixel XL.
2016-10-26 Mike KleinStart inverting GN reading .gypis to GYP reading .gnis.
2016-10-26 Brian OsmanCreate GrTextureOpList to support deferred copy batches...
2016-10-26 csmartdaltonAdd disableStencil method to GrGLGpu
2016-10-26 Mike KleinGN: spin off :no_exceptions as its own config.
2016-10-26 Mike KleinTurn on -Wrange-loop-analysis.
2016-10-26 bsalomonRevert of Generate Signed Distance Field directly from...
2016-10-26 Brian OsmanRemove skia.conf from .gitignore
2016-10-26 Mike KleinBuild for Android from Windows, work in progress.
2016-10-26 Jim Van VerthFix some Windows warnings
2016-10-26 Robert PhillipsAdd GrOpList and rename GrDrawTarget to GrRenderTargetO...
2016-10-26 Brian OsmanGrConstColorProcessor uses 4f colors in the destination...
2016-10-26 Ben WagnerRemove SK_IGNORE_GL_TEXTURE_TARGET.
2016-10-26 Matt SarettSkGifCodec: do not write off the end of memory when...
2016-10-25 scroggoGIF: Fill the frame if we have a dummy color table
2016-10-25 scroggoSK_FIX_BUILD
2016-10-25 scroggoAlways use a color table with 256 colors
2016-10-25 scroggoDo not exclude Gif on iOS
2016-10-25 scroggoFix more namespace conflicts in SkGifImageReader
2016-10-25 Mike KleinSkRasterPipeline::compile().
2016-10-25 Mike KleinMove SkRasterPipeline further into SkOpts.
2016-10-25 Brian OsmanFix dimensions and color-spin in color4shader GM
2016-10-25 Mike KleinMac GN doc.
2016-10-25 Hal Canarybin/sync: call fetch-gn when DEPS changes
2016-10-25 caryclarkfix fuzz
2016-10-25 Brian OsmanFix GPU sRGB mode in viewer
2016-10-25 Hal CanaryDM: JSON Debug Sink
2016-10-25 Mike Reedremove discardablepixelref
2016-10-25 joel.liangGenerate Signed Distance Field directly from vector...
2016-10-25 kjlubickFix memory leak in FuzzGradients
2016-10-25 scroggoDM: Draw image frames in a grid
2016-10-25 borenetChange recipes to use bot_update
2016-10-24 Matt SarettHelp msvs compile SkColorSpaceXform faster
2016-10-24 scroggoMove third_party/gif's license into its own file
2016-10-24 scroggoDifferentiate animated image results
2016-10-24 Brian OsmanPopulate ALL copies of a command line flag during parsing
2016-10-24 scroggoRename GIFImageReader to SkGifImageReader
2016-10-24 Ben WagnerAdd gif sources to public.bzl.
2016-10-24 kjlubickFix fuzzer's bools to be 0 or 1 only
2016-10-24 Matt SarettUse SK_ALWAYS_INLINE in SkColorSpaceXform
2016-10-24 scroggoClear background to white in animatedGif GM
2016-10-24 scroggoInclude "SkBitmap.h" in CodecAnimTest.cpp
2016-10-24 raftiasRefactored SkColorSpace_A2B to allow arbitrary ordering...
next