platform/upstream/libSkiaSharp.git
2015-09-29 hendrikwskia: roll ANGLE and remove compile flags
2015-09-29 bsalomonRevert of By default purge resources that haven't been...
2015-09-29 herbHave /src files use header directly.
2015-09-29 bsalomonBy default purge resources that haven't been used for...
2015-09-29 bsalomonUse child processors to implement compose color filter.
2015-09-28 halcanarySkImage::NewFromBitmap works with Index8
2015-09-28 halcanaryDM: PDFSink sets rasterizer keyword
2015-09-28 herbMove SkAtomics.h to private.
2015-09-28 benjaminwagnerMove code search info to sub-page. Add additional code...
2015-09-28 herbMake SkPath fFirstDirection atomic to fix tsan.
2015-09-28 mtkleinsimplify code in SkRecords.h
2015-09-28 reedRevert of Revert[2] of add ImageShader, sharing code...
2015-09-28 reedRevert of change pixel-serializer to support reencoding...
2015-09-28 robertphillipsRevert of SkImage-backed SkPictureShader (patchset...
2015-09-28 herbAdd cast and assignment operators to SkAtomic.
2015-09-28 reedchange pixel-serializer to support reencoding existing...
2015-09-28 halcanarySkBlockMemoryStream: correct test in getMemoryBase().
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-28 reedEdgeClip demo to show scan-converter clipping behavior
2015-09-27 update-skpsUpdate SKP version
2015-09-25 fmalitaSkImage-backed SkPictureShader
2015-09-25 fmalitaRemove SkBitmapSource
2015-09-25 reedSkInstallDiscardablePixelRef is deprecated, enforce...
2015-09-25 reeduse override to make the new xcode happier
2015-09-25 reedRevert[2] of add ImageShader, sharing code with its...
2015-09-24 mdempskyEliminate some clutter in SkFlattenable
2015-09-24 joshualittstop scaling loops and improve warmup bench
2015-09-24 Brian SalomonFix leak in ResourceCache test
2015-09-24 halcanarySkPDF Implement colorfilters on bitmaps
2015-09-24 robertphillipsMake drawbitmaprect GM use Ganesh-backed bitmaps and...
2015-09-24 joshualittAdd warmup bench to visual bench
2015-09-24 fmalitaRemove SkImage::newImage()
2015-09-24 herbMake mutex semaphore based.
2015-09-24 bsalomonMake methods on GrGpuResource safe to call on abandoned...
2015-09-24 bsalomonFix GrDrawVerticesBatch to work with override colors...
2015-09-24 robertphillipsImprove debugger's visualization of transparent textures
2015-09-24 benjaminwagnerBlacklist ReadPixels on GalaxyS4 due to skia:4368.
2015-09-24 bsalomonMangle output var in GrGLFragmentProcessor::emitChild
2015-09-24 halcanaryDocumentation: minor style changes.
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-09-24 reedRevert "Revert of remove unused SkCachingPixelRef ...
2015-09-24 caryclarklooking for fuzz failure
2015-09-23 bungemanAvoid last param to CTFontCreateWithGraphicsFont.
2015-09-23 halcanaryDocumentation: SkDocument::setMetadata()
2015-09-23 halcanaryGM for http://skbug.com/4374
2015-09-23 halcanarySkPDF: add basic metadata support
2015-09-23 halcanaryandroid/apps: Add CanvasProof App;
2015-09-23 benjaminwagnerBlacklist GLVertexAttributesBench and GLVec4ScalarBench...
2015-09-23 benjaminwagnerRevert of remove unused SkCachingPixelRef (patchset...
2015-09-23 benjaminwagnerBlacklist GLInstancedArraysBench for GalaxyS4 due to...
2015-09-23 reedremove unused SkCachingPixelRef
2015-09-23 hendrikwskia: Add support for ANGLE on linux
2015-09-22 joshualittMove determiniation of strokerect rects internal
2015-09-22 msarettAdd nanobench tests for BitmapRegionDecoder
2015-09-22 mtkleinfix DM?
2015-09-22 benjaminwagnerThis file was supposed to be in https://codereview...
2015-09-22 bsalomonStop supporting HW dither
2015-09-22 mtkleinmove mutex construction out of the benchmarks.
2015-09-22 mdempskySmall cleanups to SkSmallAllocator
2015-09-22 joshualittFix for degenerate stroke rect
2015-09-22 mdempskyFix possible integer overflow in SkTSearch's midpoint...
2015-09-22 egdanielPrefer dual source/framebuffer fetch paths for GPU...
2015-09-22 bungemanAvoid CTFontCreateCopyWithAttributes.
2015-09-22 benjaminwagnerBlacklist bleed_image on GalaxyS4.
2015-09-22 joshualittRevert of Fix for degenerate stroke rect (patchset...
2015-09-22 joshualittFix for degenerate stroke rect
2015-09-22 bsalomonMove GrFragmentProcessor implementation to its own...
2015-09-22 Brian Salomonfix factory count
2015-09-22 bsalomonReplace GrExtractAlphaFragmentProcessor with DstIn...
2015-09-22 mdempskyRemove SkNEW and SkDELETE macros
2015-09-21 halcanarySkTLList throw on sk_malloc fail
2015-09-21 halcanarywhitespace change
2015-09-21 mtkleinRevert of Combined approach. (patchset #2 id:20001...
2015-09-21 mtkleinCombined approach.
2015-09-21 halcanaryCMake: Compile in OSMesa on Linux, if found.
2015-09-21 halcanarySK_API for include/gpu/gl/GrGLInterface.h
2015-09-21 borenetBuildbot specs for Linux ANGLE bot
2015-09-21 hcmupdate roadmap link to latest
2015-09-21 mtkleinRevert of try simplest code: inline whenever vaguely...
2015-09-21 mtkleintry simplest code: inline whenever vaguely sensible
2015-09-21 mtkleinRevert of try stosd/w (patchset #2 id:20001 of https...
2015-09-21 mtkleintry stosd/w
2015-09-20 mtkleinRevert of update memset16/32 inlining heuristics (patch...
2015-09-20 mtkleinupdate memset16/32 inlining heuristics
2015-09-20 update-skpsUpdate SKP version
2015-09-19 bungemanRevert of Avoid CTFontCreateCopyWithAttributes. (patchs...
2015-09-19 bungemanAvoid CTFontCreateCopyWithAttributes.
2015-09-18 jcgregorioskia.og: Update the home page to have a showcase of...
2015-09-18 herbDelete the typefaces.
2015-09-18 joshualittCreate append methods in batch namespaces
2015-09-18 joshualittFix for combining with perspective local rects
2015-09-18 herbFont cache stress test.
2015-09-18 msarettDisable dithering in libjpeg-turbo for 565 decodes
2015-09-18 joshualittadd new gm to test overlapping lcd text
2015-09-18 joshualittMake Ben happy
2015-09-18 msarettUse rounding when converting desiredScale to a sampleSize
2015-09-18 herbAdd shared mutex benchmark.
2015-09-18 tomhudsonRevert of add ImageShader, sharing code with its Bitmap...
2015-09-18 herbBenchmark all mutex implementations.
2015-09-18 robertphillipsAdd slice tool
next