aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/SkSmallAllocator.h
Commit message (Expand)AuthorAgeFilesLines
* Remove SkSmallAllocator.Herb Derby2017-02-141-141/+0
* Make SkSmallAllocator obey alignment properties of objects.herb2017-01-281-33/+22
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...herb2016-11-151-77/+90
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...mtklein2016-11-131-89/+77
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...herb2016-11-131-77/+89
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...mtklein2016-11-091-65/+76
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...herb2016-11-091-76/+65
* Use perfect forwarding in createT of SkSmallAllocator.herb2016-11-061-6/+6
* Use alignas to force alignment.herb2016-11-041-11/+5
* Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of http...benjaminwagner2016-11-031-5/+7
* Try to use only std::aligned_storage. This does not change the API.herb2016-11-031-7/+5
* add gm that exercises compose shader allocationscaryclark2016-08-151-4/+6
* remove align16 calls in skhader context sizes. will handle this elsewhere as ...reed2016-03-041-4/+2
* update SkSmallAllocator to force internal allocations to be 16-byte alignedreed2016-03-021-11/+20
* Small cleanups to SkSmallAllocatormdempsky2015-09-221-51/+11
* Style Change: NULL->nullptrhalcanary2015-08-271-15/+15
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-5/+5
* Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org2014-04-281-0/+10
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...commit-bot@chromium.org2014-04-231-3/+20
* Revert of Extract most of the mutable state of SkShader into a separate Conte...commit-bot@chromium.org2014-04-231-20/+3
* Extract most of the mutable state of SkShader into a separate Context object.commit-bot@chromium.org2014-04-231-3/+20
* Revert of Extract most of the mutable state of SkShader into a separate Conte...commit-bot@chromium.org2014-04-171-20/+3
* Extract most of the mutable state of SkShader into a separate Context object.commit-bot@chromium.org2014-04-161-3/+20
* SkNonCopyable should be used with private inheritance.commit-bot@chromium.org2014-04-071-1/+1
* [WIP] Add Context to SkDrawLooper.commit-bot@chromium.org2014-03-121-7/+8
* Add a class to allocate small objects w/o extra calls to new.commit-bot@chromium.org2014-03-071-0/+148