commit | e45e53bd209f2e29e4fb97dd4a165457e3db94a9 | [log] [tgz] |
---|---|---|
author | Sami Väisänen <svaisanen@nvidia.com> | Wed May 25 10:36:04 2016 +0300 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 20 12:45:43 2016 +0000 |
tree | e476e25feefdf80df797e33d692a00103e7a3f35 | |
parent | 2e1ba2743c49825aa375deddbda14be903fe9ba0 [diff] [blame] |
Support CHROMIUM_path_rendering This is partial support for CHROMIUM_path_rendering and implements basic path management and non-instanced rendering. BUG=angleproject:1382 Change-Id: I9c0e88183e0a915d522889323933439d25b45b5f Reviewed-on: https://chromium-review.googlesource.com/348630 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
diff --git a/src/common/mathutil.cpp b/src/common/mathutil.cpp index 927b6eb..acbcbdf 100644 --- a/src/common/mathutil.cpp +++ b/src/common/mathutil.cpp
@@ -64,4 +64,4 @@ *blue = inputData->B * pow(2.0f, (int)inputData->E - g_sharedexp_bias - g_sharedexp_mantissabits); } -} +} // namespace gl