aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-09-11 13:38:55 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-11 17:58:00 +0000
commit5d034744ab749d37a0b4c889271160236ec8be4e (patch)
tree733dea50e748bbfe1f49b0da5bc330268890ad19 /gn
parent3b67faa561db3283def904d2458a5b5b12ee4ba6 (diff)
Do software clip mask generation with worker threads
Also refactor the prepare callback stuff to share logic between software path rendering and clip mask generation. Bug: skia: Change-Id: I0c56c6df8703eb59d2d49a4c3985bd4f5ef20f01 Reviewed-on: https://skia-review.googlesource.com/44421 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 47342ad642..1a5687e9e8 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -127,6 +127,7 @@ skia_gpu_sources = [
"$_src/gpu/GrOnFlushResourceProvider.h",
"$_src/gpu/GrPipeline.cpp",
"$_src/gpu/GrPipeline.h",
+ "$_src/gpu/GrPrepareCallback.h",
"$_src/gpu/GrPrimitiveProcessor.cpp",
"$_src/gpu/GrPrimitiveProcessor.h",
"$_src/gpu/GrProcessorSet.cpp",