platform/upstream/libSkiaSharp.git
2016-05-13 msarettSimple program for visualizing gamuts
2016-05-13 scroggoGMs: fail gracefully for null surface
2016-05-13 liyuqianUse title buttons to switch slides
2016-05-13 msarettRecognize more sRGB gammas
2016-05-13 robertphillipsSimplify GrSWMaskHelper
2016-05-13 robertphillipsSwap SkGpuBlurUtils over to using SkIRects
2016-05-12 cdaltonRemove clip from GrPipelineBuilder
2016-05-12 cdaltonEliminate special case nvpr batch handling
2016-05-12 egdanielIgnore patch version when checking compatibility of...
2016-05-12 herbMake PixelGetters much smaller, move more common code...
2016-05-12 halcanarycmake: fixes for windows
2016-05-12 robertphillipsMake SkGpuBlurUtils::GaussianBlur more drawContext...
2016-05-12 brianosmanSupport allowSRGBInputs on Vulkan (via secondary textur...
2016-05-12 fmalitaRemove SkPicture::hasText()
2016-05-12 bungemanFix typo in SkOSWindow_AndroidNative.
2016-05-12 robertphillipsFix bug & add code to catch ImageFilter clearing bugs
2016-05-12 herbFix bad pixel address calculation.
2016-05-12 liyuqianWarning instead of exception for cmake
2016-05-12 halcanaryusing_skia_and_harfbuzz: compile w/ Android NDK
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 liyuqianUse swipe gesture to switch between slides on Android
2016-05-12 ericrkSkPictureImageFilter - clear local canvas before use
2016-05-12 brianosmanFix sRGB textures that must be copied (for NPOT tiling...
2016-05-12 caryclarkfix hairline clip
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-12 scroggoFail gracefully if MakeRenderTarget fails
2016-05-11 bsalomonAdd isEmpty() query to GrShape and improve comments.
2016-05-11 cdaltonSeparate user and raw stencil settings
2016-05-11 robertphillipsRevert of Make SkGpuBlurUtils::GaussianBlur more drawCo...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-05-11 bsalomonNanobench running on Vulkan
2016-05-11 herbUse common code from SkPM4fPriv
2016-05-11 brianosmanUse GrGammaEffect to support YUV conversion without...
2016-05-11 fmalitaHarden linear gradients
2016-05-11 herbAdd png for difficult but common blit cases.
2016-05-11 robertphillipsMake SkGpuBlurUtils::GaussianBlur more drawContext...
2016-05-11 herbRefactor sample to share boiler plate code. TODO: move...
2016-05-11 bsalomonMake unit tests use generic testcontext rather than...
2016-05-11 scroggoRevert of Make SkGpuBlurUtils::GaussianBlur more drawCo...
2016-05-11 bsalomonAdd base class for GLTestContext and add new subclass...
2016-05-11 brianosmanReset context after doing non-Skia GL rendering.
2016-05-11 robertphillipsSwitch GrTextureToYUVPlanes over to newDrawContext...
2016-05-11 reedcompressed texture support has been broken/untested...
2016-05-11 robertphillipsMake SkGpuBlurUtils::GaussianBlur more drawContext...
2016-05-11 brianosmanMake GrGammaEffect have explicit sRGB modes, plus expon...
2016-05-11 scroggoRevert "Add tests and benches to support the sRGB blitt...
2016-05-11 bsalomonTurn ContextInfos returned by GrContextFactory into...
2016-05-11 bsalomonMake distance field bounds calculation more accurate...
2016-05-11 robertphillipsRevert of Separate user and raw stencil settings (patch...
2016-05-11 robertphillipsRevert of Make GrGammaEffect have explicit sRGB modes...
2016-05-11 robertphillipsMinor GrRenderTarget retraction
2016-05-11 brianosmanMake GrGammaEffect have explicit sRGB modes, plus expon...
2016-05-10 herbUse proper color type for assert.
2016-05-10 ericrkDisable unpack row length when uploading mips
2016-05-10 bungemanRemove SkFontHost.h.
2016-05-10 msarettInstruct yasm to compile position independent code...
2016-05-10 cdaltonSeparate user and raw stencil settings
2016-05-10 herbAdd tests and benches to support the sRGB blitter for...
2016-05-10 bsalomonFix nvpr path renderer to reject styles with nonDashPat...
2016-05-10 bsalomonRemove config range asserts that cause tautological...
2016-05-10 robertphillipsFix AllocedProxyTest on Mesa
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2016-05-10 bsalomonOnly enable SRGB write control on desktop GL when SRGB...
2016-05-10 brianosmanAdd flexible keybinding/command system to sk_app.
2016-05-10 jvanverthSet level count for wrapped backbuffer
2016-05-10 bsalomonRevert of Replace GrStrokeInfo with GrStyle. (patchset...
2016-05-10 scroggoRun RAW images serially on Win8-MSVC-ShuttleB
2016-05-10 bsalomonReplace GrStrokeInfo with GrStyle.
2016-05-10 reedrefactor drawPath to have drawDevPath
2016-05-09 msarettApproximate common gamma tables as single values
2016-05-09 brianosmanMake DM fail if no configs were successfully created
2016-05-09 scroggoStop valgrind bot from crashing
2016-05-09 bsalomonIncorporate scale into GrStyle and GrShape
2016-05-09 bsalomonMake SkAssertResult work with SK_WARN_UNUSED_RESULT...
2016-05-09 egdanielAllow gpu ResourceHandle class to be shared for multipl...
2016-05-09 egdanielBreak apart shared use of varying and uniform transforms
2016-05-09 bsalomonNo error if function marked with SK_WARN_UNUSED_RESULT...
2016-05-09 egdanielReset layout to undefined when we realloc VkTexture...
2016-05-09 liyuqianInitial commit of our new Android app to demo Skia.
2016-05-09 bungemanLess indentation.
2016-05-09 halcanaryharfbuzz test: compile fewer files
2016-05-09 halcanaryDEPS: update icu + sfntly
2016-05-09 robertphillipsReland of Simplify SkGpuBlurUtils::GaussianBlur method...
2016-05-09 halcanarySkAdvancedTypefaceMetrics: getAdvanceData uses std...
2016-05-09 robertphillipsReland of Disable layer hoisting for non-8888 canvases...
2016-05-09 halcanarySkAdvancedTypefaceMetrics: abstract out linked list
2016-05-08 update-skpsUpdate SKP version
2016-05-06 halcanarydocumentation: SkMilestone
2016-05-06 brianosmanAdd sRGB mode toggle to Viewer.
2016-05-06 jvanverthRevert of Simplify SkGpuBlurUtils::GaussianBlur method...
2016-05-06 jvanverthClean up GrVkImage::setLayout()
2016-05-06 brianosmanRemove Sk(Float|Double)PinToFixed functions, only used...
2016-05-06 bsalomonFix issue where GrStyle::applyToPath exited before...
2016-05-06 jvanverthFix for Sk4f Ubuntu compile warning
2016-05-06 cdaltonRemove hasMixedSamples() from GrPipelineBuilder
2016-05-06 jvanverthFix for Ubuntu compile warning
2016-05-06 benjaminwagnerDisable skia_warnings_as_errors for Fast bot.
2016-05-06 senorblancoDetect an invalid intervalCount in SkRegion during...
2016-05-06 halcanarySkAdvancedTypefaceMetrics: fail cleanly.
2016-05-06 halcanaryhttps://groups.google.com/forum/#!topic/skia-discuss...
next