platform/upstream/libSkiaSharp.git
2015-10-06 mtkleinRevert of Stop using SkScalerContext::getAdvance()...
2015-10-05 cdaltonMake path range loading explicit
2015-10-05 cdaltonImplement cached nvpr text blobs
2015-10-05 cdaltonUse SkTextBlob for nvpr color bitmap fallbacks
2015-10-05 cdaltonAdd TextRun object to nvpr text
2015-10-05 msarettSkScaledCodec should implement onRewind()
2015-10-05 joshualittCleanup timing state machine
2015-10-05 herbAdd more .h files to the .gypi
2015-10-05 joshualittmove visual bench interactive module to timing state...
2015-10-05 fmalitaValidate text blob runs after SkTextBlob construction.
2015-10-05 jvanverthAdd ship sample
2015-10-05 scroggoSpecify bench_type & source_type for image benches
2015-10-05 mtkleinPass --images '' to nanobench to disable image benchmar...
2015-10-05 egdanielFix gpu dashing for case where all intervals are 0.
2015-10-05 mtkleinForce cache SkTestScalerContext path bounds.
2015-10-05 joshualittFactor out VisualBench timing code into a helper class
2015-10-04 robertphillipsRevert of Have GrRectBlurEffect use Linear filtering...
2015-10-04 reedSkImage doesn't use props, so don't need to store it
2015-10-04 robertphillipsFix memory leak in ClipMaskManager
2015-10-04 robertphillipsHave GrRectBlurEffect use Linear filtering (rather...
2015-10-04 update-skpsUpdate SKP version
2015-10-03 cdaltonSimplify nvpr text
2015-10-02 msarettStop calling jpeg_finish_decompress()
2015-10-02 scroggoMove all knowledge of X sampling into SkScaledCodec
2015-10-02 halcanarySkPDF: remove suppression
2015-10-02 joshualittIncrementally flush GrDrawTarget
2015-10-02 jvanverthFix CrOS SampleApp
2015-10-02 joshualittRevert of Incrementally flush GrDrawTarget (patchset...
2015-10-02 jvanverthSome iOS fixes to make SampleApp work better.
2015-10-02 joshualittIncrementally flush GrDrawTarget
2015-10-02 bsalomonAdd work around for devices/API filters that claim...
2015-10-02 bsalomonRemove separate cache for clip mask textures
2015-10-02 joshualittRevert of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-02 joshualittS4 only has 8 texture units on the GLContext we create
2015-10-02 hendrikwSkia: Add Command Buffer support to Linux/Mac
2015-10-01 benjaminwagnerReland of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-01 mtkleinUpdate Android toolchains and streamline process.
2015-10-01 ssidStrip font name of special characters before dumping
2015-10-01 bungemanBase SkAutoTUnref on skstd::unique_ptr.
2015-10-01 joshualittRevert of Blacklist GLVertexAttributesBench and GLVec4S...
2015-10-01 mtkleinBasic CPU support for VisualBench.
2015-10-01 joshualittFix for texture width or height are greater than 2^16
2015-10-01 reedadd hard-coded limit for tmp allocations when HQ image...
2015-10-01 halcanarySkPDF: ASAN fix: don't double ref new SkPDFBitmap objects
2015-10-01 scroggoUpdate libwebp and resume testing scaled webp
2015-10-01 joshualittEnable image is opaque test seems to pass now
2015-10-01 mtkleinRemove const from `const int loops`.
2015-10-01 bsalomonFix drawVertices when there is a paint alpha
2015-10-01 rmistryAutomatically add extra CQ trybots for predetermined...
2015-10-01 rmistryResolve TODOs in PRESUBMIT.py
2015-10-01 tomhudsonAdd overrides to SkAndroidSDKCanvas, update SkHwuiRenderer
2015-10-01 halcanarySkPDF: Implement drawImage*() properly
2015-10-01 joshualittFix for 2056
2015-10-01 robertphillipsRevert of Have GrRectBlurEffect use Linear filtering...
2015-10-01 vbuzinovImplement stencil clipping in mixed sampled render...
2015-09-30 scroggoSmall DM cleanup
2015-09-30 robertphillipsHave GrRectBlurEffect use Linear filtering (rather...
2015-09-30 scroggoAvoid copies in SkMasks constructor
2015-09-30 herbAdd some of my favorite headers to gyp.
2015-09-30 reedRevert[4] of add ImageShader, sharing code with its...
2015-09-30 joshualittFix for nexus 5 crashing in GL benches
2015-09-30 scroggoFix bug testing SkCodec for ICO
2015-09-30 mtkleinCMake for Windows
2015-09-30 scroggoCall rewindIfNeeded in SkCodec
2015-09-30 scroggoMerge SkCodec with SkScanlineDecoder
2015-09-30 joshualittfix for default path renderer draws harlines without...
2015-09-30 ssidAdd support for light dumps in SkTraceMemoryDump interface.
2015-09-30 reedremove unused helper function
2015-09-29 herbUnify ThreadID.
2015-09-29 reedtry texture-maker to generalize stretching for npot...
2015-09-29 mtkleincmake tweaks
2015-09-29 mtkleinRevert of Implement SkImageFilter::Cache with SkResourc...
2015-09-29 mtkleinImplement SkImageFilter::Cache with SkResourceCache.
2015-09-29 herbMove Mutexy things to private.
2015-09-29 robertphillipsHandle inverted rects in SkRRect creation methods
2015-09-29 mtkleinupdate memset16/32 inlining heuristics
2015-09-29 hendrikwskia: roll ANGLE and remove compile flags
2015-09-29 bsalomonRevert of By default purge resources that haven't been...
2015-09-29 herbHave /src files use header directly.
2015-09-29 bsalomonBy default purge resources that haven't been used for...
2015-09-29 bsalomonUse child processors to implement compose color filter.
2015-09-28 halcanarySkImage::NewFromBitmap works with Index8
2015-09-28 halcanaryDM: PDFSink sets rasterizer keyword
2015-09-28 herbMove SkAtomics.h to private.
2015-09-28 benjaminwagnerMove code search info to sub-page. Add additional code...
2015-09-28 herbMake SkPath fFirstDirection atomic to fix tsan.
2015-09-28 mtkleinsimplify code in SkRecords.h
2015-09-28 reedRevert of Revert[2] of add ImageShader, sharing code...
2015-09-28 reedRevert of change pixel-serializer to support reencoding...
2015-09-28 robertphillipsRevert of SkImage-backed SkPictureShader (patchset...
2015-09-28 herbAdd cast and assignment operators to SkAtomic.
2015-09-28 reedchange pixel-serializer to support reencoding existing...
2015-09-28 halcanarySkBlockMemoryStream: correct test in getMemoryBase().
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-28 reedEdgeClip demo to show scan-converter clipping behavior
2015-09-27 update-skpsUpdate SKP version
2015-09-25 fmalitaSkImage-backed SkPictureShader
2015-09-25 fmalitaRemove SkBitmapSource
2015-09-25 reedSkInstallDiscardablePixelRef is deprecated, enforce...
2015-09-25 reeduse override to make the new xcode happier
next