platform/upstream/libSkiaSharp.git
2016-05-17 msarettPrepare SkColorSpace to be a public API
2016-05-17 msarettUpdate libpng to 1.6.22rc01
2016-05-17 msarettEnsure that SkColorTable->fCount is set properly after...
2016-05-17 bsalomonMake GrFontScaler not be ref-counted
2016-05-17 herbRevert of Change to sRGB default for codec generated...
2016-05-17 kkinnunenRemove workarounds initializing command buffer EGL
2016-05-17 reedRevert of Add specialized sRGB blitter for SkOpts ...
2016-05-16 herbAdd tests and benches to support the sRGB blitter for...
2016-05-16 bsalomonImplement vulkan fence syncs for nanobench
2016-05-16 bungemanRemove unneeded reference count churn.
2016-05-16 borenetMove VisualBench_APK and SampleApp_APK to "everything...
2016-05-16 robertphillipsAdd isUnifiedMultisampled entry point to GrDrawContext
2016-05-16 herbChange to sRGB default for codec generated images.
2016-05-16 bsalomonMake blurcircles2 run as a benchmark.
2016-05-16 msarettRecognize Adobe RGB profiles
2016-05-16 robertphillipsRename GrDrawingMgr::abandon to wasAbandoned & add...
2016-05-16 bsalomonRun GM benchs in bench mode
2016-05-16 scroggoOnly run kStripe_Mode on JPEGs
2016-05-16 scroggoDrop AndroidCodecSrc::kDivisor_Mode
2016-05-15 robertphillipsRetract GrRenderTarget from AlphaClipMask code
2016-05-15 update-skpsUpdate SKP version
2016-05-15 bsalomonFix return from nullptr to false in GrVkTexture.cpp
2016-05-13 bsalomonAdd blurcircles2 GM
2016-05-13 bsalomonRevert of Retract GrRenderTarget from AlphaClipMask...
2016-05-13 egdanielFix msaa on GrVkRenderTarget
2016-05-13 robertphillipsRetract GrRenderTarget from AlphaClipMask code
2016-05-13 fmalitaSkPictureGpuAnalyzer
2016-05-13 egdanielRefactor Vulkan image, texture, RTs so that create...
2016-05-13 cdaltonAbort stencil draws when the attachment fails
2016-05-13 robertphillipsRetract GrRenderTarget a bit within SkGpuDevice
2016-05-13 cdaltonConvert GrClip to an abstract base class
2016-05-13 herbThis has all the different source types in and working...
2016-05-13 liyuqianChange Android activity title from JNI call
2016-05-13 bsalomonAdd bounds to GrShape
2016-05-13 borenetAdd isolate_android_sdk.py script and android_sdk_hash
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
next