aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecords.h
Commit message (Expand)AuthorAge
* skeletal animation support added to API and software backendGravatar Ruiqi Mao2018-06-29
* Don't use getDeviceClipBounds() to bound pic ops.Gravatar Mike Klein2018-05-04
* Implement a fast path for solid color lattice rectangleGravatar Stan Iliev2017-12-11
* Record SkCanvas::flush().Gravatar Mike Klein2017-08-14
* Compute correct bounds for DrawShadowRec.Gravatar Jim Van Verth2017-07-31
* SkPath -> PreCachedPathGravatar Mike Klein2017-05-18
* move shadows to device virtualGravatar Mike Reed2017-05-17
* move files out of private, and fix up callers to IWYUGravatar Mike Reed2017-05-16
* Move the last headers. Cross your fingers.Gravatar mtklein2015-07-29
* Move non-trivial constructors out-of-line.Gravatar mtklein2015-07-29
* Revert "Move headers with no dependencies."Gravatar Mike Klein2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Revert "Move the rest of src headers used by include to include/private."Gravatar Mike Klein2015-07-28
* Move the rest of src headers used by include to include/private.Gravatar mtklein2015-07-28
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* add matrix options to drawDrawableGravatar reed2015-07-07
* Add support for drawBitmapRect() to SkMiniRecorder.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar Mike Klein2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar jvanverth2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Pass arguments to SkRecords structs by const&.Gravatar mtklein2015-06-30
* add drawImageNineGravatar reed2015-06-25
* add SkCanvas::drawAtlasGravatar reed2015-06-24
* Remove the SkCanvas comment APIGravatar fmalita2015-06-15
* Disable direction pre-caching to suss out TSAN failures.Gravatar mtklein2015-06-15
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-19
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar mtklein2015-05-18
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-18
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* Rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...Gravatar reed2015-02-06
* rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Pre-cache fDirection and fConvexity for recorded SkPaths too.Gravatar mtklein2015-01-20
* Clean up dead clear() code in SkRecord.Gravatar mtklein2015-01-05
* remove unused drawDataGravatar reed2015-01-02
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Enforce thread-safety of bitmaps in pictures via the type.Gravatar mtklein2014-12-11
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* All the small packing tweaks mentioned in the bug.Gravatar mtklein2014-11-21
* SkRecord: Pack SkRegion::Op and AA bit together.Gravatar mtklein2014-11-20
* wip for drawablesGravatar reed2014-11-18
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Simplify a little in SkRecords.h:Gravatar mtklein2014-09-18