aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...Gravatar bsalomon2016-05-27
* Add SkColorSpace to SkImageInfoGravatar msarett2016-05-27
* Complex clipPath accountingGravatar fmalita2016-05-25
* Make Sk32ToBool inline again to silence compiler warning.Gravatar bsalomon2016-05-24
* SkColorSpace tweaksGravatar msarett2016-05-24
* Make SkColorSpace a public APIGravatar msarett2016-05-23
* SkTypes: use constexpr when appropriateGravatar halcanary2016-05-23
* Image filters: implement SkImage::makeWithFilter().Gravatar senorblanco2016-05-19
* Update Skia milestone to 53 after 52 branchGravatar hcm2016-05-19
* SkCanvas::adjustToTopLayer()Gravatar tomhudson2016-05-18
* Ensure that SkColorTable->fCount is set properly after decodesGravatar msarett2016-05-17
* SkPictureGpuAnalyzerGravatar fmalita2016-05-13
* Add bounds to GrShapeGravatar bsalomon2016-05-13
* Swap SkGpuBlurUtils over to using SkIRectsGravatar robertphillips2016-05-13
* Remove SkPicture::hasText()Gravatar fmalita2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-12
* Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...Gravatar scroggo2016-05-12
* Move SkTypeface to sk_sp.Gravatar bungeman2016-05-11
* Remove SkFontHost.h.Gravatar bungeman2016-05-10
* refactor drawPath to have drawDevPathGravatar reed2016-05-09
* Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gccGravatar bsalomon2016-05-09
* No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResultGravatar bsalomon2016-05-09
* https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMgGravatar halcanary2016-05-06
* Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and Dra...Gravatar bsalomon2016-05-06
* Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https:/...Gravatar sclittle2016-05-04
* move colorshader into its own .cpp, add color4f variantGravatar reed2016-05-04
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Modernize SkMutex and SkSemaphore.Gravatar mtklein2016-05-04
* Prototype code that turns any/every flattenable into JSONGravatar brianosman2016-05-04
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* return 4x4 matrix from SkColorSpaceGravatar reed2016-05-03
* Add SK_API to SkFontLCDConfig.Gravatar bungeman2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Remove SkBitmapHeap and SkBitmapHeapReader. They're unused.Gravatar brianosman2016-05-03
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar jvanverth2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-05-02
* Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients.Gravatar aam2016-05-02
* Remove (almost) unused read/writeFunctionPtr API.Gravatar brianosman2016-05-02
* remove non-static uses of SkOncePtrGravatar mtklein2016-05-02
* Remove unused encodedString API on SkWriteBuffer/SkReadBufferGravatar brianosman2016-05-02
* Enable generating SkImage with the same uniqueID in SkImageGenerator subclassGravatar aleksandar.stojiljkovic2016-05-02
* Remove SkWriter32::contiguousArray().Gravatar mtklein2016-04-29
* remove SkWriteBuffer::getWriter32().Gravatar mtklein2016-04-29
* remove SkWriteBuffer::reserve()Gravatar mtklein2016-04-29
* Unify implementations of stroking radius calculationsnsGravatar bsalomon2016-04-29
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-29
* Clean up test drawContext usageGravatar robertphillips2016-04-28
* Remove skstd::is_convertible.Gravatar bungeman2016-04-28