diff options
author | jvanverth <jvanverth@google.com> | 2015-12-02 13:06:37 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-02 13:06:37 -0800 |
commit | fa498fe12239988578465d0dee69f0d5645bb361 (patch) | |
tree | 25965bd3f33b4fae893403855d1a9e03d558be49 /gyp | |
parent | f16f88b779f802bb3c9892e6f1275fe980e956a1 (diff) |
Add transfer buffer support.
BUG=skia:4604
Review URL: https://codereview.chromium.org/1490473003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 91a9fa98da..cd6600af85 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -188,6 +188,7 @@ '<(skia_src_path)/gpu/GrTextureProvider.cpp', '<(skia_src_path)/gpu/GrTexturePriv.h', '<(skia_src_path)/gpu/GrTextureAccess.cpp', + '<(skia_src_path)/gpu/GrTransferBuffer.h', '<(skia_src_path)/gpu/GrTRecorder.h', '<(skia_src_path)/gpu/GrVertexBuffer.h', '<(skia_src_path)/gpu/GrVertices.h', @@ -335,6 +336,8 @@ '<(skia_src_path)/gpu/gl/GrGLTexture.h', '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', + '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.cpp', + '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.h', '<(skia_src_path)/gpu/gl/GrGLUtil.cpp', '<(skia_src_path)/gpu/gl/GrGLUtil.h', '<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp', |