platform/upstream/libSkiaSharp.git
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
2015-02-20 caryclarkThis uses quad approximations of the outer and inner...
2015-02-20 halcanaryPDF : New factory function for SkPDFDevice
2015-02-20 halcanaryPDF: remove unused SkPDFDevice::setDCTEncoder()
2015-02-20 reedRevert of Make SkPixelRef::isLocked() debug-only, remov...
2015-02-20 halcanaryPDF: Remove SkPDFDeviceFlattener
2015-02-20 halcanaryRemove unused parameters to SkDocument::CreatePDF
2015-02-20 mtkleinMake SkPixelRef::isLocked() debug-only, remove related...
2015-02-20 scroggoRename onGetPixelsEnum back to onGetPixels.
2015-02-20 fmalita[SkSVGDevice] Fix whitespace text handling
2015-02-20 reeduse geometric ave for choosing mip level
2015-02-20 djsollenAllow either the old or new version of ADB on mac.
2015-02-19 bsalomonSpeculative fix for nexus player unit test failure
2015-02-19 reedgm to illustrate mipmap layer choice
2015-02-19 bsalomonHandle the case when the GrResourceCache timestamp...
2015-02-19 joshualittgm to test hairlines which fill RenderTarget
2015-02-19 bsalomonRecycle stencil buffers across render targets.
2015-02-19 mtkleinRevert of notify resource caches when pixelref genID...
2015-02-19 mtkleinPDF: why do we have flags no one uses (or can use)?
2015-02-19 jvanverthUpdate fontcache gm to actually stress font atlas
2015-02-19 bsalomonAllow resources' unique keys to be changed.
2015-02-19 reednotify resource caches when pixelref genID goes stale
next