aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecord.h
Commit message (Expand)AuthorAge
* SkRecord: increase min block to 512B, remove max.Gravatar mtklein2014-12-12
* SkRecord: outline methods that are not called O(N) times.Gravatar mtklein2014-11-24
* option to return drawable from recordingGravatar reed2014-11-24
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codere...Gravatar mtklein2014-11-13
* Deparameterize SkVarAlloc.Gravatar mtklein2014-11-13
* SkVarAllocGravatar mtklein2014-11-12
* SkRecord: clean up comments and 4 bytes per SkRecord.Gravatar mtklein2014-09-15
* Align all SkRecord::alloc() calls up to at least a pointer size.Gravatar mtklein2014-08-28
* change drawPicture in SkRecord to just ref the pictureGravatar reed2014-08-07
* Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.Gravatar mtklein2014-06-17