summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorkui.zheng@arm.com <kui.zheng@arm.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 00:42:08 +0000
committerkui.zheng@arm.com <kui.zheng@arm.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 00:42:08 +0000
commitc8f8508911ef6961e2934c468dae0ace0c9c756e (patch)
tree5cb9e54d76cb663ac839950d52be8ca992c53b35 /AUTHORS
parent960ecb176fca47f27f97c277c10137aa1c84536c (diff)
downloadchromium_src-c8f8508911ef6961e2934c468dae0ace0c9c756e.zip
chromium_src-c8f8508911ef6961e2934c468dae0ace0c9c756e.tar.gz
chromium_src-c8f8508911ef6961e2934c468dae0ace0c9c756e.tar.bz2
Optimize QuadF's IsCounterClockwise function
IsCounterClockwise is a busy function,See performance and discussion: https://groups.google.com/a/chromium.org/forum/#!topic/graphics-dev/aSvAbzcgbos This patch reduce IsCounterClockwise() from 8mul+3add+4sub to 4mul+2add+2sub, and performance doubled in real micro-bench. R=danakj@chromium.org Review URL: https://codereview.chromium.org/458113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 662d017..f8e36ea 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -472,3 +472,4 @@ The MathWorks, Inc. <binod.pant@mathworks.com>
Torchmobile Inc.
Venture 3 Systems LLC <*@venture3systems.com>
Yandex LLC <*@yandex-team.ru>
+ARM Holdings <*@arm.com>