platform/upstream/libSkiaSharp.git
2015-02-10 halcanarySimplify reference management in SkPDF
2015-02-10 djsollenUpdate docs with instructions for debugging Android...
2015-02-10 mtkleinSwitch font embedding to a compile-time flag, with...
2015-02-10 joshualittdiscard when coverage is <= 0 in XP dst copy.
2015-02-10 henrik.smidingAdd SSE optimization of Color32A_D565
2015-02-10 mtkleinGYP groudwork for half-float opts support.
2015-02-10 reedcheck for nonfinites in rrects
2015-02-10 reedUse conics for round joins and caps
2015-02-10 robertphillipsClean up clipping code a bit
2015-02-10 scroggoOnly define SK_CRASH_HANDLER in crash_handler.
2015-02-10 bungemanAdditional cleanups to Android config parsing.
2015-02-10 mtkleinrewrite ambiguous comment
2015-02-10 mtkleinOnly instance-count in SK_DEVELOPER builds (our debug...
2015-02-10 skia.buildbotsUpdate SKP version
2015-02-09 mtkleinPort SkLazyPtr to new SkAtomics.h
2015-02-09 mtkleinSkAtomics: add asserts for valid memory orders.
2015-02-09 reeduse conics for arcTo
2015-02-09 sugoiFixed array read error
2015-02-09 reedmore gms for conics
2015-02-09 mtkleinRevert of nanobench: lazily decode bitmaps in .skps...
2015-02-09 mtkleinnanobench: lazily decode bitmaps in .skps.
2015-02-09 reedcull edges that are to the right of the clip
2015-02-09 reedadd rounded-join option to bigpath bench
2015-02-09 mtkleinRevert of Make the glyph array entries inline. (patchse...
2015-02-09 egdanielMove GrXferProcessor subclasses into cpp files
2015-02-09 robertphillipsSalvage the SampleApp portion of the ill-fated "nudge" CL
2015-02-09 jcgregorioskoodle1
2015-02-09 qiankun.miaoRemove unnecessary assignment
2015-02-09 herbMake the glyph array entries inline.
2015-02-09 skia.buildbotsUpdate SKP version
2015-02-09 henrik.smidingRemove opaque versions of Color32_D565
2015-02-08 Mike Kleinturns out the newlines matter
2015-02-08 Mike Kleinone day i will bother to look at the markdown rendering
2015-02-08 halcanarydocumentation: formatting site/dev/contrib/c++11
2015-02-08 skia.buildbotsUpdate SKP version
2015-02-07 reedFaster edge re-sort
2015-02-07 skia.buildbotsUpdate SKP version
2015-02-07 reedRevert of Faster edge re-sort, drop trailing edges...
2015-02-07 reedFaster edge re-sort, drop trailing edges
2015-02-07 reedRevert of faster edge re-sort, drop trailing edges...
2015-02-06 joshualittsimple fix to close batches on anything push to the...
2015-02-06 reedfaster edge re-sort, drop trailing edges
2015-02-06 reedadd bench for very big paths
2015-02-06 fmalitaAdd SkSVGCanvas
2015-02-06 bsalomonReimplement gpu message bus for invalidated bitmap...
2015-02-06 bsalomonOne createTexture function, attempt to recycle scratch...
2015-02-06 fmalitaMove SVG parser files under {include,src}/svg/parser/
2015-02-06 reedRename SkCanvasDrawable to SkDrawable, and make public
2015-02-06 reedRevert of rename SkCanvasDrawable to SkDrawable, and...
2015-02-06 reedrename SkCanvasDrawable to SkDrawable, and make public
2015-02-06 bungemanAdd factory for Android font manager.
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-06 skia.buildbotsUpdate SKP version
2015-02-06 reedmigrate more samples over to SkAnimTImer
2015-02-05 joshualittConvex batch
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 joshualittwhitespace
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-05 mtkleinDocument my current understanding of C++11 in Skia.
2015-02-05 halcanaryGM for http://skbug.com/3398
2015-02-05 mtkleinTry again to use a C++11 feature in DM as a canary.
2015-02-05 mtkleinBuild in C++11 mode on Unix-like bots.
2015-02-05 bungemanSuppress another FontConfig 'leak'.
2015-02-05 joshualittBUG=skia:
2015-02-05 skia.buildbotsUpdate SKP version
2015-02-05 jei.mayolFix GIF transparency.
2015-02-05 mtkleinforce a build
2015-02-05 reedadd length parameter to addText, to match attr values
2015-02-05 fmalita[SkSVGDevice] drawTextOnPath() support
2015-02-04 fmalita[SkSVGDevice] Add support for more stroke params
2015-02-04 bsalomonMore cleanup around GrContext, textures, and SkGr.cpp
2015-02-04 sugoiNo more caching volatile bitmaps
2015-02-04 egdanielFix casting bug in GrArithmeticXP
2015-02-04 bsalomonMake npot resizing work properly for bmps that are...
2015-02-04 reedreturn reference to cache instead of copying the mask
2015-02-04 fmalita[SkSVGDevice] Initial clipping support
2015-02-04 mtkleinRevert of Build in C++11 mode on Unix-like bots. (patch...
2015-02-04 mtkleinBuild in C++11 mode on Unix-like bots.
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 tfarinaFix the URL for previewing Markdown changes.
2015-02-04 skia.buildbotsUpdate SKP version
2015-02-04 kkinnunenRemove unused and unimplemented abstract functions...
2015-02-04 fmalita[SkSVGDevice] Initial text support
2015-02-04 joshualittfixing GrBatch leak
2015-02-04 joshualittHairline batch
2015-02-03 joshualittDash using vertex attributes for interval and stroke...
2015-02-03 djsollenCleanup the android scripts.
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-03 reedadd textual overview
2015-02-03 mtkleinPort SkRefCnt.h to new SkAtomics.h
2015-02-03 mtkleinBuild in C++11 mode on Macs.
2015-02-03 tfarinaRemove link to Push application.
2015-02-03 caryclarkremove remaining parts of SkExample
2015-02-03 hcmadd new Skia team member to committers list
2015-02-03 egdanielSave and temp dst and src FBO on GrGLGpu and use the...
2015-02-03 joshualittRevert of Hairline batch (patchset #17 id:360001 of...
2015-02-03 Mike KleinLand Ben's 32-bit symlink script.
2015-02-03 Thiago FarinaFix references to https://sites.google.com/site/skiadocs/.
next