aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gypi
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-07-16 13:32:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-16 13:32:56 -0700
commitee5da55477d1679eaf50b56b6017cbfc07af02a7 (patch)
treeaa001bf600c2143b412ee4101d30fb1bf117d1fa /gyp/tests.gypi
parent2ec93fc1d3206db4dcf74ccfc1c995badbc135e9 (diff)
32 bpp floating point textures
This is VERY preliminary, but it was sufficient for me to get 32 bit floating point textures in a sample app BUG=skia: R=bsalomon@chromium.org, bsalomon@google.com Author: joshualitt@chromium.org Review URL: https://codereview.chromium.org/359803003
Diffstat (limited to 'gyp/tests.gypi')
-rw-r--r--gyp/tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index ec12461198..99a52a4b57 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -75,6 +75,7 @@
'../tests/FitsInTest.cpp',
'../tests/FlatDataTest.cpp',
'../tests/FlateTest.cpp',
+ '../tests/FloatingPointTextureTest.cpp',
'../tests/FontHostStreamTest.cpp',
'../tests/FontHostTest.cpp',
'../tests/FontMgrTest.cpp',