platform/upstream/libSkiaSharp.git
2014-10-03 reedremove unused TextBufferDirection enum
2014-10-03 bungemanFix int16_t for glyphs, const glyphs, and clarify glyph...
2014-10-03 robertphillipsReduce overdraw in MultiPictureDraw Sierpinski GM
2014-10-03 robertphillipsDon't turn on dither for saveLayers which have no paint
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-03 caryclarkabort op early if path isn't parseable
2014-10-03 bsalomonFix ref cnt'ing issue in GrProgramElement.
2014-10-03 borenetUpdate SKP version to 115
2014-10-03 reedmake SkMatrix::dump always available
2014-10-02 reedAdd SkCachedData and use it for SkMipMap
2014-10-02 bungemanHandle getMemoryBase returning NULL in WriteTask.
2014-10-02 mtkleinSave/Restore around bench runs.
2014-10-02 mtkleinUse +- 2B for unbounded draw ops.
2014-10-02 reedcheck for newSurface failure
2014-10-02 reedspecialize setConcat for scale+translate
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 bsalomonRevert of GrContext::copyTexture->GrContext::copySurfac...
2014-10-02 piotaixrCaching the result of readPixelsSupported
2014-10-02 bsalomonGrContext::copyTexture->GrContext::copySurface.
2014-10-02 humperUpdate webtry setup docs to reflect new installation...
2014-10-02 humperfix sudo redirection in setup script
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 mtkleinDemote getCount, getDepth, and clear to RTree-only...
2014-10-02 mtkleinArchive more dead code.
2014-10-02 mtkleinTileGrid: earliest need not be a pointer anymore
2014-10-02 robertphillipsAdd a MultiPictureDraw GM to exercise layer clipping
2014-10-02 mtkleinBBHs: void* data -> unsigned data
2014-10-02 jungjik.leeRemove duplicated code in android_get_gl_proc.
2014-10-02 fmalitaAdd blobshader GM baselines.
2014-10-02 robertphillipsRevert of specialize setConcat for scale+translate...
2014-10-01 humpercomplete overhaul of webtry work partition between...
2014-10-01 reedfix prev change to tooBigForLCD, and add test
2014-10-01 reedremove suppression for gm
2014-10-01 mtkleinDon't adjust the bounds after a restore with the restor...
2014-10-01 reedadd baseline for clip_strokerect
2014-10-01 reedbaseline new GMs
2014-10-01 reedavoid extra math work in MackRec
2014-10-01 derekfAdd support for EGL on linux
2014-10-01 robertphillipsRebaseline Unknown-Arm64 GM flakes
2014-10-01 mtkleinRemove DEPRECATED_beginRecording().
2014-10-01 rmistryWhitespace change to test Skia's CQ
2014-10-01 reedadd SkRect::joinNonEmptyArg for faster unioning
2014-10-01 robertphillipsUpdate GrRecordReplaceDraw to use SkTDynamicHash &...
2014-10-01 fmalitaAdd pdf-native textblobshader GM baseline
2014-10-01 tfarinawebtry: More README doc cleanups.
2014-10-01 rmistryWhitespace change to test the new CQ trybot
2014-10-01 robertphillipsAdd buggy GPU baselines for MultiPictureDraw Sierpinski...
2014-10-01 Justin NovosadNew baselines for image=surface gm
2014-10-01 reedoptimize setRectFan and join -- from profiling drawText
2014-10-01 robertphillipsAdd 8888 & 565 baselines for multipicturedraw Sierpinski GM
2014-09-30 mtkleinArchive more dead code.
2014-09-30 mtkleinStrip old backend recording down to essentials
2014-09-30 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-30 mtkleinClean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMI...
2014-09-30 robertphillipsAllow previously-hoisted layers to be reused in the...
2014-09-30 mtkleinRemove support for SkPicture::clone().
2014-09-30 reedremove obsolete code for SK_SUPPORT_LEGACY_IMAGEGENERAT...
2014-09-30 tfarinawebtry: Only create sqlite3 tables if they don't exist...
2014-09-30 mtkleinArchive SkFloat
2014-09-30 reedspecialize setConcat for scale+translate, helps drawTex...
2014-09-30 robertphillipsRevert of Make "priv" classes for GrTexure and GrSurfac...
2014-09-30 robertphillipsRevert of GrResourceCache2 manages scratch texture...
2014-09-30 bsalomonGrResourceCache2 manages scratch texture.
2014-09-29 bsalomonMake "priv" classes for GrTexure and GrSurface.
2014-09-29 reedremove alphatype from colortable
2014-09-29 humperallow caller to override the default output directory...
2014-09-29 robertphillipsMove offset and CTM from LayerCache Key to per-hoisted...
2014-09-29 robertphillipsRebaselining Win7 image failures (textblob, verttext2)
2014-09-29 bsalomonMake writeRenderTargetPixels use draw buffer rather...
2014-09-29 tfarinaFix some references to non-existant polyfill directory.
2014-09-29 tfarinaMention 'go get' command in the README file.
2014-09-29 junovApplying post-commit comments from https://codereview...
2014-09-29 djsollenTemp fix for crash when generating 16-bit cache for...
2014-09-29 piotaixrOverride drawImage*() in SkNWayCanvas
2014-09-29 mtkleinDon't test the old picture backend anymore.
2014-09-29 tfarinawebtry database has more than one table.
2014-09-29 senorblancoSanitize SkMatrixConvolutionImageFilter creation params.
2014-09-29 humperrun the webtry build script instead of using go build
2014-09-29 caryclarkfail on extremely large coincident curves
2014-09-29 fmalitaRevert of Revert of Fix SkTextBlob offset semantics...
2014-09-29 robertphillipsUpdate RecordReplaceDrawTest to generate and pass pictures
2014-09-29 mtkleinAlways force the bounds of the empty pathref.
2014-09-29 robertphillipsMake pictures in multipicturedraw GM fit in 0,0..W...
2014-09-29 robertphillipsRevert of Fix SkTextBlob offset semantics. (patchset...
2014-09-26 Justin NovosadAdding test suppression for image-surface GM
2014-09-26 junovChange GrContext::copyTexture to go through GrDrawTarget
2014-09-26 tomhudsonSkMatrix44::preserves2dAxisAlignment()
2014-09-26 piotaixrRename SkImage::draw(_, SkRect, SkRect) in SkImage...
2014-09-26 Florin MalitaFix SkTextBlob offset semantics.
2014-09-26 piotaixrReplace a forgotten call to SkImage::draw() by SkCanvas...
2014-09-26 egdanielSplit GrDrawState and GrOptDrawState into separate...
2014-09-26 tfarinaReinitialize monit to changes take effect.
2014-09-26 borenetUpdate SKP version to 112
2014-09-25 senorblancoFix SkTableColorFilter deserialization validation.
2014-09-25 piotaixrAdd doc on SkCanvas::drawImage*() methods
2014-09-25 piotaixrMake SkImage::draw() private
2014-09-25 Mike KleinSeems that some of our compliers can't infer this type...
2014-09-25 mtkleinRemove SkPaint dirty bits.
2014-09-24 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-24 senorblancoFix SkXfermode deserialization.
next