aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSmallAllocator.h
Commit message (Expand)AuthorAge
* 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