platform/upstream/libSkiaSharp.git
2017-04-27 Brian OsmanFix color space handling in SkImage_Gpu::getROPixels
2017-04-27 Mike Kleinadd #defines to limit SkCpu
2017-04-26 Amaury Le LeyzourFix new IT blocks ARMv8
2017-04-26 Brian OsmanFix uncached getROPixels from GPU images
2017-04-26 Robert PhillipsRemove pre-allocated clip space from GrRenderTargetOpList
2017-04-26 Mike Kleinprep for more constants
2017-04-26 Mike Kleinadd SkLightingColorFilter for makeColorSpace()
2017-04-26 Eric BorenAdd releaseAndAbandonGpuContext bot
2017-04-26 Mike KleinSkColorFilter::makeColorSpace()
2017-04-26 Matt SarettSkPngCodec: Do not return kInvalidConversion on corrupt png
2017-04-26 Robert PhillipsRemove GrResourceProvider & GrGpu pointers from GrRende...
2017-04-26 Matt SarettRespect cropRect in SkDropShadowImageFilter::onMakeColo...
2017-04-26 Ethan Nicholasbroke up SkSLConstantFolding test
2017-04-26 Mike KleinDescribe GCC-like asm steps as "assemble ..."
2017-04-26 Robert PhillipsHardwire opList lookAhead & lookBack parameters
2017-04-26 Mike Kleinremove to_2dot2 and from_2dot2
2017-04-26 Ben WagnerRemove SK_IGNORE_GASP_VERSION_CHECK.
2017-04-26 Brian SalomonLink to vulkan in tools but not library.
2017-04-26 Robert PhillipsPrevent creation of zero-sized proxies
2017-04-26 Chris BlumeMake SkNoncopyable movable
2017-04-25 Mike KleinInject a dsb into SkAnalyticEdge::setLine() to work...
2017-04-25 Mike Kleinremove SkOpts::run_pipeline() declaration.
2017-04-25 Ben WagnerUpdate PixelC to latest build.
2017-04-25 Brian SalomonAdd ability to relinquish control of VkDevice and VkIns...
2017-04-25 Ethan Nicholassksl can now fold constant vector or matrix equality...
2017-04-25 Brian OsmanFix writePixels of sRGB data to legacy GPU surface
2017-04-25 Brian SalomonAdd GrVkInterface constructor with sepereate instance...
2017-04-25 Stephan AltmuellerDisable msaa on all current iOS devices
2017-04-25 Greg DanielUse system Vulkan headers except when no building with...
2017-04-25 Matt SarettMake SkColorSpaceXformer::apply(SkPaint) safe to call...
2017-04-25 Brian OsmanRemove compressed texture support from cacherator
2017-04-25 bungemanImprove variation comment for iOS.
2017-04-25 Mike Kleinxform saveLayer() backdrop
2017-04-25 Stephan AltmuellerEnable ios on Raspberry Pi
2017-04-25 Matt SarettBalance save()/restore() calls in dont_clip_to_layer gm
2017-04-25 Matt SarettDelete SkGTypeface and SkGScalerContext
2017-04-25 Matt SarettSkMergeImageFilter: fModes might be nullptr
2017-04-25 Brian OsmanName 'client' parameter so comment makes sense
2017-04-25 Hal CanarySkDiscardableMemoryPool: modernize
2017-04-25 Leon Scroggins IIIImprove the Codec_end test and add fixes
2017-04-25 Robert PhillipsRm makeRenderTargetContext in favor of deferred version...
2017-04-24 Brian SalomonAdd new GrVkBackendContext::Create explicitly requiring...
2017-04-24 Eric Boren[recipes] Fix *_VERSION step failure handling
2017-04-24 Brian OsmanSimplify SkImageCacherator slightly
2017-04-24 Ben WagnerOnly respect version 1 gasp tables for symmetric.
2017-04-24 Eric Boren[recipes] Add env recipe module
2017-04-24 Robert PhillipsRevert "Split up opLists (take 2)"
2017-04-24 Leon Scroggins IIIRemove a print statement I meant to not check in
2017-04-24 Leon Scroggins IIIFix decoding incomplete PNG images
2017-04-24 Robert PhillipsSplit up opLists (take 2)
2017-04-24 Brian OsmanFix spelling of SkImageGenerator in comment
2017-04-24 Robert PhillipsRemove two more gpu headers from include/*
2017-04-24 Robert PhillipsMake InstancedRendering more opList-splitting friendly
2017-04-23 UpdateSKPsUpdate SKP version
2017-04-21 Mike Kleinjumper, maybe we can just use constants
2017-04-21 Leon Scroggins IIIReland "Make SkPngCodec only read as much of the stream...
2017-04-21 Brian OsmanSkip running the 10k shape benchmarks on Radeon ANGLE...
2017-04-21 Matt SarettmakeColorSpace() for SkColorFilterShader and SkLighting...
2017-04-21 Matt SarettAdd SkPictureShader::makeColorSpace()
2017-04-21 Brian OsmanEnable fence sync support in ES3 test contexts
2017-04-21 Matt SarettUse dstColorSpace in SkPictureShader cache key
2017-04-21 Mike Kleinlong live SkJumper
2017-04-21 Mike Kleinkill off shader_adapter
2017-04-21 Greg DanielMove ReleaseProc info to GrTexture and for implementati...
2017-04-21 Mike Kleinjumper, implement 2.2 stages with approx_powf
2017-04-21 Robert PhillipsRemove more headers from include/gpu
2017-04-21 Eric BorenInfra: Enable cross-repo tryjobs
2017-04-21 Kevin LubickUpdate mesa drivers to 17.04
2017-04-21 Mike Kleinjumper, lab_to_xyz
2017-04-21 Matt SarettSkColorSpaceXformCanvas: Use when drawing picture images
2017-04-21 Robert PhillipsRemove all headers from include/gpu/effects
2017-04-21 Mike Kleinjumper, rework callback a bit, use it for color_lookup_...
2017-04-21 Jim Van VerthCircular shadow fixes for Flutter.
2017-04-21 Hal CanaryDocumentation: site/user/api/canvas updated
2017-04-21 Ethan Nicholasfixed 0 - x in skslc
2017-04-21 Jim Van VerthFix reflected ovals.
2017-04-21 Robert PhillipsRevert "Rm makeRenderTargetContext in favor of deferred...
2017-04-21 Robert PhillipsRm makeRenderTargetContext in favor of deferred version...
2017-04-20 Ethan NicholasImproved skslc optimizer, particularly around vectors.
2017-04-20 Greg DanielDisable use of directly wrapping msaa RTs on Vulkan
2017-04-20 Kevin LubickPromote S6 Job to CQ, demote N5 Job to experimental
2017-04-20 Brian OsmanRename SkImage_Generator to SkImage_Lazy
2017-04-20 Greg DanielRevert "Revert "Plumb GrBackendTexture throughout skia.""
2017-04-20 Robert PhillipsAdd abandoned GPU check to createTextureProxy
2017-04-20 Mike Reedremove vestigle code for lockpixels
2017-04-20 Mike KleinRevert "jumper, disable u16 table load stages"
2017-04-20 Leon ScrogginsRevert "Make SkPngCodec only read as much of the stream...
2017-04-20 Brian OsmanRemove all config conversion modes except round-to...
2017-04-20 Mike Kleincalculate cull rects for SkMiniPictures
2017-04-20 Mike Kleinmore symmetry for from_half/to_half
2017-04-20 Ethan Nicholasrectangle texture scaling is now handled in skslc
2017-04-20 Brian OsmanRemove incorrect assert
2017-04-20 Leon Scroggins IIIMake SkPngCodec only read as much of the stream as...
2017-04-20 Greg DanielCheck-in vulkan.h into third_party and use that instead...
2017-04-20 Mike Kleintest and fix f16<->f32 conversion stages
2017-04-20 Mike Reedremove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS
2017-04-19 Mike Kleinrefactor approx_{log2,pow2,powf}
2017-04-19 Herb DerbyRemove SkOpTAllocator
2017-04-19 Chris BlumeFix spacing style
2017-04-19 Greg DanielUpdate ProxyTest to skip configs that don't support...
next