aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar krajcevski <krajcevski@google.com>2014-07-14 12:00:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-14 12:00:04 -0700
commit630598cbb87edda47aa26bc7b7f93865b34cd8de (patch)
treecf5dba5f3f76a9555b0ddf5f7ec61ffc43521445 /gyp/utils.gyp
parent60317d0ffb5053df7b08a627d6decd11b684e80d (diff)
Add support for NEON intrinsics to speed up texture compression. We can
now convert the time that we would have spent uploading the texture to compressing it giving a net 50% memory savings for these things. Committed: https://skia.googlesource.com/skia/+/bc9205be0a1094e312da098348601398c210dc5a R=robertphillips@google.com, mtklein@google.com, kevin.petit@arm.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/390453002
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 066c9015e5..f6b00daad4 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -23,6 +23,7 @@
'../include/utils/win',
'../include/xml',
'../src/core',
+ '../src/opts',
'../src/utils',
],
'sources': [