platform/upstream/libSkiaSharp.git
2015-10-14 fmalitaFix TextBlobTest valgrind error
2015-10-14 joshualittsmall tidy of benchmarkstream
2015-10-14 scroggoSupply separate flags for onBuildTileIndex
2015-10-14 reedchange back to method for localmatrix imagefilter
2015-10-14 joshualittCreate VisualStreamTimingModule
2015-10-14 senorblancoImplement SkLocalMatrixImageFilter.
2015-10-13 scroggoStop benching PNG buildTileIndex by default
2015-10-13 kkinnunenFix dm with Chromium command buffer driver
2015-10-13 msarettAdd subsetting to SkScanlineDecoder
2015-10-13 herbFix text axis alignment calculation
2015-10-13 fmalita[SkTextBlob] Remove incorrect builder assert
2015-10-13 rmistryWhitespace change to test CQ waiting for l-g-t-m
2015-10-12 reedadjust size of new apply-filter gm
2015-10-12 msarettSkBitmapRegionCanvas bug fix
2015-10-12 reedpost-commit fixes to applyFilter CL
2015-10-12 rmistryWhitespace change to turn Android bots green
2015-10-12 halcanarySkPDF: fall back on paths for unembeddable fonts.
2015-10-12 reedadd applyFilter() to SkImage
2015-10-12 reedchange more effects to only expose factories
2015-10-12 fmalitaRemove SK_SUPPORT_LEGACY_GRADIENT_DITHERING from Skia...
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-12 msarettSkBitmapRegionDecoder clean-up
2015-10-12 halcanarySkPDF: Optionally output PDF/A-2b archive format.
2015-10-12 msarettEnable more testing for scaled webps
2015-10-11 update-skpsUpdate SKP version
2015-10-09 fmalita[TextBlob] Fall back to TightRunBounds when the font...
2015-10-09 Brian SalomonFix SkWindow.cpp includes for non-gpu mode
2015-10-09 bungemanRevert of SkPDF: Optionally output PDF/A-2b archive...
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-10-09 jvanverthAdd test with GLFW framework
2015-10-09 halcanarySkPDF: Optionally output PDF/A-2b archive format.
2015-10-09 scroggoFix codec memory leaks in nanobench
2015-10-09 msarettFill incomplete images in SkCodec parent class
2015-10-09 egdanielFix gpu drawBitmap to work when BM is A8 and we have...
2015-10-09 fmalitaOptional gradient dithering
2015-10-09 scroggoFocus SkScaledCodec on BitmapRegionDecoder
2015-10-08 scroggoReland of Pass --images '' to nanobench to disable...
2015-10-08 scroggoRevert of Pass --images '' to nanobench to disable...
2015-10-08 scroggoUpdate Subset benches to support interlacing and fix...
2015-10-08 reedremove internalDrawBitmap, as it is no longer shared...
2015-10-08 cdaltonUpdates nvpr text blobs to not store a direct reference...
2015-10-07 mtkleinSkPath::fFirstDirection: seq-cst -> relaxed
2015-10-07 mtkleinAutomatically add TSAN bots to the CQ for changes affec...
2015-10-07 jvanverthAdd DrawShipSim sample.
2015-10-07 bsalomonRemove ClipMaskType from GrCMM
2015-10-07 bsalomonInsert clip fragment processor outside GrCMM
2015-10-06 reedRevert "Revert of factories should return baseclass...
2015-10-06 schenneyRevert of factories should return baseclass, allowing...
2015-10-06 egdanielBlacklisting imagefilterscropexpand on s4 since it...
2015-10-06 reedfactories should return baseclass, allowing the impl...
2015-10-06 scroggoAllow SkIcoCodec to fail due to conversion
2015-10-06 halcanarySkPDF: when drawing stroked path, draw using SVG rules...
2015-10-06 bsalomonBye bye processor data manager.
2015-10-06 joshualittFix for visualbench loops forever
2015-10-06 joshualittnvpr removal from VisualBench base context
2015-10-06 msarettFix SkGifCodec to handle gifs where frameSize != imageSize
2015-10-06 herbRemove duplicate .cpp which should have been a .h
2015-10-06 robertphillipsDynamically allocate the GrDrawContexts
2015-10-06 fmalita[SkDebugger] Handle path empty-bounds gracefully
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.
next