platform/upstream/libSkiaSharp.git
2015-03-25 bungemanRemove sfnt dependency from xps gyp tartget.
2015-03-25 reedUse Sk4x to speed-up bounds of an array of points
2015-03-25 cdaltonAdd more parameters to GrTextContext::canDraw
2015-03-25 scroggoTest scanline decoding in DM.
2015-03-25 djsollenReplace error checking mutex initializer with the glibc...
2015-03-25 mtkleinUpdate 4-at-a-time APIs.
2015-03-25 joshualittsimple patch to always init SkTextBlob uniqueID
2015-03-25 halcanarySkPDF SkPDFObject::addResources signature simplified
2015-03-25 mtkleinLazy SKP image decoding in DM.
2015-03-25 mtkleinland some real hashtags
2015-03-25 rmistryAdd post upload hook to substitute hashtags for their...
2015-03-25 halcanarySkPDF: eliminate skpdfpage class
2015-03-25 msarettFix android_run_skia script to allow for larger blacklist
2015-03-25 halcanarySkPDF: merge skdocument_pdf and skpdfdocument
2015-03-25 halcanarySKPDF: refactor pdfcatalog and pdfdocument
2015-03-25 scroggoAdd scanline decoding to SkCodec.
2015-03-25 halcanarySkTHash: add checksum include
2015-03-25 scroggoAdd copyright headers to remaining gyp files.
2015-03-25 robertphillipsRemove SkClipStack's manual rounding of BW clip rects
2015-03-25 halcanarySkPDF: skpdfdocument and skpdfpage use skpdfdevice...
2015-03-25 halcanarySkPDF: add canon assert before adding code that might...
2015-03-25 halcanarySkPDF: unclass skpdfdocument
2015-03-25 mtkleinMore file types to check for (C).
2015-03-25 joshualittFix for ClipMaskManager drawSimpleRect
2015-03-25 scroggoAdd copyright to gyp/codec.gyp.
2015-03-25 halcanarySkPDF: clean up skpdfdocument, add static functions
2015-03-25 scroggoAdd copyright headers DM.
2015-03-25 msarettFixing memory leak in ico decoder
2015-03-25 msarettEnabling ico decoding with use of png and bmp decoders
2015-03-25 halcanarySkPDF refactor skpdfdocument
2015-03-25 borenetAdd copyright check to PRESUBMIT
2015-03-25 reedSkChopCubicAt2 using Sk2s -- 2x faster
2015-03-24 halcanarySkPDF: unit test cleanup
2015-03-24 reedRevert of pathops version two (patchset #16 id:150001...
2015-03-24 caryclarkRevert of remove obsolete tests (patchset #1 id:1 of...
2015-03-24 caryclarkRevert of fix destructor order to fix build (patchset...
2015-03-24 tomhudsonRevert of Enabling ico decoding with use of png and...
2015-03-24 tomhudsonSwitch DM to use utils/android/SkAndroidSDKCanvas
2015-03-24 msarettEnabling ico decoding with use of png and bmp decoders
2015-03-24 robertphillipsFix assert in debugger
2015-03-24 rmistryIncrease timeout of ukwsj to get more consistent SKP...
2015-03-24 halcanarySkPDF: Fix leak in SkPDFShader
2015-03-24 reedenable color-matrix-floats again, watching arm64 bots
2015-03-24 mtkleinGo back to storeAligned / LoadAligned for SkPMFloat...
2015-03-24 caryclarkfix destructor order to fix build
2015-03-24 caryclarkremove obsolete tests
2015-03-24 halcanarySkPDF: clean up extra references
2015-03-24 senorblancoMove SkMatrixImageFilter.h into src/core.
2015-03-24 caryclarkpathops version two
2015-03-24 reedRevert of Revert of remove colorfilter native-565 suppo...
2015-03-24 mtkleinaacc + bbdd
2015-03-24 reedRevert of remove colorfilter native-565 support. compli...
2015-03-24 reedRevert "Revert of impl colormatrix w/ floats (patchset...
2015-03-24 reedremove colorfilter native-565 support. complicating...
2015-03-24 reedRevert of correct reporting of kAlphaUnchanged_Flag...
2015-03-24 reedcorrect reporting of kAlphaUnchanged_Flag in ModeFilter
2015-03-24 reedRevert of impl colormatrix w/ floats (patchset #7 id...
2015-03-23 reedimpl colormatrix w/ floats
2015-03-23 mtkleinStart fresh on swizzles
2015-03-23 tomhudsonBoth DM and nanobench need this, so moving the duplicat...
2015-03-23 mtkleinReplace _mm_cvtps_epi32(x) with _mm_cvttps_epi32(_mm_ad...
2015-03-23 bungemanAdd font "index" to lmp parser.
2015-03-23 reedremove meaningless matrix benches, add mapPts() and...
2015-03-23 joshualittInitial change to move text blob to GrTextContext
2015-03-23 tomhudsonGet rid of excess cleverness in benchmark
2015-03-23 tomhudsonMake SkCanvas::getBaseLayerSize() virtual
2015-03-23 kkinnunenFix two typos in coding style
2015-03-23 robertphillipsPreserve texture compression when saving a revised...
2015-03-23 kkinnunenDo not playback pending commands for full deferred...
2015-03-22 skia.buildbotsUpdate SKP version
2015-03-21 reedremove SK_SUPPORT_LEGACY_ARCTO_QUADS code
2015-03-20 reedchange default impl to facilitate transition in blink...
2015-03-20 reedremove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code
2015-03-20 mtkleinSome usability ideas around SkTHash.
2015-03-20 reedcleanup using constructors
2015-03-20 reeduse Sk2s for conics
2015-03-20 mtkleinSk2x::invert() and Sk2x::approxInvert()
2015-03-20 jvanverthReturn to old distance field glyph sizes.
2015-03-20 halcanaryPDF: remove last use of SkPDFImage
2015-03-20 mtkleinHack around skia:3570 for now.
2015-03-20 scroggoAdd SkEncodedFormat, used by SkCodec.
2015-03-20 mtkleinAdd divide to Sk2x, use native vdiv and vsqrt on ARM 64.
2015-03-20 mtkleinAllow negative error for Sk4f::sqrt() test.
2015-03-20 scroggoMake android framework depend on SkCodec.
2015-03-20 joshualittLet text contexts fall back directly to paths
2015-03-20 reedRevert of PDF: remove last use of SkPDFImage (patchset...
2015-03-20 mtkleinSpecialize Sk2d for ARM64
2015-03-20 henrik.smidingReplace SSE optimization of Color32A_D565
2015-03-20 halcanaryPDF: remove last use of SkPDFImage
2015-03-20 senorblancoAdd a new GM to show problems with shear/rotate CTM...
2015-03-20 mtkleinRevert of Specialize Sk2d for ARM64 (patchset #3 id...
2015-03-20 mtkleinSpecialize Sk2d for ARM64
2015-03-20 Mike KleinFix ambiguity in negate()s.
2015-03-20 mtkleinSk2x/Sk4x: add negate(), operator -()
2015-03-20 egdanielOnly use 256x256 tiles on hd2000 nanobench bots
2015-03-20 robertphillipsDisable sharing of stencil buffers across differently...
2015-03-20 senorblancoMove SkMatrixImageFilter into core, and add a factory...
2015-03-20 senorblancoRemove deprecated flavour of SkDropShadowImageFilter...
2015-03-20 mtkleinGuard SIMD code with !defined(SKNX_NO_SIMD).
2015-03-20 reeddisable LCD for layers w/ filters
next