aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2016-10-26 12:02:18 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-10-26 17:17:40 +0000
commit62e7b5fd79d3d61e9821ecd6123a3588d94893cc (patch)
tree365f6bf23fa89d8f216fb9931962eb58a06431ec /gyp
parentc7d853343a42e28edd9c38a3308afaa846fce1bc (diff)
Create GrTextureOpList to support deferred copy batches for textures
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3967 Change-Id: I63b926f63294795f999a130c0ceead87fbaf978d Reviewed-on: https://skia-review.googlesource.com/3967 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 6812ca861f..7b3c7c4eb7 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -184,6 +184,8 @@
'<(skia_src_path)/gpu/GrStyle.h',
'<(skia_src_path)/gpu/GrTessellator.cpp',
'<(skia_src_path)/gpu/GrTessellator.h',
+ '<(skia_src_path)/gpu/GrTextureOpList.cpp',
+ '<(skia_src_path)/gpu/GrTextureOpList.h',
'<(skia_src_path)/gpu/GrTraceMarker.cpp',
'<(skia_src_path)/gpu/GrTraceMarker.h',
'<(skia_src_path)/gpu/GrTracing.h',