platform/upstream/libSkiaSharp.git
2014-08-07 borenetEmpty the Recipes bot's GM expectations
2014-08-07 krajcevskiAdd astcbitmap to gm slides.
2014-08-07 mtkleinDefault --skps to ./skps
2014-08-07 reedchange drawPicture in SkRecord to just ref the picture
2014-08-07 epogerrebaseline_server: allow live queries to examine JSONKE...
2014-08-07 reedadd isRect() check to AAClip, to detect if a soft-clip...
2014-08-07 krajcevskiRevert of - Add astcbitmap to gm slides (https://codere...
2014-08-07 djsollenDisable suspect NEON function for 64-bit Android
2014-08-07 borenetDuplicate NoGPU expectations for new recipes bot
2014-08-07 reedRevert of add isRect() check to AAClip, to detect if...
2014-08-07 krajcevski- Add astcbitmap to gm slides
2014-08-07 halcanaryAssert allocation so we can catch it sooner.
2014-08-07 krajcevskiPass a struct of functions instead of a function to...
2014-08-07 krajcevskiAdd support for compressed alpha ktx files
2014-08-07 tomhudsonDon't fail unit test if resources not found on device.
2014-08-07 reedadd isRect() check to AAClip, to detect if a soft-clip...
2014-08-07 fmalitaClamp SkPictureShader's tile size.
2014-08-07 krajcevskiPass compressed blitters to our mask drawing algorithm
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-08-07 Robert PhillipsRemove mandrill_128.r11.ktx from resources directory
2014-08-07 halcanaryrender_pdfs implements --match
2014-08-07 Robert PhillipsAdded mandrill_128.r11.ktx to resources
2014-08-06 Derek SollenbergerRevert "Remove SkPaintOptionsAndroid"
2014-08-06 Derek SollenbergerFix Android framework builds
2014-08-06 Derek SollenbergerRemove SkPaintOptionsAndroid
2014-08-06 bungemanFix reference counting on SkStream in SkFontMgr_android.
2014-08-06 fmalitaExplicit tile bounds for SkPictureShader
2014-08-06 krajcevskiInitial ASTC decoder -- currently only supports 2D...
2014-08-06 reedfix concat order for local matrices
2014-08-06 humpermake the action buttons for rebaseline server stick...
2014-08-06 krajcevskiRevert of Initial ASTC decoder -- currently only suppor...
2014-08-06 krajcevskiInitial ASTC decoder -- currently only supports 2D...
2014-08-06 mtkleinSkPicture: try to no-op away clone().
2014-08-06 robertphillipsSecond pass at rebaselining flaky N4 performance triggers
2014-08-06 bungemanImplement SkFontMgr_Android::onMatchFamilyStyleCharacter.
2014-08-06 krajcevskiAllow custom blitters to be passed to SkDraw::drawPath
2014-08-06 halcanaryRoll android/third_party/jpeg DEPS
2014-08-06 egdanielCreate struct in GrDrawState to hold key DrawState...
2014-08-06 djsollenRemove references to __system_property_get from Skia
2014-08-06 bsalomonFix drawVertices() on GPU when texs=colors=shaders...
2014-08-06 epogerrebaseline_server: add "prefetch" directive that just...
2014-08-06 bsalomonAdd angle config to nanobench and make angle a default...
2014-08-06 mtkleinOn the bots, there's no need to link GMs into SampleApp.
2014-08-06 reedparameterize tesselation params
2014-08-06 mtkleinBye bye bench.
2014-08-06 epogerrebaseline_server live queries: allow comparison agains...
2014-08-06 bungemanRevert "Adds a GrGLPathRendering class that wraps the...
2014-08-06 bungemanRevert "Calculate rough approximations for nvpr path...
2014-08-06 Robert PhillipsAdd ASTC resource files
2014-08-06 mtkleinDM: expand peak RAM usage to Mac and Android too.
2014-08-06 reedfix hittest in Patch sample
2014-08-06 djsollenRemove ALL font fallback logic from Skia.
2014-08-06 mtkleinSkThreadPool and co. are not public.
2014-08-06 borenetRemove Mac 10.8 x86 Perf expectations
2014-08-06 robertphillipsRebaseline flaky N4 & N7 performance triggers
2014-08-05 senorblancoGreenify bench bot Perf-Android-Nexus10-MaliT604-Arm7...
2014-08-05 senorblancoGreenify bench bot Perf-Android-GalaxyNexus-SGX540...
2014-08-05 krajcevskiAdd support for all compressed formats in KTX file...
2014-08-05 tomhudsonParses sample code provided by Android project. Attempt...
2014-08-05 ch.dumezExpose SkColorTable class
2014-08-05 senorblancoGreenify bench bot Perf-Ubuntu12-ShuttleA-GTX660-x86...
2014-08-05 tomhudsonFix bad gypi
2014-08-05 cdaltonCalculate rough approximations for nvpr path sizes
2014-08-05 epogerteach rebaseline_server to generate diffs of rendered...
2014-08-05 bsalomonMove functions from GrDrawState.h to GrDrawState.cpp...
2014-08-05 krajcevskiAdd ETC1 format to SkTextureCompressor
2014-08-05 bsalomonDon't compare constant color and coverage between GrDra...
2014-08-05 mtkleinFor some reason, starting tests before gms makes DM...
2014-08-05 bsalomonReplace op== with CombineIfPossible in GrDrawState.
2014-08-05 rmistryTest new CQ bot
2014-08-05 tomhudsonTest and generalize font configuration parser
2014-08-05 mtkleinRevert of whitespace change to force a build (https...
2014-08-04 mtkleinPrint max memory usage on Linux.
2014-08-04 mtkleinFix calibration loop failure condition.
2014-08-04 mtkleindisable all warnings from nanomsg
2014-08-04 egdanielEnable gpu Debug markers if tracing category skia.gpu...
2014-08-04 mtkleinForce linking as C++ library.
2014-08-04 cdaltonAdds a GrGLPathRendering class that wraps the NV_path_r...
2014-08-04 mtkleinDon't call out -lstdc++ -lm explicitly.
2014-08-04 bsalomonDon't compare coord change matrices to determine effect...
2014-08-04 mtkleinRemove dependency on std::string
2014-08-04 dandovSkCanvas interface for drawing a patch.
2014-08-04 mtkleinStop building tests in the Android tree.
2014-08-04 krajcevskiRevert of Add ETC1 format to SkTextureCompressor (https...
2014-08-04 mtkleinsmall skia_shared_lib=1 build fix for cross-process...
2014-08-04 mtkleinStop building tests.
2014-08-04 bsalomonRemove unused matrix param from GrContext/GrDrawTarget...
2014-08-04 krajcevskiAdd ETC1 format to SkTextureCompressor
2014-08-04 Mike KleinRename skimage expectations for renamed bot.
2014-08-04 bsalomonExit early when draw can be skipped. Be more robust...
2014-08-04 humperfix missing return in error case for bitmap scaler
2014-08-04 kkinnunenMake GrGLProgram be available to GrGLProgramDataManager
2014-08-02 jvanverthFix for Chrome Canaries.
2014-08-01 jvanverthRollback text allocation changes.
2014-08-01 bungemanNo longer ignore and rebaseline fontmgr gms.
2014-08-01 georgeEnsure that SkDebugf is exported from the library.
2014-08-01 halcanaryRevert of Memory improvements to render_pdfs; better...
2014-08-01 halcanaryadd a libjpeg test
2014-08-01 halcanaryMemory improvements to render_pdfs; better DM pool...
2014-08-01 mtkleinSkip all .skps in 565.
next