platform/upstream/libSkiaSharp.git
2015-11-30 caryclarkadd more conservative check for wayward divide
2015-11-30 bsalomonAdd debug option to clip each GrBatch to its device...
2015-11-30 halcanaryCMake: generate skia.h and skia_{compile|link}_argument...
2015-11-30 joshualittMake onPrepareDraws const
2015-11-30 halcanaryCMake: generate SkUserConfig.hh
2015-11-30 egdanielCreate a static instances of SrcOver XferProcessor
2015-11-30 borenetAdd documentation for Status bot filters
2015-11-30 egdanielFix bug in reads fragment position on gpu.
2015-11-30 ethannicholasAPIs which took colorPOI / coveragePOI pairs updated...
2015-11-30 mtkleinRevert of skstd -> std for unique_ptr (patchset #16...
2015-11-30 mtkleinskstd -> std for unique_ptr
2015-11-30 scroggoSupport wbmp that are supported by SkImageDecoder
2015-11-30 robertphillipsClean up Ganesh path render a little bit
2015-11-29 update-skpsUpdate SKP version
2015-11-26 kkinnunenInclude conic weights in GrPath cache kSimpleVolatilePa...
2015-11-25 senorblancoDon't use SkRect::MakeLargest() for clip bounds in...
2015-11-25 senorblancoFix SkMergeImageFilter crop rect computation.
2015-11-25 msarettAdd frame_larger_than_image.gif to blacklist
2015-11-24 halcanarytools/git-sync-deps: handle changing origin
2015-11-24 herbRemove SkDrawProcs
2015-11-24 ethannicholasNew API for computing optimization invariants.
2015-11-24 reedoptimize the disable-caching case for SkImage::readPixels
2015-11-24 borenetWhitespace change to trigger bots after gsutil change
2015-11-24 robertphillipsAdd sniff for rect, oval & rrect to SkCanvas::clipPath
2015-11-24 cdaltonAdd offscreen mode to visualbench
2015-11-24 cdaltonOptimize visualbench offscreen blits
2015-11-24 herbChange XPS to use find and place glyph.
2015-11-24 robertphillipsSniff out rects, ovals & rrects in SkGpuDevice::drawPath
2015-11-24 kkinnunenGenerate list of GPU contexts outside ImageTest tests
2015-11-24 msarettCherry pick one more commit into libjpeg-turbo
2015-11-24 robertphillipsUpgrade debugger to print more SkPath info (isOval...
2015-11-24 hendrikwskia: Holding onto the image in the benchmark causes...
2015-11-24 robertphillipsClarify when oval & rrects get devolved to paths in...
2015-11-24 mtkleinAdd SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE.
2015-11-24 Derek SollenbergerWhitespace change to trigger android automerger
2015-11-23 egdanielAppeasing the compilers
2015-11-23 egdanielFix for recent SrcOver XP Change
2015-11-23 bsalomonMake stencil and cover path rendering have more reasona...
2015-11-23 joshualittRemove unecessary GetGlyphIdMetrics call
2015-11-23 joshualittMove command line print above parse in VisualBench
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-23 joshualittMove GrAtlasTextBatch blob regeneration to template
2015-11-23 reedscaling API on SkPixmap
2015-11-23 jvanverthAdd stroking support to distance field path renderer
2015-11-23 bsalomonRestrict query bounds for reduce clip to dev bounds
2015-11-23 msarettSwitch Skia's libjpeg-turbo to 1.4.2
2015-11-23 lsalzmanuse malloc/calloc/free instead of moz_malloc/moz_calloc...
2015-11-23 mtkleinRevert of skstd -> std for unique_ptr (patchset #16...
2015-11-23 mtkleinskstd -> std for unique_ptr
2015-11-23 robertphillipsAvoid devolving to a path when conservative clipping...
2015-11-23 fmalitaTake span len into account when determining whether...
2015-11-23 scroggoAdd SkPngChunkReader.
2015-11-23 scroggoRevert of Add SkPngChunkReader. (patchset #9 id:160001...
2015-11-23 msarettRevert of Switch Skia's libjpeg-turbo to 1.4.2 (patchse...
2015-11-23 scroggoAdd SkPngChunkReader.
2015-11-23 bsalomonReview URL: https://codereview.chromium.org/1464593004
2015-11-23 msarettSwitch Skia's libjpeg-turbo to 1.4.2
2015-11-23 kkinnunenFix GLInterfaceValidation test after "Remove GrContextF...
2015-11-23 kkinnunenRemove GrContextFactory::getGLContext
2015-11-22 bsalomonInitial version of external_oes texture support and...
2015-11-22 reeduse pinned value during lerp for vertical gradients
2015-11-22 halcanarySkPDF: add `final` keyword to leaf classes
2015-11-22 update-skpsUpdate SKP version
2015-11-22 fmalitaRevert of Add stroking support to distance field path...
2015-11-21 reedRevert[2] of "quick-accept clipRect calls"
2015-11-21 bsalomonRevert of Initial version of external_oes texture suppo...
2015-11-21 bsalomonInitial version of external_oes texture support and...
2015-11-21 bsalomonRevert of option to quick-accept clipRect calls (patchs...
2015-11-20 egdanielRevert of Make specialized SrcOver XPFactory (patchset...
2015-11-20 caryclarkfix pathops coincidence fuzz bug
2015-11-20 jvanverthAdd stroking support to distance field path renderer
2015-11-20 egdanielCreate GrGLSLVaryingHandler class for program building
2015-11-20 egdanielMake specialized SrcOver XPFactory
2015-11-20 fmalitaTiny linear gradient GM
2015-11-20 mtkleinFix UB in SkDivBits
2015-11-20 mtkleinAdd SkNx_cast().
2015-11-20 herbMove glyph choosing to the find and place glyph code.
2015-11-20 fmalitaSkFontConfigInterface::createTypeface()
2015-11-20 halcanaryEliminate SkFILE: it always is the same as FILE.
2015-11-20 reedoption to quick-accept clipRect calls
2015-11-20 reedenable conservative raster clipping
2015-11-20 herbInitialize memory for BitMask and Clip test.
2015-11-20 joshualittFactor out GrAtlasTextBatch fromt GrAtlasTextContext
2015-11-20 jvanverthPack and align SkStrokeRec to 4-byte boundary.
2015-11-20 kkinnunenGenerate list of GPU contexts outside SurfaceTest tests
2015-11-20 stephanaRevert of Fix UB in SkDivBits (patchset #4 id:50001...
2015-11-19 msarettImplement SkGifCodec::onSkipScanlines()
2015-11-19 caryclarkadd SkPath::isRRect
2015-11-19 joshualittAvoid geometric ninepatch if rendertarget has MSAA
2015-11-19 robertphillipsAdd more batch information printouts
2015-11-19 jvanverthRevert of Add stroking support to distance field path...
2015-11-19 jvanverthAdd stroking support to distance field path renderer
2015-11-19 mtkleinRecord concat as Concat.
2015-11-19 fmalitaFix nearly-vertical gradient assert
2015-11-19 reedadd SkRecordOptimize2 and an experimental API for more...
2015-11-19 mtkleinRemove unsigned < signed comparison.
2015-11-19 fmalitaParametric contour start GM
2015-11-19 mtkleinFix UB in SkDivBits
2015-11-19 kkinnunenFix GpuDrawPathTest on ANGLE and enable it
2015-11-19 mtkleinRevert float xfermodes back to Sk4f (from Sk8f).
next