Preparing GLM 0.9.1.A release

This commit is contained in:
Christophe Riccio
2011-01-31 23:39:08 +00:00
parent de7e227bf0
commit e6cff263e5
3 changed files with 55 additions and 1 deletions

View File

@@ -4,6 +4,22 @@ G-Truc Creation
www.g-truc.net
glm@g-truc.net
=============================
GLM 0.9.1.A: 2010-01-31
-----------------------------
- Added SIMD support
- Added new swizzle functions
- Improved static assert error message with C++0x static_assert
- New setup system
- Reduced branching
- Fixed trunc implementation
=============================
GLM 0.9.0.7: 2010-01-30
-----------------------------
- Added == and != operator for *mat* and *vec*
- Added GLSL 4.10 packing functions
=============================
GLM 0.9.0.6: 2010-12-21
-----------------------------