platform/upstream/libSkiaSharp.git
2015-02-26 scroggoFix SampleApp build on iOS.
2015-02-26 joshualittSome small code tidying
2015-02-26 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-02-26 Stephen WhiteWin64 warning fix for GrTessellatingPathRenderer.
2015-02-26 senorblancoTessellating GPU path renderer.
2015-02-26 fmalitaRevert of Use an image generator to back SkPictureShade...
2015-02-25 joshualittadding preabandon flag to DM
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 mtkleinClean up ColorRectProc plumbing.
2015-02-25 mtkleinFix the race to set the new gen ID.
2015-02-25 bungemanRemove SK_USE_LEGACY_AA_COVERAGE guarded code.
2015-02-25 jcgregorioShorten up some site titles, also remove some trailing...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 mtkleinSteal a bit from the gen ID instead of managing two...
2015-02-25 caryclarkfuzzer fixes
2015-02-25 halcanarySkPDF: remove SK_API on no-longer-public functions.
2015-02-25 bsalomonroll gyp
2015-02-25 mtkleinRevert of fAddedToCache doesn't need to be atomic....
2015-02-25 mtkleinRevert of Default SK_ANGLE to true on Windows, run...
2015-02-25 mtkleinfAddedToCache doesn't need to be atomic.
2015-02-25 mtkleinDefault SK_ANGLE to true on Windows, run angle whenever...
2015-02-25 henrik.smidingRemove SSE2 ColorRect32 code/files
2015-02-25 reedonly notify bitmaps that have been added to the cache
2015-02-25 halcanaryDoc: user/quick/linux mentions 32-bit compiling
2015-02-25 herbBUG=skia:
2015-02-25 egdanielFix to check for inf when generating quadratic points
2015-02-24 mtkleinSkTRacy<T> -> SkAtomic<T>
2015-02-24 reedNotify resource caches when pixelref genID goes stale
2015-02-24 joshualittFreeType uses unsigned int, Skia uses int.
2015-02-24 joshualittfix for msan
2015-02-24 fmalitaUse an image generator to back SkPictureShader tiles.
2015-02-24 joshualittdon't draw if maxVertices returns 0 or > than uin16_t max
2015-02-24 halcanarySkPDF: replace SkPDFDevice::copyContentToData
2015-02-24 mtkleinAdd tools/nanobench_flags.py.
2015-02-24 robertphillipsFix radii scaling bug in SkRRect::setNinePatch
2015-02-24 Mike Kleinfix nvpr
2015-02-24 mtkleinadd tools/dm_flags.py
2015-02-24 halcanaryGM: showmiplevels handles bitmap memory in a nicer...
2015-02-24 joshualittk1 fix
2015-02-24 joshualittprobable fix for asan bot
2015-02-24 scroggoRevert of Make fID and MixedID calculations private...
2015-02-24 caryclarkflip stroke to chrome compatible define
2015-02-24 herbBUG=skia:
2015-02-24 kkinnunenMake SkNewImageFromBitmap take pixel ref origin into...
2015-02-24 joshualittEnable rect clips
2015-02-24 joshualittmove static init to cpp file to fix linux builder
2015-02-24 joshualittnon-aa rects batch
2015-02-24 joshualittRevert of fix for linux builder warn on exit destructor...
2015-02-24 bungemanProvide Mac 10.6 SDK support for kCTFontColorGlyphsTrait.
2015-02-23 joshualittfix for linux builder warn on exit destructor
2015-02-23 joshualittMove clip off of draw target
2015-02-23 bungemanUse traits instead of table for color glyph detection.
2015-02-23 jvanverthUse highp for distance field texture coord varyings.
2015-02-23 caryclarkbreak out of cubic stroker loop on degenerate case
2015-02-23 djsollenEnsure that skia's test resources are properly packaged...
2015-02-23 tomhudsonAdd HWUI Sink to DM on Android Framework builds
2015-02-23 halcanarySkStream: Add SkDynamicMemoryWStream::writeToStream...
2015-02-23 bsalomonFix release-developer build.
2015-02-23 egdanielRemove canApplyCoverage from XP and all related functio...
2015-02-23 robertphillipsReset conicWeights in SkPath::consumeDegenerateSegments...
2015-02-23 bsalomonMake STDPQueue::at() available in all builds.
2015-02-23 vmiuraSkDiscardablePixelRef should favor not decoding to...
2015-02-23 bsalomonRemove EGL header from SkANGLELContext.h
2015-02-23 halcanaryRevert of DM: lazy decoding on SKP playback (patchset...
2015-02-23 halcanaryDM: lazy decoding on SKP playback
2015-02-23 bsalomonRemove unnecessary include of gles2 header in SkANGLEGL...
2015-02-23 mtkleinSketch SkPMFloat
2015-02-23 bungemanUse #if instead of #ifdef with SK_HAS_DWRITE_X.
2015-02-23 bsalomonAdd stencil buffer create tracking to GPU stats.
2015-02-23 mtkleinRevert of Sketch SkPMFloat (patchset #15 id:270001...
2015-02-23 bungemanUse IDWriteFontFallback when available.
2015-02-23 mtkleinSketch SkPMFloat
2015-02-23 bsalomonDon't require AA in order to use shader-based clips
2015-02-23 bsalomonclear stencil buffer using special purpose FBO
2015-02-23 bsalomonDynamically create stencil buffer when needed.
2015-02-23 bsalomonUse D3D11 backend for ANGLE when available.
2015-02-23 joshualittDefault path renderer batch
2015-02-23 bungemanRemove SkFontHost includes and friends.
2015-02-23 reedremove dead code (covered by surfaceprops)
2015-02-23 joshualittRevert of non-aa rects batch (patchset #6 id:90001...
2015-02-23 joshualittnon-aa rects batch
2015-02-23 scroggoRemove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM.
2015-02-23 bsalomonRoll ANGLE
2015-02-23 caryclarkmake strokes3 full size
2015-02-23 kkinnunenSwap render target instead of creating a new gpu device...
2015-02-22 skia.buildbotsUpdate SKP version
2015-02-21 reedmove GMSampleView into its own cpp
2015-02-21 reedremove dead code from sampleapp, trim bad asserts
2015-02-20 fmalita[SVGDevice] Text whitespace unittest
2015-02-20 halcanaryPDF: remove unnecessary mutexes.
2015-02-20 bungemanImplement onMatchFamilyStyleCharacter for DirectWrite.
2015-02-20 joshualittRemove historical assert in AAConvexPathRenderer
2015-02-20 mtkleinMake SkPixelRef::isLocked() debug-only, remove related...
2015-02-20 djsollenEnable override keyword for GCC versions >= 4.7
2015-02-20 mtkleinPort GrGLCaps over to use SkTHash.
2015-02-20 robertphillipsFix layer hoisting bug in SkCanvas::drawPicture path
2015-02-20 mtkleinUse simpler SkTHashSet in DM to store reference gold
2015-02-20 halcanaryPDF: Now threadsafe!
2015-02-20 bsalomonRound stencil buffers dims up to next pow2 when allowed
next