christophe-lunarg
|
9dca1667fe
|
Merge branch 'master' of github.com:g-truc/glm
|
2020-12-09 21:44:11 +01:00 |
|
christophe-lunarg
|
bec41ffe51
|
Fix AVX2 detection
|
2020-12-09 21:43:38 +01:00 |
|
Christophe
|
561fbbd94c
|
Added *GLM_EXT_matrix_integer* with tests
|
2020-11-30 18:10:55 +01:00 |
|
Christophe
|
2593c9c8b3
|
Added GLM_EXT_scalar_reciprocal and GLM_EXT_vector_reciprocal with tests
|
2020-11-23 15:33:36 +01:00 |
|
Christophe Riccio
|
028b303a65
|
Fixed CXX tests
|
2020-01-05 21:14:53 +01:00 |
|
Christophe Riccio
|
79b5197e5d
|
Fixed CXX tests
|
2020-01-05 21:12:11 +01:00 |
|
Christophe Riccio
|
a68949eba4
|
Fixed force cxx version tests
|
2020-01-05 21:09:37 +01:00 |
|
Christophe Riccio
|
2d8ccef1af
|
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
|
2020-01-05 21:07:42 +01:00 |
|
Christophe Riccio
|
3ee3659adb
|
Added force defines tests
|
2020-01-05 20:57:20 +01:00 |
|
Christophe Riccio
|
85e491b30c
|
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
|
2020-01-05 20:41:51 +01:00 |
|
tnixeu
|
49d89a0009
|
uses all variables in test
|
2019-10-26 14:58:56 +02:00 |
|
Christophe Riccio
|
61b2a73e21
|
Fixed missing std:: namespace #898
|
2019-09-07 13:41:08 +02:00 |
|
Christophe Riccio
|
13d2cea73f
|
Added
|
2019-04-04 14:01:05 +02:00 |
|
Christophe Riccio
|
229b762c31
|
Added Visual C++ 2019 detection
|
2019-04-04 12:24:02 +02:00 |
|
Khem Raj
|
1150952697
|
glm: Remove redundant double semi-colons
Make clang happy
/glm/gtc/../ext/../detail/../simd/common.h:106:45: error: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Werror,-Wextra-semi-stmt]
| glm_vec4 const or0 = _mm_or_ps(and0, and1);;
| ^
| 1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
2019-03-01 11:13:28 -08:00 |
|
Florian Penzkofer
|
d0ae3f966e
|
Fix bitfieldInsert according to GLSL spec
"bitfieldInsert inserts the bits least significant bits of insert into base at offset offset..."
|
2018-10-04 17:23:44 -05:00 |
|
Christophe Riccio
|
abff0a39ac
|
Fixed build
|
2018-10-01 11:23:26 +02:00 |
|
Christophe Riccio
|
3d26f49775
|
Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816
|
2018-09-30 21:52:09 +02:00 |
|
Christophe Riccio
|
76683aa287
|
Added vector ulp functions
|
2018-09-26 18:27:55 +02:00 |
|
Christophe Riccio
|
9c8a348e21
|
Clean up test
|
2018-09-14 11:21:30 +02:00 |
|
Christophe Riccio
|
fe83040cbd
|
Fixed default initialization with vector and quaternion types using GLM_FORCE_CTOR_INIT #812
|
2018-09-10 15:45:01 +02:00 |
|
Christophe Riccio
|
c334499931
|
Fixed Clang 3.6 build
|
2018-08-31 18:49:53 +02:00 |
|
Christophe Riccio
|
d479d5bf35
|
Tentative fix Travis
|
2018-08-31 00:20:05 +02:00 |
|
Christophe Riccio
|
7c445ee93d
|
Clean up GLM_FORCE_DEFAULT_ALIGNED_GENTYPES
|
2018-08-27 23:25:00 +02:00 |
|
Christophe Riccio
|
f56011fb20
|
Fixed aligned test on compilers that doesn't support it
|
2018-08-27 22:11:17 +02:00 |
|