glm/readme.txt

351 lines
14 KiB
Plaintext
Raw Normal View History

================================================================================
2010-05-28 17:16:16 +00:00
G-Truc Creation
--------------------------------------------------------------------------------
2010-05-28 17:16:16 +00:00
www.g-truc.net
glm@g-truc.net
================================================================================
GLM Usage
--------------------------------------------------------------------------------
GLM is a header only library, there is nothing to build, just include it.
#include <glm/glm.hpp>
More informations in GLM manual:
http://glm.g-truc.net/glm-manual.pdf
2011-02-08 12:00:35 +00:00
================================================================================
2011-02-12 23:50:25 +00:00
GLM 0.9.1.B: 2010-02-13
--------------------------------------------------------------------------------
- Updated API documentation
- Improved SIMD implementation
2011-02-12 23:55:30 +00:00
- Fixed Linux build
2011-02-12 23:50:25 +00:00
2011-02-12 23:02:27 +00:00
================================================================================
GLM 0.9.0.8: 2011-02-13
--------------------------------------------------------------------------------
- Added quaternion product operator.
- Clarify that GLM is a header only library.
2011-02-12 23:50:25 +00:00
================================================================================
2011-01-31 23:39:08 +00:00
GLM 0.9.1.A: 2010-01-31
2011-02-08 12:00:35 +00:00
--------------------------------------------------------------------------------
2011-01-31 23:39:08 +00:00
- 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: 2011-01-30
--------------------------------------------------------------------------------
2011-01-31 23:39:08 +00:00
- Added GLSL 4.10 packing functions
- Added == and != operators for every types.
2011-01-31 23:39:08 +00:00
================================================================================
2010-12-20 01:38:26 +00:00
GLM 0.9.0.6: 2010-12-21
--------------------------------------------------------------------------------
2010-12-20 01:38:26 +00:00
- Many matrices bugs fixed
================================================================================
2010-11-01 22:59:32 +00:00
GLM 0.9.0.5: 2010-11-01
--------------------------------------------------------------------------------
2010-11-01 22:59:32 +00:00
- Improved Clang support
- Fixed bugs
================================================================================
2010-10-04 13:46:53 +00:00
GLM 0.9.0.4: 2010-10-04
--------------------------------------------------------------------------------
2010-11-01 22:59:32 +00:00
- Added autoexp for GLM
2010-10-04 13:46:53 +00:00
- Fixed bugs
================================================================================
2010-08-26 17:56:06 +00:00
GLM 0.9.0.3: 2010-08-26
--------------------------------------------------------------------------------
2010-08-26 17:56:06 +00:00
- Fixed non-squared matrix operators
================================================================================
2010-07-08 11:24:33 +00:00
GLM 0.9.0.2: 2010-07-08
--------------------------------------------------------------------------------
2010-07-08 11:24:33 +00:00
- Added GLM_GTX_int_10_10_10_2
- Fixed bugs
================================================================================
2010-06-20 23:17:28 +00:00
GLM 0.9.0.1: 2010-06-21
--------------------------------------------------------------------------------
2010-06-20 23:17:28 +00:00
- Fixed extensions errors
================================================================================
2010-05-25 10:46:00 +00:00
GLM 0.9.0.0: 2010-05-25
--------------------------------------------------------------------------------
2010-05-24 00:57:36 +00:00
- Objective-C support
- Fixed warnings
- Updated documentation
================================================================================
2010-04-30 12:20:45 +00:00
GLM 0.9.B.2: 2010-04-30
--------------------------------------------------------------------------------
2010-04-30 12:20:45 +00:00
- Git transition
- Removed experimental code from releases
- Fixed bugs
================================================================================
2010-04-30 12:20:45 +00:00
GLM 0.9.B.1: 2010-04-03
--------------------------------------------------------------------------------
2010-04-30 12:20:45 +00:00
- Based on GLSL 4.00 specification
- Added the new core functions
- Added some implicit conversion support
================================================================================
2010-04-30 12:20:45 +00:00
GLM 0.9.A.2: 2010-02-20
--------------------------------------------------------------------------------
2010-04-30 12:20:45 +00:00
- Improved some possible errors messages
- Improved declarations and definitions match
================================================================================
2010-04-30 12:20:45 +00:00
GLM 0.9.A.1: 2010-02-09
--------------------------------------------------------------------------------
2010-04-30 12:20:45 +00:00
- Removed deprecated features
- Internal redesign
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.4.4 final: 2010-01-25
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed warnings
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.4.3 final: 2009-11-16
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed Half float arithmetic
- Fixed setup defines
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.4.2 final: 2009-10-19
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed Half float adds
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.4.1 final: 2009-10-05
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Updated documentation
- Fixed MacOS X build
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.4.0 final: 2009-09-16
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added GCC 4.4 and VC2010 support
- Added matrix optimizations
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.5 final: 2009-08-11
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.4 final: 2009-08-10
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Updated GLM according GLSL 1.5 spec
- Fixed bugs
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.3 final: 2009-06-25
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.2 final: 2009-06-04
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added GLM_GTC_quaternion
- Added GLM_GTC_type_precision
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.1 final: 2009-05-21
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed old extension system.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.3.0 final: 2009-05-06
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added stable extensions.
- Added new extension system.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.2.3 final: 2009-04-01
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.2.2 final: 2009-02-24
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.2.1 final: 2009-02-13
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.2 final: 2009-01-21
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.1 final: 2008-10-30
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.0 final: 2008-10-23
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- New method to use extension.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.0 beta3: 2008-10-10
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added CMake support for GLM tests.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.0 beta2: 2008-10-04
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Improved half scalars and vectors support.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.8.0 beta1: 2008-09-26
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Improved GLSL conformance
- Added GLSL 1.30 support
- Improved API documentation
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.6 final: 2008-08-08
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Improved C++ standard comformance
- Added Static assert for types checking
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.5 final: 2008-07-05
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added build message system with Visual Studio
- Pedantic build with GCC
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.4 final: 2008-06-01
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added external dependencies system.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.3 final: 2008-05-24
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed bugs
- Added new extension group
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.2 final: 2008-04-27
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Updated documentation
- Added preprocessor options
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.1 final: 2008-03-24
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Disabled half on GCC
- Fixed extensions
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.7.0 final: 2008-03-22
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Changed to MIT license
- Added new documentation
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.6.4 : 2007-12-10
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed swizzle operators
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.6.3 : 2007-11-05
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed type data accesses
- Fixed 3DSMax sdk conflict
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.6.2 : 2007-10-08
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed extension
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.6.1 : 2007-10-07
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed a namespace error
- Added extensions
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.6.0 : 2007-09-16
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added new extension namespace mecanium
- Added Automatic compiler detection
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.5.1 : 2007-02-19
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed swizzle operators
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.5.0 : 2007-01-06
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Upgrated to GLSL 1.2
- Added swizzle operators
- Added setup settings
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.4.1 : 2006-05-22
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added OpenGL examples
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.4.0 : 2006-05-17
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added missing operators to vec* and mat*
- Added first GLSL 1.2 features
- Fixed windows.h before glm.h when windows.h required
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.3.2 : 2006-04-21
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Fixed texcoord components access.
- Fixed mat4 and imat4 division operators.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.3.1 : 2006-03-28
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Added GCC 4.0 support under MacOS X.
- Added GCC 4.0 and 4.1 support under Linux.
- Added code optimisations.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.3 : 2006-02-19
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Improved GLSL type conversion and construction compliance.
- Added experimental extensions.
- Added Doxygen Documentation.
- Added code optimisations.
- Fixed bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.2: 2005-05-05
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Improve adaptative from GLSL.
- Add experimental extensions based on OpenGL extension process.
- Fixe bugs.
================================================================================
2010-04-29 10:54:07 +00:00
GLM 0.1: 2005-02-21
--------------------------------------------------------------------------------
2010-04-29 10:54:07 +00:00
- Add vec2, vec3, vec4 GLSL types
- Add ivec2, ivec3, ivec4 GLSL types
- Add bvec2, bvec3, bvec4 GLSL types
- Add mat2, mat3, mat4 GLSL types
- Add almost all functions
================================================================================