diff options
author | jvanverth <jvanverth@google.com> | 2015-12-03 09:15:47 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-03 09:15:47 -0800 |
commit | 73063dc517f424ad5660db0fbc5fe6fcc13f77f7 (patch) | |
tree | 96360627441f666f6632336afdbb5bd6c90fbf4d /gyp | |
parent | c2e0ac4fce5bfe5bac9f2cb1ebd3aea3a8900fb1 (diff) |
Add transfer buffer support.
BUG=skia:4604
Committed: https://skia.googlesource.com/skia/+/fa498fe12239988578465d0dee69f0d5645bb361
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', |