* clutter/cogl/gles/cogl.c (cogl_perspective):
authorNeil Roberts <neil@openedhand.com>
Thu, 6 Nov 2008 11:42:11 +0000 (11:42 +0000)
committerNeil Roberts <neil@openedhand.com>
Thu, 6 Nov 2008 11:42:11 +0000 (11:42 +0000)
commitf7d447cfde93340adf69706ca079ed9a66ce8d89
tree60b6c681f780f1fb9c3458931e52a4a107fb872d
parentae6d930bba31e3a87b2b93ccb8426614296f99e6
* clutter/cogl/gles/cogl.c (cogl_perspective):
* clutter/cogl/common/cogl-fixed.c (cogl_fixed_sin)
(cogl_angle_sin, cogl_angle_tan, cogl_fixed_sqrt): Replaced uses
of 1 + ~x with just -x which is equivalent and easier to
understand.
ChangeLog
clutter/cogl/common/cogl-fixed.c
clutter/cogl/gles/cogl.c