aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2014-11-26 13:15:59 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-26 13:15:59 -0800
commit936799204b34e7a2f20ac6c0868058799ceb851e (patch)
treec1dd34971c393de4bf7247aed276a91b123400fd /gyp
parent9881d63c57002ffbdf2adf623965ece280279989 (diff)
Add float-to-half (binary16) conversion functions.
Based on code by Fabian Giesen at https://fgiesen.wordpress.com/2012/03/28/half-to-float-done-quic/. These will be needed for creating binary16 textures from floating point data. BUG=skia:3103 Review URL: https://codereview.chromium.org/760753003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index a4d5c2c60a..2c6d7b1833 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -101,6 +101,8 @@
'<(skia_src_path)/core/SkGlyphCache.h',
'<(skia_src_path)/core/SkGlyphCache_Globals.h',
'<(skia_src_path)/core/SkGraphics.cpp',
+ '<(skia_src_path)/core/SkHalf.cpp',
+ '<(skia_src_path)/core/SkHalf.h',
'<(skia_src_path)/core/SkInstCnt.cpp',
'<(skia_src_path)/core/SkImageFilter.cpp',
'<(skia_src_path)/core/SkImageInfo.cpp',