Merge GLM 0.9.8 branch

This commit is contained in:
Christophe Riccio 2016-11-12 12:12:44 +01:00
commit f294f169fa

View file

@ -50,6 +50,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
## Release notes
<<<<<<< HEAD
### [GLM 0.9.9.0](https://github.com/g-truc/glm/releases/latest) - 2017-XX-XX
#### Features:
- Added RGBM encoding in GTC_packing #420
@ -75,6 +76,13 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
---
### [GLM 0.9.8.3](https://github.com/g-truc/glm/tree/0.9.8) - 2016-XX-XX
#### Improvements:
=======
#### [GLM 0.9.8.4](https://github.com/g-truc/glm/tree/0.9.8) - 201X-XX-XX
#### [GLM 0.9.8.3](https://github.com/g-truc/glm/releases/tag/0.9.8.3) - 2016-11-12
##### Improvements:
>>>>>>> 0.9.8
- Broader support of GLM_FORCE_UNRESTRICTED_GENTYPE #378
#### Fixes: