platform/upstream/libSkiaSharp.git
2014-10-07 mtkleinAdd -Wno-invalid-offsetof to Mac and iOS builds too.
2014-10-07 mtkleinAdd SkPaint::getHash().
2014-10-07 joshualittRevert of gl programs rewrite (patchset #10 id:180001...
2014-10-07 joshualittgl programs rewrite
2014-10-07 jvanverthFix for perspective GMs and df paths.
2014-10-07 jvanverthFix perspective version of dftext GM
2014-10-07 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 egdanielMake createOptDrawState return NULL if we would end...
2014-10-07 reedexplicitly delete our c++ window on quit
2014-10-07 bsalomonRevert of Don't readback and reupload texture-backed...
2014-10-07 robertphillipsAdded more msaa blurring rebaselines & a suppression
2014-10-07 bsalomonGrContext::copyTexture->GrContext::copySurface.
2014-10-07 bsalomonDon't readback and reupload texture-backed bitmaps
2014-10-07 robertphillipsRebaseline multipicturedraw_biglayer_*
2014-10-07 robertphillipsRemove suppressions in ignored-tests.txt
2014-10-07 reedextra call to flush until brian can figure it out
2014-10-07 borenetUpdate SKP version to 119
2014-10-07 reedoverride applicationShouldTerminate so we can cleanup...
2014-10-07 rmistryWhitespace change to test CQ
2014-10-06 bsalomonRebaseline after msaa blur change
2014-10-06 robertphillipsUpdate suppressed baseline images
2014-10-06 jvanverthReduce sizes in dftext GM on Android to match desktop...
2014-10-06 Greg Humphreysfix missing webtry output capture display
2014-10-06 Greg Humphreysrework webtry css with compass and bootstrap
2014-10-06 reedadd surfaceprops to SkWindow, and 'D' to toggle distanc...
2014-10-06 robertphillipsAdd suppression for multipicturedraw_biglayer GM
2014-10-06 robertphillipsFix some incorrect assumptions in GrLayerCache.cpp
2014-10-06 derekfCreate MSAA render target for blur mask texture
2014-10-06 egdanielPlumb OptDrawState down to VertexShaderBuilder
2014-10-06 robertphillipsFix multipicturedraw_biglayer GM
2014-10-06 robertphillipsUpdate baseline GM images
2014-10-06 mtkleinRestore a really single-threaded mode to DM.
2014-10-06 reedimplement some so we can test it
2014-10-06 robertphillipsNew baselines
2014-10-06 jvanverthUpdate fontcache expectations
2014-10-06 tfarinaFix usage of SK_BUILD_* defines.
2014-10-06 humpera few more tweaks to the webtry setup doc
2014-10-06 Greg Humphreysadd environment variable to webtry local run documentation
2014-10-06 Greg HumphreysAutomatically resize the webtry text editor to fit...
2014-10-06 Greg Humphreysfix webtry local run documentation
2014-10-06 reedexperimental c api
2014-10-06 jvanverthAdd GrAASmallPathRenderer.
2014-10-06 borenetUpdate SKP version to 118
2014-10-05 borenetUpdate SKP version to 117
2014-10-04 borenetUpdate SKP version to 116
2014-10-04 tfarinaRestart webtry to pick up changes.
2014-10-03 tfarinaRun goimports through 'go' code in bug_chomper.
2014-10-03 piotaixrRemove globals from tests/CanvasTest.cpp
2014-10-03 reedSpeculative revert to diagnose crash in chrome. Revert...
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.
next