mutter/clutter/cogl
Emmanuele Bassi e7d533f176 Improve accuracy of clutter_sinx()
Improve clutter_sinx() by replacing the low precision CFX_SIN_STEP
with a multiply/divide pair. This reduces the maximum error from
1.8e-04 to 2.4e-05.

http://bugzilla.openedhand.com/show_bug.cgi?id=1314

Based on a patch by Owen W. Taylor <otaylor@fishsoup.net>
2009-01-22 15:59:23 +00:00
..
common Improve accuracy of clutter_sinx() 2009-01-22 15:59:23 +00:00
gl Fix computation of camera distance 2009-01-22 14:17:16 +00:00
gles [gles] Fix computation of camera distance 2009-01-22 14:52:34 +00:00
cogl-color.h
cogl-deprecated.h
cogl-fixed.h
cogl-offscreen.h
cogl-path.h
cogl-shader.h
cogl-texture.h [docs] Remove sources of warnings in API references 2009-01-21 16:41:18 +00:00
cogl-types.h Change the COGL texture constructor to use flags 2009-01-21 10:14:29 +00:00
cogl-vertex-buffer.h [docs] Remove sources of warnings in API references 2009-01-21 16:41:18 +00:00
cogl.h.in
Makefile.am
TODO