Added the path ops features
[platform/upstream/libSkiaSharp.git] / src / core /
2016-09-13 Matthew LeibowitzMerge pull request #23 from google/chrome/m54
2016-09-03 Matthew LeibowitzMerge pull request #22 from google/chrome/m54
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-09-02 Matthew LeibowitzMerge pull request #18 from mono/gpu-support
2016-08-31 Matthew LeibowitzUWP ARM seems to have an issue with Sk4f being uninitia...
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-08-30 Matthew LeibowitzMerge pull request #17 from google/chrome/m53
2016-08-30 caryclarkmerge per request
2016-08-24 bungemans/invertable/invertible
2016-08-24 msarettWarn on bad rendering intents (instead of valid ones)
2016-08-24 brianosmanNew helper for creating a color space from another...
2016-08-24 reedcombine setRectFan and mapRect
2016-08-24 msarettFix generic color space xform, ColorSpaceXformTest
2016-08-23 msarettMake singleton SkColorSpaces thread safe
2016-08-23 bsalomonRemove SkPixelRef::getTexture()
2016-08-23 bungemanSkScalerContextRec::computeMatrices to return status.
2016-08-23 vjiaoblackMoving SkBlurImageFilter into core
2016-08-23 bungemanRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-23 caryclarkfix conic path fuzz
2016-08-23 mtkleinf16<->f32 ftz is an optional thing for speed.
2016-08-23 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 msarettMore robust check for sRGB gamma tables
2016-08-22 bsalomonMark temporary paths created by SkCanvas for clipping...
2016-08-22 mtkleinFlush denorm half floats to zero.
2016-08-22 reedcheck for wide-open inside quickContains
2016-08-22 msarettFix Equals and serialization for rare pngs
2016-08-22 vjiaoblackRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 bsalomonMark temp paths in SkBaseDevice::drawArc and ::drawDRRe...
2016-08-22 vjiaoblackRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 msarettDetect all named gammas
2016-08-22 mtkleinRevert of Moving SkBlurImageFilter into core (patchset...
2016-08-22 mtkleinUse ARMv8 CRC32 instructions for SkOpts::hash().
2016-08-22 vjiaoblackMoving SkBlurImageFilter into core
2016-08-22 reedadd SkMatrixPriv for specialized helpers
2016-08-20 reedremove unused field from SkDrawIter
2016-08-20 reedstore info in basedevice, change getter to non-virtual...
2016-08-19 csmartdaltonMove GrFixedClip into src directory
2016-08-19 bsalomonPlumb drawArc to SkDevice.
2016-08-19 dvonbeckAdded SkColor4f::FromColor3f(SkColor3f, float a)
2016-08-19 mtkleinFast path translate() in SkCanvas and SkLiteDL.
2016-08-19 bungemanSimplify embeddability test.
2016-08-19 msarettFix bug, always keep fIsScaleTranslate in correct state
2016-08-19 mtkleinRevert of Fast path translate() in SkCanvas and SkLiteD...
2016-08-19 reedquick check to not use AutoDrawLooper
2016-08-18 mtkleinDetect CRC32 instructions on ARMv8.
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 mtkleinFast path translate() in SkCanvas and SkLiteDL.
2016-08-18 msarettRevert of Batched implementation of drawLattice() for...
2016-08-18 msarettFix initialization bug for fConservativeIsScaleTranslate
2016-08-18 msarettBatched implementation of drawLattice() for GPU
2016-08-18 reedmake LayerIter private, and remove skipClip option
2016-08-18 reedremove disable aa/dither flags from Props -- never...
2016-08-17 herbEagerly update the unichar to glyphID mapping.
2016-08-17 mtkleinSkLiteDL: a little spring cleaning
2016-08-17 reedpin as texture api
2016-08-17 mtkleinSkLiteDL: inline empty()
2016-08-17 reedmove private test for sect_with_horizontal into unittests
2016-08-17 mtkleinSkLiteDL: thread the original canvas matrix through...
2016-08-16 halcanarySkPDF: SkPDFFont class changes
2016-08-16 mtkleinSkLiteDL: remove freelisting, add reset() and SKLITEDL_...
2016-08-16 msarettAdd onDrawBitmapLattice(), avoid unnecessary bitmap...
2016-08-16 brianosmanRemove isOpaque from SkSpecialImage, just use alpha...
2016-08-15 bsalomonAttempt to throw away rrect clips of rrects.
2016-08-15 mtkleinRevert of add parallel public API for recording SkLiteD...
2016-08-15 caryclarkadd gm that exercises compose shader allocations
2016-08-15 mtkleinjust add SkLiteDL::empty()
2016-08-15 dvonbeckLightingFP now supports multiple directional lights
2016-08-15 caryclarkRevert of increase small allocator limit to encompass...
2016-08-15 msarettOptimize color xforms when src and dst are matching
2016-08-15 mtkleinadd parallel public API for recording SkLiteDL.
2016-08-15 caryclarkincrease small allocator limit to encompass compose...
2016-08-14 msarettAssert fDeviceClipBounds is always empty when clip...
2016-08-14 gogilPrevent overflows when using gamma_alloc_size
2016-08-12 vjiaoblackAdded PointLights to SkLights::Light
2016-08-12 msarettOptimized implementation of quickReject()
2016-08-12 mtkleinRevert of Optimized implementation of quickReject(...
2016-08-11 msarettOptimized implementation of quickReject()
2016-08-11 dvonbeckLightingShader and NormalSource comment and style fixes
2016-08-11 msarettDelete quickRejectY()
2016-08-11 mtkleinSkLiteDL: turn vtable sideways
2016-08-11 reedRevert of SkLiteDL: turn vtable sideways (patchset...
2016-08-11 reedDeserialize pictures with custom image-deserializer
2016-08-10 mtkleinSkLiteDL: turn vtable sideways
2016-08-10 robertphillipsImplement GPU occluded blur mask filter
2016-08-10 reedupdate textblob api to use sk_sp
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 mtkleinconstexpr NaN,+Inf,-Inf
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-10 halcanaryRevert of Change mapRectScaleTranslate to pass args...
2016-08-10 reedremove support for serializing bitmaps in old format
2016-08-10 reedChange mapRectScaleTranslate to pass args/ret by value
2016-08-10 robertphillipsRevert of Create blurred RRect mask on GPU (rather...
2016-08-10 robertphillipsCreate blurred RRect mask on GPU (rather than uploading it)
2016-08-09 mtkleinconstexpr infinity
2016-08-09 mtkleinallocate memory manually in SkLiteDL
2016-08-09 mtkleinSkLiteDL: add some missing std::move()
next