platform/upstream/libSkiaSharp.git
2013-12-05 halcanary@google.comSkCachingPixelRef to use SkImageGenerator
2013-12-05 djsollen@google.comupdate android build to use SDK API level 19.
2013-12-05 commit-bot... V8 and Skia
2013-12-05 robertphillips... Image rebaselines
2013-12-05 commit-bot... Fix compilation with SK_ENABLE_INST_COUNT=1
2013-12-05 commit-bot... Move non-trivial work in RectBench() to onPreDraw.
2013-12-05 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-12-05 bensong@google.comFixes bench_util's CONFIG_RE to cope with space flexibi...
2013-12-05 jvanverth@google.comMore rebaselines for https://codereview.chromium.org...
2013-12-04 jvanverth@google.comRebaseline ANGLE for https://codereview.chromium.org...
2013-12-04 jvanverth@google.comUpdate ignored tests.
2013-12-04 commit-bot... Simplify matrix generation for convex path renderer
2013-12-04 senorblanco... Nit to self: NULL is not false.
2013-12-04 commit-bot... Changed maxInputCount for exact inputCount
2013-12-04 scroggo@google.comRemove deprecated setPrefConfigTable.
2013-12-04 senorblanco... Do proper NEON checking for SkBoxBlur procs.
2013-12-04 scroggo@google.comForce linking for skhello.
2013-12-04 senorblanco... Implement a NEON version of the RGBA gaussian blur...
2013-12-04 commit-bot... Remove problematic GrContext thread local instance...
2013-12-04 commit-bot... Fixed bad bitmap size crashes
2013-12-04 vandebo@chromium.orgRebaseline after r12473
2013-12-04 bungeman@google.comPut all of SkPostConfig.h inside top level ifdef.
2013-12-04 commit-bot... Remove cityhash.gyp
2013-12-04 jvanverth@google.comLast set of rebaselines for https://codereview.chromium...
2013-12-04 commit-bot... Make SkTInternalLList::validate validate all nodes
2013-12-04 commit-bot... Fix incremental visibility filter handling.
2013-12-04 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-12-04 commit-bot... SkSplay and SkUnsplay work on any uint32_t, not just...
2013-12-03 jvanverth@google.comRebaseline GMs for https://codereview.chromium.org...
2013-12-03 jvanverth@google.comIgnore colortype_msaa4 (for https://codereview.chromium...
2013-12-03 commit-bot... [PDF] Fixes the cases where SkPDFDevice::finishContentE...
2013-12-03 robertphillips... Code cleanup following recapture of skps
2013-12-03 commit-bot... Add GPU support for color bitmap fonts
2013-12-03 mtklein@google.comFix 32/64 bit warnings on g++-4.2.
2013-12-03 commit-bot... Refactor FourByteInterps. Add 64-bit Fast version...
2013-12-03 commit-bot... Simplify benchmark internal API.
2013-12-03 commit-bot... Add JSON output option to bench.
2013-12-03 robertphillips... Fix for SkPathRef::CreateTransformedCopy bug
2013-12-03 robertphillips... Move fIsOval from SkPath to SkPathRef
2013-12-03 scroggo@google.comRemove SkPdfNativeDoc::tokenizerOfStream.
2013-12-03 bungeman@google.comUse lowercase windows.h in includes to fix Windows...
2013-12-03 rmistry@google.comRefreshed mozilla,googleplus and wikipedia SKPs. Trigge...
2013-12-03 robertphillips... Rebaseline GMs for r12440 (HQ filtering for tiled/bleed...
2013-12-03 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-12-03 robertphillips... Revert of r12450 (Move fIsOval from SkPath to SkPathRef)
2013-12-03 mtklein@google.comFix off-by-one in four_byte_interp benches.
2013-12-02 robertphillips... Move fIsOval from SkPath to SkPathRef
2013-12-02 bsalomon@google.comFix ignored-tests.txt
2013-12-02 commit-bot... ARM Skia NEON patches - 29 - Xfermode: SkFourByteInterp
2013-12-02 scroggo@google.comSimplify SkPdfTokenLooper behavior.
2013-12-02 commit-bot... Delay setting initial memory block until it officially...
2013-12-02 commit-bot... SkDiscardablePixelRef objects are now marked immutable.
2013-12-02 commit-bot... Add four_byte_interp benches.
2013-12-02 commit-bot... Remove the comments settings for vim tab width and...
2013-12-02 commit-bot... Remove GR_IMPLEMENTATION define.
2013-12-02 commit-bot... Missed this flag. imagemagnifier asserts without it.
2013-12-02 commit-bot... HQ filtering for tiled/bleed drawBitmap
2013-12-02 bungeman@google.comFix 'i-i' to 'i-1' in SkCanvasStack.
2013-12-02 scroggo@google.comRemove some PdfViewer warnings.
2013-12-02 borenet@google.comAdd some debugging to buildbot_globals, sort the trybot...
2013-12-02 scroggo@google.comSeparate and update PDF_DIFF_TRACE_IN_PNG
2013-12-02 scroggo@google.comRestructuring of PdfViewer code.
2013-12-02 bungeman@google.comLibraries without '-l' treated as relative paths.
2013-12-02 reed@google.comrestore [6] for setPrefConfigTable, accidentally change...
2013-12-02 bungeman@google.comFix spelling errors in SkWeakRefCnt.
2013-12-02 bungeman@google.comActually mark other types of fonts as 'kOther' in FreeT...
2013-12-02 robertphillips... Fix truncation of glyphs in SkScalerContext.cpp
2013-12-02 rmistry@google.comReverting r12427
2013-12-02 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-11-28 commit-bot... Speed up GrResourceCache lookup by inlining GrBinHashKe...
2013-11-28 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-11-27 bungeman@google.comRemove completed TODO in SkFontMgr.h.
2013-11-27 bungeman@google.comDocument the SkScalerContext pure virtuals.
2013-11-27 commit-bot... Trying to add the same scaled image twice shouldn't...
2013-11-27 commit-bot... Don't check the framebuffer status every time we flush...
2013-11-27 commit-bot... ARM Skia NEON patches - 16/17 - Blitmask
2013-11-27 bungeman@google.comFix Valgrind reports of test branching on uninitialized...
2013-11-27 bungeman@google.comFix warning as error on Mac for implicit narrowing...
2013-11-27 bungeman@google.comEver yet even more remaining rebaslines for r12400.
2013-11-27 commit-bot... move to newer angle
2013-11-27 reed@google.comfix 8->1 bugs shown by removal of A1 config
2013-11-27 skia.committer... Sanitizing source files in Housekeeper-Nightly
2013-11-27 commit-bot... Non-rect polygons are not covered in GM cases, such...
2013-11-27 commit-bot... Fold bench source file list into bench.gyp.
2013-11-27 mtklein@google.comAdd missing SkIntToScalars.
2013-11-26 commit-bot... Fixed bad memory access
2013-11-26 bungeman@google.comEver yet even more rebaslines for r12400.
2013-11-26 mtklein@google.comDM: add --tileGrid
2013-11-26 bungeman@google.comRemove unused fields from SkGlyphCache.
2013-11-26 bungeman@google.comYet even more rebaslines for r12400.
2013-11-26 bungeman@google.comEven more rebaslines for r12400.
2013-11-26 bungeman@google.comMore rebaslines for r12400.
2013-11-26 bungeman@google.comRebasline for r12400.
2013-11-26 mtklein@google.comDM: write failed comparison mode .pngs one more level...
2013-11-26 senorblanco... Enhance SkDropShadowImageFilter to support separate...
2013-11-26 bungeman@google.comMinimal changes to not crash GPU with color fonts.
2013-11-26 commit-bot... Support linking skia statically on Android
2013-11-26 mtklein@google.comDM: some refactoring
2013-11-26 epoger@google.comrebaseline_server: make --reload work in git checkout
2013-11-26 rmistry@google.comRemoving 3 more SKPs to fix BenchPictures in Debug
next