platform/upstream/libSkiaSharp.git
2016-07-21 caryclarkallow curves on side of lines to be very small
2016-07-21 borenetAdd "skp" asset
2016-07-21 vjiaoblackCreating framework for drawShadowedPicture
2016-07-21 caryclarkadd pathops debugging to fuzz
2016-07-21 lsalzmanlimit the number of points in SkDashPathEffect::asPoints
2016-07-21 robertphillipsRemove SkGrPixelRef
2016-07-21 egdanielAdd vulkan compile bot to CQ
2016-07-21 vjiaoblackRevert of Creating framework for drawShadowedPicture...
2016-07-21 robertphillipsRemove DrawFace enum from GrPipelineBuilder
2016-07-21 vjiaoblackCreating framework for drawShadowedPicture
2016-07-21 robertphillipsMinor change to Ganesh path renderers
2016-07-21 caryclarkfix builder fuzz
2016-07-21 robertphillipsRevert of Remove DrawFace enum from GrPipelineBuilder...
2016-07-21 bsalomonUpdate build_command_buffer.py to copy libcommand_buffe...
2016-07-21 robertphillipsRemove DrawFace enum from GrPipelineBuilder
2016-07-21 robertphillipsDeprecate SkDevice::accessBitmap method
2016-07-21 brianosmanAdding color space to SkSpecialImage
2016-07-21 msarettRefactor parsing and storage of SkGammas
2016-07-21 mtkleinRoll buildtools for latest GN binary.
2016-07-21 caryclarkfix fuzzer bug
2016-07-21 msarettTrigger bots and upload images to Gold
2016-07-21 jcgregoriodocs: Add info on using blamer to the sheriffing docs.
2016-07-21 mtkleinCorrect sRGB <-> linear everywhere.
2016-07-20 msarettRevert of Refactor parsing and storage of SkGammas...
2016-07-20 reedHave MakeFromImage fission the SkImage into a raster...
2016-07-20 reedRevert of have MakeFromImage fission the SkImage into...
2016-07-20 msarettRefactor parsing and storage of SkGammas
2016-07-20 reedhave MakeFromImage fission the SkImage into a raster...
2016-07-20 brianosmanAdding an SkColorSpace to SkImage_Gpu
2016-07-20 caryclarkexclude unused functions when mac uses freetype (for...
2016-07-20 msarettRevert of Refactor parsing and storage of SkGammas...
2016-07-20 reedremove dead methods now that we use specials exclusivel...
2016-07-20 jvanverthUse dFdx in Vulkan to address distance field issues.
2016-07-20 mtkleinTune linear->sRGB constants to round-trip all bytes.
2016-07-20 msarettRefactor parsing and storage of SkGammas
2016-07-20 reedre-disable save/restore peephole optimization
2016-07-20 dvonbeckSkLS now accepting nullptr for diffuse shader and norma...
2016-07-20 kjlubickAdd vulkan sdk to CIPD
2016-07-20 reedre-chop if we fail on a big-bad-cubic
2016-07-20 bungemanImprove assert reporting.
2016-07-20 robertphillipsRemove SkDevice::accessRenderTarget virtual
2016-07-20 egdanielAdd GrVkRecycledResource subclass
2016-07-20 fmenozziAdd integer array uniforms to GL and Vulkan
2016-07-20 bsalomonConsolidate special case shape transformation logic...
2016-07-20 bungemanAdd iOS to platform_os_emoji.
2016-07-20 martina.kollarovaFix context creation problems in dm
2016-07-20 reeduse special-image for imagefilters and save/restore...
2016-07-20 borenetAdd "Infra" to the builder_name_schema
2016-07-20 mtkleinFix color order for 565,4444, and I8 samplers.
2016-07-19 kjlubickPort FuzzPathop from chromium
2016-07-19 reedpre-land special methods on device
2016-07-19 jvanverthStub in Mac viewer code.
2016-07-19 brianosmanRemove unused MakeFromTextureCopy API
2016-07-19 robertphillipsMinor cleanup of GrStencilAndCoverTextContext
2016-07-19 mtkleinUpdate rounding/clamping comments on sk_linear_to_srgb().
2016-07-19 Ben WagnerMake SkOTTable_name.cpp UTF-8.
2016-07-19 msarettFix master-skia build
2016-07-19 mtkleinFix color order on LCD text when using sRGB software...
2016-07-19 caryclarkexclude test that fails on google3 asan
2016-07-19 caryclarkfix fuzzer
2016-07-19 msarettDisable qcms on build for Android framework
2016-07-19 msarettEnable libjpeg-turbo features
2016-07-19 fmenozziClarify GrGradientEffect key enum
2016-07-19 bsalomonMake sk_app::WindowContext directly create a SkSurface...
2016-07-19 msarettImprove naive SkColorXform to half floats
2016-07-19 bsalomonCreate DCs instead of textures in SRGBMipMaps test
2016-07-19 bsalomonCreate DCs rather than textures in GrConfigConversionEffect
2016-07-19 bsalomonSimplify random_draw_context used by GLProgramsTest
2016-07-19 reedremove unused MakeFromPixmap
2016-07-19 mtkleinGN: refactor third_party/gni
2016-07-19 bsalomonStart from DC rather than texture in GrTexutreParamsAdj...
2016-07-19 brianosmanFix debugging code for tracing texture creation
2016-07-19 robertphillipsMake SkFont a bit more useable
2016-07-19 bsalomonConvert readSurfacePixels to use a draw context instead...
2016-07-19 bsalomonFix GrGLInterface::validate() to check for GL_OES_sampl...
2016-07-19 fmalitaDelete the legacy SVG parser
2016-07-19 mtkleinGN: polyfill is_fuchsia
2016-07-19 fmalitaDelete SkXMLPullParser
2016-07-19 robertphillipsRename variables in SkCanvas::internalSaveLayer
2016-07-19 kolczykFix the assert and clamping in SkMatrix::get*Scale...
2016-07-18 msarettFix rewinding bug in SkJpegCodec
2016-07-18 bungemanRotate bitmap strikes with FreeType.
2016-07-18 msarettRevert of Fix rewinding bug in SkJpegCodec (patchset...
2016-07-18 bsalomonRemove guards in GrGLInterface::validate() for function...
2016-07-18 robertphillipsPush GrPipelineBuilder down to the drawBatch calls...
2016-07-18 fmalita[SkXMLParser] Initial text node support
2016-07-18 fmenozziAdd bounds info
2016-07-18 reedcheck for culled-out paths inside SkDraw
2016-07-18 caryclarkdisable test that fails to compute bounds on nexus 5
2016-07-18 caryclarkdisable new test since it fails on skia_fast
2016-07-18 mtkleinTweak a couple things I found confusing in ColorSpaceXf...
2016-07-18 fmalitaRemove SkDOM::build(const char doc[], size_t len)
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-07-18 borenetConvert SK Images to new assets format
2016-07-18 msarettFix rewinding bug in SkJpegCodec
2016-07-18 bsalomonInitialize fGammaCorrect in DF Path Renderer unit test
2016-07-18 caryclarkpathops coincidence and security rewrite
2016-07-18 robertphillipsAdd makeSpecial calls to SkGpuDevice
2016-07-18 fmenozziAdd filename to gradient scrape
2016-07-18 jcgregorioRevert of remove unused TableMaskFilter (patchset ...
next