aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSmallAllocator.h
Commit message (Expand)AuthorAge
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-15
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...Gravatar mtklein2016-11-13
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-13
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...Gravatar mtklein2016-11-09
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-09
* Use perfect forwarding in createT of SkSmallAllocator.Gravatar herb2016-11-06
* Use alignas to force alignment.Gravatar herb2016-11-04
* Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of http...Gravatar benjaminwagner2016-11-03
* Try to use only std::aligned_storage. This does not change the API.Gravatar herb2016-11-03
* add gm that exercises compose shader allocationsGravatar caryclark2016-08-15
* remove align16 calls in skhader context sizes. will handle this elsewhere as ...Gravatar reed2016-03-04
* update SkSmallAllocator to force internal allocations to be 16-byte alignedGravatar reed2016-03-02
* Small cleanups to SkSmallAllocatorGravatar mdempsky2015-09-22
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Move SkShader::fLocalMatrix into SkShader constructor.Gravatar commit-bot@chromium.org2014-04-28
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-23
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-17
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-16
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* [WIP] Add Context to SkDrawLooper.Gravatar commit-bot@chromium.org2014-03-12
* Add a class to allocate small objects w/o extra calls to new.Gravatar commit-bot@chromium.org2014-03-07