commit | b62508be81839be96f3d935d1e568e2ff3663670 | [log] [tgz] |
---|---|---|
author | george <george@mozilla.com> | Tue Aug 12 18:00:47 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 12 18:00:47 2014 -0700 |
tree | 47b9350e838bfc36d80672fc37544e5d278377ae | |
parent | cc03adb90901d226e8b0252a187b19a68fabcc42 [diff] |
Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating temporary buffers on the heap instead of allowing stack allocation Unfortunately this can't be a GR_GL_* config like we'd discussed because there are SkAutoSMalloc buffers that are built outside of gl/ R=bsalomon@google.com, bsalomon BUG=skia: Author: george@mozilla.com Review URL: https://codereview.chromium.org/459263003