Skip to content

Graphene 1.4.0 (stable)

Compare
Choose a tag to compare
@ebassi ebassi released this 22 Nov 14:50
· 553 commits to master since this release

Changes in 1.4.0 (2016-04-08)

  • Build fix for on MSVC 2013 and newer (#58)
  • Fix decomposition and interpolation between matrices
  • Fix build when debugging is disabled (#57)
  • Add radians-based API to graphene_quaternion_t (#32)
  • Fix bug in the union() operator of graphene_rect_t (#49)
  • Documentation improvements (#44, #47, #48, #50, #52, #53, #53, #56; thanks to Sébastien Wilmet)
  • Ensure that all SIMD implementations return similar results in edge cases
  • Detect and use SSE 4.1 intrinsics for the SSE SIMD implementation
  • Improve ARM NEON SIMD implementation
  • Small micro-optimizations for all SIMD implementations
  • Add non-mutating methods to graphene_rect_t
  • Add graphene_ray_t, a simple type used for ray casting