commit | 7b9e8a4b6af0f3df9bf20a5fdc0977bcd7c3c1ab | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu Dec 11 08:20:31 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 11 08:20:31 2014 -0800 |
tree | 972d87273c867a699c51036768c5e9588766b779 | |
parent | b511dfe3264f1f32a8fc7d2af35eec4ffc80b250 [diff] [blame] |
Apply the layer's image filter to the hoisted image Exposing SkSurface_Gpu makes me sad and I would welcome alternatives. This change is desireable since it greatly decreases the render target swaps. Review URL: https://codereview.chromium.org/792923002
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 6319456..e835e34 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp
@@ -96,6 +96,7 @@ '../include/gpu', '../src/core', '../src/gpu', + '../src/image/', ], 'sources': [ '<@(skgpu_sources)',