commit daf2e180d164edbc534d1251b03ff40eb7b638f3 Author: Emmanuele Bassi Date: Thu Sep 10 16:38:23 2015 +0100 Release Graphene 1.2.10 (stable) configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9b40774dc118e5c606479bc1a05b41ae91f441ab Author: Emmanuele Bassi Date: Thu Sep 10 12:26:42 2015 +0100 Use platform-provided FLT_EPSILON Instead of defining our own constant for the epsilon, let's use the one provided by the C standard library. src/graphene-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit cd2d1932810084ef17f05e3548a96845b84db498 Author: Emmanuele Bassi Date: Thu Sep 10 12:21:11 2015 +0100 simd4x4: Use a smaller epsilon Using nearbyintf() may end up in false positives at small scales, given the rounding it performs. We should use FLT_EPSILON and just check that the value we want to verify is near it. src/graphene-simd4x4f.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) commit 7b8e404575c20f852250f25908d254b75a0a116f Author: Emmanuele Bassi Date: Thu Sep 10 11:20:50 2015 +0100 Post-release version bump to 1.2.9 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)