diff options
author | Brian Osman <brianosman@google.com> | 2017-03-02 15:09:20 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-03-02 20:47:36 +0000 |
commit | fe3b51636d4216c4ea6cb74ed0964c1d315ca487 (patch) | |
tree | e85907dad1a167ecceace5de1e6157a787fe0bac /gn | |
parent | e836b7817e8b28f0bd69578b8dfd83b8ef00248c (diff) |
Use GrSemaphore rather than GrFence for external texture data
BUG=skia:
Change-Id: I0d23eb9dcf5c01c71d3571ef97690af68b900807
Reviewed-on: https://skia-review.googlesource.com/9141
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 100288fc9f..e57a91904f 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -385,6 +385,7 @@ skia_gpu_sources = [ "$_src/gpu/gl/GrGLGpuCommandBuffer.h", "$_src/gpu/gl/GrGLGpuProgramCache.cpp", "$_src/gpu/gl/GrGLExtensions.cpp", + "$_src/gpu/gl/GrGLExternalTextureData.cpp", "$_src/gpu/gl/GrGLInterface.cpp", "$_src/gpu/gl/GrGLIRect.h", "$_src/gpu/gl/GrGLPath.cpp", |