platform/upstream/libSkiaSharp.git
2014-03-12 bungeman@google.comRevert 13757.
2014-03-12 bungeman@google.comFix (1 << 31) to (1u << 31) in SkOTTable_OS_2.
2014-03-12 commit-bot... make onReadPixels protected and have default impl ...
2014-03-12 skia.committer... Sanitizing source files in Housekeeper-Nightly
2014-03-11 commit-bot... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 commit-bot... remove SK_SUPPORT_LEGACY_COPYTO_CONFIG
2014-03-11 commit-bot... Alter bench_pictures to "respect" the logPerIter flag.
2014-03-11 commit-bot... First pass at a web app that lets you run Skia code...
2014-03-11 commit-bot... Only set USE_ANDROID_NDK_CPU_FEATURES if it's not alrea...
2014-03-11 commit-bot... fix build error in chromium
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-03-11 robertphillips... Drop executable flag from headers so that they can...
2014-03-11 commit-bot... Fix linking errors on android builds due to cdd0f92b1ac
2014-03-11 senorblanco... Fix SkOffsetImageFilter to use a temporary for bounds...
2014-03-11 commit-bot... New version of the bbh shootout.
2014-03-11 bsalomon@google.comFix radical assumption that 0.5 in double is exactly...
2014-03-11 commit-bot... Enable use of distance fields via SkPaint flag.
2014-03-11 commit-bot... Add new module for distance field generation.
2014-03-11 commit-bot... Handle rrects with one circular corner and three square...
2014-03-11 commit-bot... bench rebaseline after Brian's improvement e5a041c
2014-03-11 commit-bot... Revert of New version of the bbh shootout (https:/...
2014-03-11 commit-bot... New version of the bbh shootout.
2014-03-10 commit-bot... plumbing for GPU fast blur
2014-03-10 bsalomon@google.comRebase bezier_effect GMs and lingering changed GMs...
2014-03-10 commit-bot... plumb API for analytic rrect blur
2014-03-10 commit-bot... Revert of Add new module for distance field generation...
2014-03-10 bsalomon@google.comFix no GPU build after r13728
2014-03-10 reed@google.comflag to make kClipToLayer_SaveFlag the default behavior
2014-03-10 commit-bot... Add new module for distance field generation.
2014-03-10 commit-bot... reorg iteration code in rrects GM, tightly pack rrects...
2014-03-10 commit-bot... rebaseline_server: disable image magnifier, for huge...
2014-03-10 commit-bot... rebaseline_server: add actual_repo and actual_revision...
2014-03-10 commit-bot... rebaseline_server: fix reload delay when there is clien...
2014-03-10 commit-bot... Pulling these out of other reviews so avoid code review...
2014-03-10 commit-bot... Use bitfield rather than distinct enum types for circul...
2014-03-10 commit-bot... remove legacy ifdef wrapping fast blur
2014-03-10 commit-bot... Avoid black flashes when resizing debugger window using...
2014-03-10 commit-bot... rebaseline_server: display how long it took to render...
2014-03-10 reed@google.comRevert "remove flag for legacy copyTo -- call sites...
2014-03-10 commit-bot... Factory methods for heap-allocated SkImageFilter objects.
2014-03-10 commit-bot... Add API for GrContext to recommend rendertarget sample...
2014-03-09 skia.committer... Sanitizing source files in Housekeeper-Nightly
2014-03-08 commit-bot... hide getTotalClip, so we can eventually remove it
2014-03-08 skia.committer... Sanitizing source files in Housekeeper-Nightly
2014-03-07 bsalomon@google.comRebaselines for https://codereview.chromium.org/188693008/
2014-03-07 bsalomon@google.comupdate ignored-tests.txt to accound for acceptable...
2014-03-07 reed@google.comremove dead code
2014-03-07 commit-bot... Implement the clip as 4 or fewer GrEffects when possible.
2014-03-07 commit-bot... Once Chromium starts holding on to paths and we can...
2014-03-07 commit-bot... Add nvprmsaa4 and nvprmsaa16 configs to bench_pictures
2014-03-07 commit-bot... Ignore failure of mixed_xfermodes_gpu on N4
2014-03-07 reed@google.comremove flag for legacy copyTo -- call sites have been...
2014-03-07 commit-bot... update Doxygen config file to include gpu directory...
2014-03-07 commit-bot... This is just the first version and shows how I intend...
2014-03-07 commit-bot... remove code disabled from writePixels change
2014-03-07 commit-bot... getFactory() must return a factory.
2014-03-07 commit-bot... Fix underlying issue causing crbug.com/348821.
2014-03-07 commit-bot... fix the build error of SkiaExample -- use setColorType...
2014-03-07 commit-bot... SSE2 implementation of S32A_D565_Opaque_Dither
2014-03-07 commit-bot... SSE2 implementation of S32_D565_Opaque_Dither
2014-03-07 commit-bot... Add SkCanvas::writePixels that takes info+pixels directly
2014-03-07 commit-bot... Add a class to allocate small objects w/o extra calls...
2014-03-06 commit-bot... Yet another whitespace change to see if the bots are...
2014-03-06 commit-bot... Whitespace change to verify that the bots are fixed
2014-03-06 commit-bot... Whitespace change to test whether builders are fixed
2014-03-06 commit-bot... Add debug check of chunk size written to skp
2014-03-06 commit-bot... Mark mixed_xfermodes_gpu on Win7 perspective bot as...
2014-03-06 commit-bot... Remove MCRec.fNext
2014-03-06 commit-bot... Manually add baseline for typeface_565
2014-03-06 commit-bot... Actually, we wrote only size bytes.
2014-03-06 commit-bot... Avoid recomputing two consecutive identical 1D filters.
2014-03-06 commit-bot... Make arm64 test script more efficient with old versions...
2014-03-06 commit-bot... Adding this call simulates seeing a *different* bitmap...
2014-03-06 commit-bot... Add size_t bytesWritten() const to SkWStream.
2014-03-06 rmistry@google.comRevert of Manually set fFilterValues in SkConvolutionFi...
2014-03-06 commit-bot... Begin making SkPerlinNoiseShader const.
2014-03-06 commit-bot... Manually set fFilterValues in SkConvolutionFilter1D.
2014-03-06 commit-bot... Now that the matching changes have landed in Chromium...
2014-03-06 skia.committer... Sanitizing source files in Housekeeper-Nightly
2014-03-05 commit-bot... Give PictureTest more verbose error messages.
2014-03-05 commit-bot... Update baselines for Win7 perspective and Nexus4
2014-03-05 commit-bot... rebaseline_server: add "show thumbnails" option, and...
2014-03-05 commit-bot... Fix FontMgrTest to allow for unnamed fonts.
2014-03-05 commit-bot... Unify edge type enums across GrEffect subclasses that...
2014-03-05 commit-bot... This CL is motivated by the desire to make the skpinfo...
2014-03-05 commit-bot... Remove unused TimerData that generates errors
2014-03-05 bungeman@google.comPrevent SkBlockMemoryStream::skip from writing to low...
2014-03-05 senorblanco... New baselines for offsetimagefilter GM.
2014-03-05 commit-bot... DM: read image files without an extra copy
2014-03-05 commit-bot... Make arm64 test script comaptable with old versions...
2014-03-05 commit-bot... Replace scaled bitmap if entry already exist in cache.
2014-03-05 commit-bot... remove deprecated use of bitmap config from tests
2014-03-05 skia.committer... Sanitizing source files in Housekeeper-Nightly
2014-03-05 commit-bot... remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer...
2014-03-05 commit-bot... Counterproposal to 182733007: Add iterator to SkTDynami...
2014-03-04 commit-bot... Manual revert of https://code.google.com/p/skia/source...
2014-03-04 commit-bot... Fix error in barelinux_make build script
2014-03-04 commit-bot... Factor out a BaseContext from JsContext.
2014-03-04 senorblanco... New baselines for imagefiltersclipped, imagefiltersscal...
next