aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RecordTest.cpp
Commit message (Expand)AuthorAge
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* SkRecord: infer return type for visit() and mutate().Gravatar mtklein2016-03-22
* Add SkRecord::defrag().Gravatar mtklein2015-11-19
* simplify code in SkRecords.hGravatar mtklein2015-09-28
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* Align all SkRecord::alloc() calls up to at least a pointer size.Gravatar mtklein2014-08-28
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* Revert "Move the code over using the same template type approach previously u...Gravatar Mike Klein2014-08-18
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-18
* Only you can prevent memory leaks.Gravatar mtklein2014-07-07
* Linear-time implementation of willPlaybackBitmaps(), computed & cachedGravatar tomhudson2014-07-05
* Move paints to the front of draw structs.Gravatar commit-bot@chromium.org2014-05-07
* Convert all SkRecordPattern matchers into SkRecord mutators.Gravatar commit-bot@chromium.org2014-05-07
* Refactor SkRecord opts, converting playback optimizations where possible.Gravatar commit-bot@chromium.org2014-04-22
* Mark our territory with (C).Gravatar commit-bot@chromium.org2014-04-11
* SkRecord: make culling work if SkRecordAnnotateCullingPairs is called.Gravatar commit-bot@chromium.org2014-04-08
* Start on some unwritten SkRecord TODOs:Gravatar commit-bot@chromium.org2014-04-08