qt6-bb10/src
Konstantin Ritt b7d4e4ffeb Optimize quaternion to rotation matrix convertion
Rearrange operands to get rid of 50% of multiplications
(i.e. `2 * (x * x + z * z)` -> `(x + x) * x + (z + z) * z`).

Change-Id: Ib5279425ead999fc571b4964ac1681b6e22f9a7e
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2015-02-26 11:02:59 +00:00
..
3rdparty Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
android Fixed license headers 2015-02-17 18:46:09 +00:00
angle make the installed meta files play nicely with sysroots 2015-02-05 14:26:44 +00:00
concurrent Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
corelib Reverse iteration in QMetaEnum::valueToKeys(). 2015-02-26 09:49:10 +00:00
dbus Fix various qdoc-warnings. 2015-02-25 11:36:51 +00:00
gui Optimize quaternion to rotation matrix convertion 2015-02-26 11:02:59 +00:00
network QSslSocket: Factor out error message about failure to set the elliptic curves. 2015-02-25 14:06:12 +00:00
opengl Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
openglextensions Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
platformheaders Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
platformsupport Correct typo in the Gujarati openType identififer. 2015-02-25 12:32:01 +00:00
plugins Remove unused CGImage in qcocoabackingstore 2015-02-26 09:49:13 +00:00
printsupport Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
sql Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
testlib Fix various qdoc-warnings. 2015-02-25 15:26:04 +00:00
tools Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
widgets Fix crash when accessing QStyleHints before QGuiApplication is constructed. 2015-02-25 14:16:44 +00:00
winmain Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
xml Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
src.pro Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00