aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-11 13:17:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-11 13:17:35 -0700
commitb42b785d1cbc98bd34aceae338060831b974f9c5 (patch)
tree91f84ddd2f3cecf85c8c0dad4a5cfc48e2140c10 /gyp
parent7e602c2c6cb2fbeb70a3978e2148844b673a8a4c (diff)
try to speed-up maprect + round2i + contains
We call roundOut in a few places. If we can get SkNx::Ceil we could efficiently implement that as well. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2133413002 CQ_INCLUDE_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Review-Url: https://codereview.chromium.org/2133413002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/tools.gyp1
2 files changed, 2 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 97e38c2cc6..d35edff95f 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -192,7 +192,6 @@
'<(skia_src_path)/core/SkNinePatchIter.h',
'<(skia_src_path)/core/SkNormalSource.cpp',
'<(skia_src_path)/core/SkNormalSource.h',
- '<(skia_src_path)/core/SkNx.h',
'<(skia_src_path)/core/SkOpts.cpp',
'<(skia_src_path)/core/SkOpts.h',
'<(skia_src_path)/core/SkOrderedReadBuffer.h',
@@ -426,6 +425,7 @@
'<(skia_include_path)/private/SkGpuFenceSync.h',
'<(skia_include_path)/private/SkMiniRecorder.h',
'<(skia_include_path)/private/SkMutex.h',
+ '<(skia_include_path)/private/SkNx.h',
'<(skia_include_path)/private/SkOnce.h',
'<(skia_include_path)/private/SkRecords.h',
'<(skia_include_path)/private/SkSemaphore.h',
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 9d02ee1f61..e2f0bd89e2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -387,6 +387,7 @@
'../tools/picture_utils.h',
],
'include_dirs': [
+ '../include/private',
'../src/core/',
],
'dependencies': [