platform/upstream/libSkiaSharp.git
2017-03-14 Matthew LeibowitzAdded support for building for tvOS
2017-03-14 Kevin LubickFix uninitialized values in FuzzCanvas
2017-03-14 Robert PhillipsAdd GrRenderTargetContext::resourceProvider & GrResourc...
2017-03-14 Brian SalomonCompute clipped draw bounds outside GrAppliedClip.
2017-03-14 Ben WagnerRename remaining NUCs.
2017-03-14 Matt SarettBegin implementation of SkImage_Base::makeColorSpace
2017-03-14 Mike Reedvertices to/from data
2017-03-14 Greg DanielGeneraly Fixes to gpu bezier code
2017-03-14 Mike Reedadd SkVertices::Builder
2017-03-14 Mike ReedRevert "Begin implementation of SkImage_Base::makeColor...
2017-03-14 Brian OsmanExpose SkColorSpaceTransferFn inversion function
2017-03-14 Leon Scroggins IIIRemove unused SkBitmap::RLEPixels
2017-03-14 Brian OsmanAdd const to GrColorSpaceXform member arguments
2017-03-14 Kevin LubickUpdate Mesa drivers to 17.0.1
2017-03-14 Florin MalitaUse SkTArray for mailbox polling
2017-03-14 Matt SarettBegin implementation of SkImage_Base::makeColorSpace
2017-03-14 Hal CanaryDocumentation: Consistancy
2017-03-14 Robert PhillipsConsolidate Proxy caching code in GrResourceProvider
2017-03-14 Florin MalitaPurge GrTextBlobCache entries on SkTextBlob deletion
2017-03-14 Robert PhillipsPreparatory Proxification
2017-03-14 Matt SarettIncrease precision of equality checking for color space...
2017-03-14 Brian SalomonMove GrSurfaceContext.h and GrTextureContext.h to src...
2017-03-13 Brian SalomonRemove GrClipsStackClip member from SkGpuDevice
2017-03-13 Brian SalomonRemove origin from GrClipStackClip and GrWindowRectsState.
2017-03-13 Ben WagnerAdd GCN gen 2 bot (Radeon R9 M470X)
2017-03-13 Kevin LubickDefault to no compression for CIPD assets and use depot...
2017-03-13 Mike Reedremove legacy clipop flag for android
2017-03-13 Stephen WhiteGrTessellator (AA): implement fast path for non-interse...
2017-03-13 Ben WagnerAdd GalaxyS7_G930FD bot
2017-03-13 Mike KleinMore SkCSXformCanvas work.
2017-03-13 Mike KleinAdd iOS simulator support in GN.
2017-03-13 Mike Reedremove legacy flag
2017-03-13 Brian SalomonAdd query to GrXPFactory about coverage-as-alpha optimi...
2017-03-13 Robert PhillipsRestore deferred GPU resources in Chrome
2017-03-13 Mike KleinSkColorSpaceXformCanvas
2017-03-13 Mike Reeduse AutoRestore instead of making a copy of the clipstack
2017-03-13 Florin MalitaRemove SK_SUPPORT_LEGACY_BROKEN_LERP support
2017-03-13 Brian SalomonChanges to GrProcessorSet::FragmentProcessorAnalysis...
2017-03-13 Brian OsmanTreat cross context images as Ganesh-created resources
2017-03-13 Hal CanaryFuzzCanvas: rename functions, cleanup
2017-03-13 Florin MalitaRemove run count field from SkTextBlob.
2017-03-13 Eric BorenRoll Recipe DEPS
2017-03-12 Florin MalitaAdd SkSTArray move assignment operators
2017-03-12 UpdateSKPsUpdate SKP version
2017-03-10 Mike Reeddisable assert until I can understand why it fails...
2017-03-10 Jim Van VerthAdd new test cases for Android shadow sample.
2017-03-10 Brian OsmanRevert "Treat cross context images as Ganesh-created...
2017-03-10 Ben WagnerFix SkFILEStream.
2017-03-10 Mike ReedCheck for bad bounds in picture cullbounds
2017-03-10 Brian OsmanTreat cross context images as Ganesh-created resources
2017-03-10 Ben WagnerRename GalaxyS7 to include model number.
2017-03-10 Florin MalitaRevert "Revert "Hold sk_sp<GrAtlasTextBlob> refs in...
2017-03-10 Florin MalitaFix SkTHashTable dangling values
2017-03-10 Mike Reedre-guard against negative dimensions on no-draw canvas
2017-03-10 Ethan Nicholasput sksl->glsl modifiers in correct order
2017-03-10 Brian OsmanRemove ownership aruments from render target wrap functions
2017-03-10 Robert PhillipsPartially defer SkImage_Gpu
2017-03-10 Hal CanaryFuzzCanvas: fuzz_enum_range template
2017-03-10 Mike Reedincrease Builder's prealloc size after colorspace change
2017-03-10 Mike Reedclipstacks can be on the stack or embedded, therefore...
2017-03-10 Mike ReedClients can provide preallocated storage to clipstack
2017-03-10 Hal CanaryFuzzCanvas: SkVertices
2017-03-10 Robert Iannucci[recipes.cfg] manually roll recipes to get skia recipe...
2017-03-10 Mike ReedRevert "prealloc room for some number of Elements to...
2017-03-10 Mike Reedprealloc room for some number of Elements to avoid...
2017-03-09 Florin MalitaRevert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobC...
2017-03-09 Hal CanaryFuzzCanvas: ImageFilter
2017-03-09 Mike Reedtake fast case in swap() if we're using malloc OR we...
2017-03-09 Ben WagnerMark function used as template parameter extern.
2017-03-09 Florin MalitaHold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache...
2017-03-09 Brian OsmanRemove more unused ownership arguments
2017-03-09 Kevin LubickAdd IntelBayTrail jobs
2017-03-09 Brian SalomonAdd a separate draw function to GrRenderTargetContext...
2017-03-09 Brian OsmanRemove unused ownership argument to GrSurfaceProxy...
2017-03-09 Florin MalitaFix SkTArray copy construction
2017-03-09 Florin MalitaSkSTArray move ctor
2017-03-09 csmartdaltonAdd tolerance to quadratic and linear cubic detection
2017-03-09 Greg DanielAdd GrSemaphoreOp to support deferred semaphore use
2017-03-09 Greg DanielDisable image tests on NexusPlayer Vulkan
2017-03-09 Hal CanaryFuzzCanvas: TextBlob RSXform SkMaskFilter SkPathEffect
2017-03-09 Mike Reedmake GrPaint.h private -- IWYU
2017-03-09 Mike Reedmove intermediate patheffect classes inside src
2017-03-09 Brian SalomonMake GrClip.h private
2017-03-09 Cary Clarklimit addEndMoveSpans loop in pathops
2017-03-09 Matt SarettOptimize mipmap downsample_2_2 in sRGB mode
2017-03-08 Brian OsmanAdded MSAA selection to viewer GUI
2017-03-08 Robert PhillipsSwitch GrYUVProvider over to GrTextureProxies
2017-03-08 Matt SarettAdd SkImage_Base::onMakeColorSpace() stub
2017-03-08 Mike ReedRevert "remove SkClipVisitor"
2017-03-08 Brian OsmanMaintain window position and size when re-created
2017-03-08 Brian OsmanMake SkGr.h private and remove unused functions
2017-03-08 Brian SalomonAdd instanced rendering command line flag to viewer.
2017-03-08 Herb DerbyRemove SkChunckAlloc
2017-03-08 Herb DerbyUse Fibonacci instead of 2^n for block growth.
2017-03-08 Mike Reedremove SkClipVisitor
2017-03-08 Derek SollenbergerRevert "Optimize mipmap downsample_2_2 in sRGB mode"
2017-03-08 Mike Reedremove SkPictureUtils.h
2017-03-08 Kevin LubickAdd jobs for building for Chromecast
2017-03-08 Mike KleinRevert "Fix SkJumper gcc warning"
2017-03-08 Mike Reedclip to elements directly, no need for replay indirection
next