diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-18 22:27:01 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-18 22:27:01 +0000 |
commit | cef17aeea0413bfdcbd404b837aac6a054024d95 (patch) | |
tree | de0116ccfd4d777662abdefd6f91354e9a44718d /o3d/core/core.gyp | |
parent | e585f48a189f0e6558c6adc583738c6271980f98 (diff) | |
download | chromium_src-cef17aeea0413bfdcbd404b837aac6a054024d95.zip chromium_src-cef17aeea0413bfdcbd404b837aac6a054024d95.tar.gz chromium_src-cef17aeea0413bfdcbd404b837aac6a054024d95.tar.bz2 |
Added computation of three-dimensional texture coordinates for the
control points of cubic curves.
It's difficult if not impossible to write a unit test for this part of
the algorithm, since the texture coordinates aren't precisely defined
for any particular inputs. The forthcoming system tests will exercise
these code paths.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/647041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r-- | o3d/core/core.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp index c979bae..33e8740 100644 --- a/o3d/core/core.gyp +++ b/o3d/core/core.gyp @@ -273,6 +273,8 @@ 'cross/gpu2d/cubic_classifier.cc', 'cross/gpu2d/cubic_classifier.h', 'cross/gpu2d/cubic_math_utils.h', + 'cross/gpu2d/cubic_texture_coords.cc', + 'cross/gpu2d/cubic_texture_coords.h', 'cross/gpu2d/interval_tree.h', 'cross/gpu2d/red_black_tree.h', ], |