platform/upstream/libSkiaSharp.git
2014-08-22 reedfix numerical overflows in 565 blends
2014-08-22 egdanielStore vertex size in DrawState when setVertexAttribs...
2014-08-22 Mike KleinIgnore GMs that will need 565 rebaselines.
2014-08-22 tfarinaCleanup: Remove BenchTool xcode project file.
2014-08-22 reedfix leak in new createproc
2014-08-22 caryclarkadd tool generated whitespace
2014-08-22 caryclarkfix remaining arm64 expectations
2014-08-22 rmistryAdd ability to output ImageBaseGSUrl to render_picture...
2014-08-22 epogercreate sk_tools::Expectation class, similar to skiagm...
2014-08-22 borenetUpdate SKP version to 80
2014-08-22 joshualittInitial refactor of shaderbuilder to prepare for geomet...
2014-08-22 mtkleinRevert of Revert back to SkPictureData pictures. Huge...
2014-08-21 mtklein1.5x -> 2x text size for y pad.
2014-08-21 mtkleinAdd --bbh (default true) to nanobench.
2014-08-21 fmalitaAdd some SkTextBlob builder tests.
2014-08-21 mtkleinIgnore small text sizes in the text bounding assert.
2014-08-21 bsalomonFix surface leak in multidraw GMs.
2014-08-21 djsollenfix android framework build for nanobench
2014-08-21 halcanarygit-sync-deps handles recursive DEPS
2014-08-21 robertphillipsSkMultiPictureDraw API
2014-08-21 djsollenFix root level Android.mk to now point to the correct...
2014-08-21 robertphillipsSplit up monolithic EXPERIMENTAL_drawPicture method
2014-08-21 mtkleinInstall a hook to swap between SkPicture backends with...
2014-08-21 djsollenCleanup FDO options.
2014-08-21 bsalomonAdd GrResourceCache2.
2014-08-21 caryclarkupdate expectations for Nexus 10 Debug
2014-08-21 reedremember to init fOrigPos in legacy constructor
2014-08-21 mtkleinDoes this fix things?
2014-08-21 reeduse globals to register custom effects
2014-08-21 reedrename gradients private BitmapCache to GradientBitmapCache
2014-08-21 reedexpose generalized imagecache key
2014-08-21 mtkleinOur SkPicture::Analysis visitors should recurse into...
2014-08-21 halcanarytemporary rebaseline on arm64
2014-08-21 fmalitaSkTextBlob
2014-08-21 reedSimplify flattening to just write enough to call the...
2014-08-21 caryclarkupdate gm expectations for Nexus 10
2014-08-21 djsollenTemporarily adjust Matrix.isSimilarity test tolerance...
2014-08-21 djsollenUpdate FDO options to match what is needed by the framework
2014-08-21 djsollenRemove unecessary check from android framework build
2014-08-21 djsollenUse medium filtering when downscaling bitmap glyphs...
2014-08-21 egdanielFix == operator in GrTextureDomain so we don't compair...
2014-08-21 halcanaryMake SkPMColorAssert a macro (all assert-like functions...
2014-08-21 egdanielRemove State struct from GrDrawState
2014-08-21 reedremove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
2014-08-21 borenetUpdate SKP version to 79
2014-08-20 mtkleinRevert back to SkPictureData pictures. Huge perf regre...
2014-08-20 mtkleinAlways read .skp files and other serialized pictures...
2014-08-20 halcanaryTurn off NEON SkBoxBlurGetPlatformProcs for ARM64 ...
2014-08-20 mtkleinAlways read .skp files and other serialized pictures...
2014-08-20 caryclarkignore flaky failure on android
2014-08-20 reedmake imagecache's Key more general purpose
2014-08-20 epogerrebaseline_server: force checksumValue to an integer...
2014-08-20 bungemanDirectly compute glyphToUnicode array in DirectWrite.
2014-08-20 epogeradd headers to experimental SKP expectations
2014-08-20 mtkleinAdd --properties for things like gitHash that describe...
2014-08-20 epogerrebaseline_server: if creating brand new expectations...
2014-08-20 epogerupdate experimental SKP expectations using the new...
2014-08-20 epogerrebaseline_server: add download link for SKP diff patchfile
2014-08-20 mtkleinDump out more information if this assert fails.
2014-08-20 mtkleinDump out more information if this assert fails.
2014-08-20 epogeradd 2 missing SKP expectations files within experimenta...
2014-08-20 caryclarkcopy points in array that may stretch
2014-08-20 mtkleinImplement SkPicture::hasText() for SkRecord backend.
2014-08-20 bungemanRemove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded...
2014-08-20 epogerrebaseline_server: allow users to generate SKP diff...
2014-08-20 epogerstart maintaining some experimental SKP expectations
2014-08-20 mtkleinDefine NDEBUG instead of SK_DEBUG/SK_RELEASE.
2014-08-20 reedfix Image::isOpaque test to not leak
2014-08-20 djsollenRevert to old autohinting behavior on Android.
2014-08-20 caryclarkignore release as well
2014-08-20 borenetRename Recipes bot expectations
2014-08-20 tomhudsonMove the code over using the same template type approac...
2014-08-20 borenetCopy skimage expectations for Recipes bots
2014-08-20 caryclarkfix #if to #ifdef for SK_DEBUG
2014-08-20 kkinnunenSimplify GrGLPathRendering interface
2014-08-20 kkinnunenSeparate GL path rendering state from GrGpuGL to GrGLPa...
2014-08-20 changjun.yangMake GrGLConfigConversionEffect work for Imagination...
2014-08-20 mtkleinCheat to go fast, but be careful in debug mode.
2014-08-19 mtkleinPrint max RSS in GM and nanobench too.
2014-08-19 piotaixrAdd the method isOpaque() to SkImage
2014-08-19 bsalomonRevert of Add GrResourceCache2. (patchset #4 of https...
2014-08-19 mtkleinTrim down OSX GYP rules. Same effect, shorter.
2014-08-19 bungemanTreat embedded bitmaps as a hinting method.
2014-08-19 mtkleinAdd --options to nanobench, similar to --key but for...
2014-08-19 epogerrebaseline_server: in Pending Approval tab, change...
2014-08-19 bsalomonAdd GrResourceCache2.
2014-08-19 caryclarkremove unused SkIntToFloatCast_NoOverflowCheck
2014-08-19 mtkleinRoll jsoncpp, drop dependency on Chromium overrides.
2014-08-19 mtkleinRecord concat as setMatrix.
2014-08-19 fmalitaQuickfix for incorrect PICTURE_MATRIX_PAINT & PATCH...
2014-08-19 halcanaryMove SkReadBuffer.h and SkReader32.h out of include.
2014-08-19 caryclarkadd patch grid update for 64 bit arm
2014-08-19 borenetUpdate SKP version to 78
2014-08-18 Mike KleinRevert "Move the code over using the same template...
2014-08-18 epogerrebaseline_server: constrain setADir/setBDir to consist...
2014-08-18 tomhudsonMove the code over using the same template type approac...
2014-08-18 halcanaryRevert "Move SkReadBuffer.h and SkReader32.h out of...
2014-08-18 mtkleinCounterproposal for skirting the BBH when the query...
2014-08-18 stephanaThis adds renderMode and builder as columns to the...
2014-08-18 halcanaryMove SkReadBuffer.h and SkReader32.h out of include.
next