platform/upstream/libSkiaSharp.git
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
2015-03-20 reeduse Sk2s for EvalQuadTangent and ChopQuadAt
2015-03-20 mtkleinoperator overloads for Sk4x, use them all where possible
2015-03-19 reedadd SkMatrix::decomposeScale
2015-03-19 mtkleinTry out operator overloads for Sk2x.
2015-03-19 bungemanSupport BGR with DirectWrite.
2015-03-19 senorblancoRemove now-unused uniqueID param from SkDropShadowImage...
2015-03-19 egdanielBlacklist certain win7 gms that are never finishing...
2015-03-19 mtkleinSk2x for NEON
2015-03-19 mtkleinPort to real Sk2f.
2015-03-19 reedremove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCAL...
2015-03-19 jvanverthAdd minimum size for using distance fields.
2015-03-19 egdanielMove skp nanobench tile size back to 256x256 to see...
2015-03-19 mtkleinSk2x
2015-03-19 bungemanUse typographic font metrics when the font requests.
2015-03-19 mtkleinReorg Sk4x to match the pattern of SkPMFloat.
2015-03-19 reedalt SkEvalQuadAt that returns its answer, using Sk2f
2015-03-19 reedremove unused clip parameter to SkEdge::setClip
2015-03-19 reedguarded change to SkImageGenerator to make getInfo...
2015-03-19 rmistryWhitespace change to test the CQ
2015-03-19 jvanverthEnsure that we use different glyph entries for regular...
2015-03-19 scroggoRun CodecSrc DM.
2015-03-19 reedRevert of replace SkFixedDiv impl with native 64bit...
next