platform/upstream/libSkiaSharp.git
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...
2015-03-19 reedremove unused SkXRay functions
2015-03-19 reedreplace SkFixedDiv impl with native 64bit math
2015-03-18 jvanverthRevert of Ensure that we use different glyph entries...
2015-03-18 jvanverthEnsure that we use different glyph entries for regular...
2015-03-18 mtkleintemporarily stifle Math test on TSAN bot
2015-03-18 egdanielRemove recent changes to use temp fbo to do stencil...
2015-03-18 senorblancoBump picture version for uniqueID-less SkImageFilter.
2015-03-18 egdanielRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-18 msarettDo not create empty color table if it does not exist
2015-03-18 reedAdd Load2/store2 to Sk4x (dumb impl for now)
2015-03-18 senorblancoRemove uniqueID from all filter serialization.
2015-03-18 reedextend neon table as well for gray8
2015-03-18 joshualittSimple patch to have draw path call an internal drawPath
2015-03-18 mtkleinLet's find out what's up with the TSAN bot test failures.
2015-03-18 msarettAdding swizzles for bmp:
2015-03-18 djsollenUpdate to identically match the sources used on Android
2015-03-18 scroggoImplement SkCodec::getScaledDimensions.
2015-03-18 mtkleinSkPMFloat: avoid loads and stores where possible.
2015-03-18 bungemanRestore GDI text size rounding.
2015-03-18 scroggoAdd comment describing SkColorTable constructor.
2015-03-18 dmlIndexed PNG decoding: Ensure color table is large enoug...
2015-03-18 Ravi MistryWhitespace change to test new GCE compile bot
2015-03-18 mtkleinDisplay currently running tests as the keepalive message.
2015-03-18 reedadd kGray_8_SkColorType
2015-03-17 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-17 Brian SalomonUse sample count for temp renderbuffer when clearing...
2015-03-17 mtkleinDM: disable image src type on Windows.
2015-03-17 bsalomonRevert of Improve tracking of bound FBOs in GrGLGpu...
2015-03-17 bsalomonImprove tracking of bound FBOs in GrGLGpu.
2015-03-17 bsalomonAdd stencil-only clear bug workaround back but for...
2015-03-17 mtkleinCurrent RSS on linux and android too?
2015-03-17 halcanaryDoc: htmlify roles table to allow easier modification
2015-03-17 reedimagefilters always need to disable lcd
2015-03-17 bungemanRemove SkLONGLONG.
2015-03-17 scroggoRevert "Indexed PNG decoding: Ensure color table is...
2015-03-17 Leon Scroggins IIIIndexed PNG decoding: Ensure color table is large enoug...
2015-03-17 scroggoOption for SkCodec to treat dst as all zeroes.
2015-03-17 cdaltonDisable GL_MULTISAMPLE when it's not being used
2015-03-16 mtkleinwiden leak supression. looks like start_keepalive...
2015-03-16 smcgruerFix build for UCLIBC platforms
2015-03-16 bsalomonMove GrAutoLocaleSetter to new file and fix issue with...
2015-03-16 reedremove dead code
2015-03-16 reedremove unneeded flags
2015-03-16 jvanverthFix up some issues introduced by https://codereview...
2015-03-16 Brian Salomonalways reset locale (not just in debug).
next