Updated readme
This commit is contained in:
parent
dc89797275
commit
71004231c6
@ -97,6 +97,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Deprecated GLM_GTX_simd_mat4 extension
|
- Deprecated GLM_GTX_simd_mat4 extension
|
||||||
- Deprecated GLM_GTX_simd_quat extension
|
- Deprecated GLM_GTX_simd_quat extension
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.6](https://github.com/g-truc/glm/releases/tag/0.9.7.6) - 2016-07-16
|
#### [GLM 0.9.7.6](https://github.com/g-truc/glm/releases/tag/0.9.7.6) - 2016-07-16
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
- Added pkg-config file #509
|
- Added pkg-config file #509
|
||||||
@ -109,6 +110,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed long long warnings when using C++98 on GCC and Clang #482
|
- Fixed long long warnings when using C++98 on GCC and Clang #482
|
||||||
- Fixed scalar reciprocal functions (GTC_reciprocal) #520
|
- Fixed scalar reciprocal functions (GTC_reciprocal) #520
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
|
#### [GLM 0.9.7.5](https://github.com/g-truc/glm/releases/tag/0.9.7.5) - 2016-05-24
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
- Added Visual C++ Clang toolset detection
|
- Added Visual C++ Clang toolset detection
|
||||||
@ -122,6 +124,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed GTX_extended_min_max filename typo #386
|
- Fixed GTX_extended_min_max filename typo #386
|
||||||
- Fixed intersectRayTriangle to not do any unintentional backface culling
|
- Fixed intersectRayTriangle to not do any unintentional backface culling
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/releases/tag/0.9.7.4) - 2016-03-19
|
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/releases/tag/0.9.7.4) - 2016-03-19
|
||||||
##### Fixes:
|
##### Fixes:
|
||||||
- Fixed asinh and atanh warning with C++98 STL #484
|
- Fixed asinh and atanh warning with C++98 STL #484
|
||||||
@ -132,6 +135,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
- Fixed missing GLM_PLATFORM_CYGWIN declaration #495
|
||||||
- Fixed various undefined reference errors #490
|
- Fixed various undefined reference errors #490
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
|
#### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
- Added AVX512 detection
|
- Added AVX512 detection
|
||||||
@ -142,6 +146,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed Clang build on Windows #479
|
- Fixed Clang build on Windows #479
|
||||||
- Fixed 64 bits constants warnings on GCC #463
|
- Fixed 64 bits constants warnings on GCC #463
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03
|
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/tag/0.9.7.2) - 2016-01-03
|
||||||
##### Fixes:
|
##### Fixes:
|
||||||
- Fixed GTC_round floorMultiple/ceilMultiple #412
|
- Fixed GTC_round floorMultiple/ceilMultiple #412
|
||||||
@ -155,6 +160,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed missing unary + operator #435
|
- Fixed missing unary + operator #435
|
||||||
- Fixed Cygwin build errors when using C++11 #405
|
- Fixed Cygwin build errors when using C++11 #405
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
|
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
|
||||||
##### Improvements:
|
##### Improvements:
|
||||||
- Improved constexpr for constant functions coverage #198
|
- Improved constexpr for constant functions coverage #198
|
||||||
@ -171,6 +177,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||||||
- Fixed builtin bitscan never being used #392
|
- Fixed builtin bitscan never being used #392
|
||||||
- Removed unused func_noise.* files #398
|
- Removed unused func_noise.* files #398
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
|
#### [GLM 0.9.7.0](https://github.com/g-truc/glm/releases/tag/0.9.7.0) - 2015-08-02
|
||||||
##### Features:
|
##### Features:
|
||||||
- Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions
|
- Added GTC_color_space: convertLinearToSRGB and convertSRGBToLinear functions
|
||||||
|
Loading…
Reference in New Issue
Block a user