Kontny Karol
31d01b525e
Quaternion slerp overload which interpolates with extra spins
...
Signed-off-by: Karol Kontny <barolek@gmail.com>
ago%!(EXTRA string=5 years)
Christophe Riccio
a4bf8867c2
Added clamp, repeat, mirrorClamp and mirrorRepeat function to GLM_EXT_scalar_commond and GLM_EXT_vector_commond extensions with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
9e7a486c0e
Added matrix integer extensions and tests
ago%!(EXTRA string=5 years)
Christophe Riccio
684817db46
Clean up integer precision
ago%!(EXTRA string=5 years)
Christophe Riccio
6bd53cc9e5
Added files for EXT packing extensions
ago%!(EXTRA string=5 years)
Christophe Riccio
8e58cdbbf8
- Added GLM_EXT_vector_intX_sized and GLM_EXT_vector_uintX_sized extensions
ago%!(EXTRA string=5 years)
Christophe Riccio
028b303a65
Fixed CXX tests
ago%!(EXTRA string=5 years)
Christophe Riccio
79b5197e5d
Fixed CXX tests
ago%!(EXTRA string=5 years)
Christophe Riccio
a68949eba4
Fixed force cxx version tests
ago%!(EXTRA string=5 years)
Christophe Riccio
2d8ccef1af
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
3ee3659adb
Added force defines tests
ago%!(EXTRA string=5 years)
Christophe Riccio
85e491b30c
Tentative fix of GLM_FORCE_QUAT_DATA_WXYZ on Clang with tests
ago%!(EXTRA string=5 years)
Christophe Riccio
436579b37e
Fixed Wimplicit-int-float-conversion warnings with clang 10+ #986
ago%!(EXTRA string=5 years)
Khem Raj
d2b9bbb911
Fix Wimplicit-int-float-conversion warnings with clang 10+
...
This is a new warning in clang which will be available in clang 10
onwards
Fixes
error: implicit conversion from 'const int' to 'float' may lose precision [-Werror,-Wimplicit-int-float-conversion]
ago%!(EXTRA string=5 years)
Christophe Riccio
a4b4db24bd
Fixed test target
ago%!(EXTRA string=6 years)
Christophe Riccio
919e72f5dd
Fixed equal ULP variation when using negative sign #965
ago%!(EXTRA string=6 years)
Christophe Riccio
11089f6d7e
Move CMake tests configuration in the test directory CMakeLists.txt
ago%!(EXTRA string=6 years)
Will Usher
224433b9ae
Add a CMake Package config
...
- Also fix clang 7 use on travis CI
ago%!(EXTRA string=6 years)
Will Usher
15158e8aa9
Add a CMake Package config
ago%!(EXTRA string=6 years)
tnixeu
49d89a0009
uses all variables in test
ago%!(EXTRA string=6 years)
Krzysztof Kurek
11b88192e8
Actually fix the tests
ago%!(EXTRA string=6 years)
Stefan Maass
e7d51a3838
bugfix intersection ray/plane, added related tests
ago%!(EXTRA string=6 years)
Sebastian Buchwald
7b06a984af
Let test return the number of errors
ago%!(EXTRA string=6 years)
Christophe Riccio
61b2a73e21
Fixed missing std:: namespace #898
ago%!(EXTRA string=6 years)
Christophe
163f0d162d
Tentative fix build
ago%!(EXTRA string=6 years)
Christophe
29987a3100
Fixed prevPowerOfTwo build
ago%!(EXTRA string=6 years)
Christophe
a87784c125
Fixed C++98 build
ago%!(EXTRA string=6 years)
Liam Adams
a78024d2bf
Add testing of lMaxNorm.
ago%!(EXTRA string=6 years)
Liam Adams
8f7d378116
Add testing of lxNorm.
ago%!(EXTRA string=6 years)
Christophe
947527d3ac
Fixed string_cast, broken after fixing #916
ago%!(EXTRA string=6 years)
Christophe
69622b2954
Fixed perf test results
ago%!(EXTRA string=6 years)
Christophe
4074dfcf07
Added findNSB functions and tests
ago%!(EXTRA string=6 years)
Christophe
3a65b7a628
Completed EXT_*_integer extensions
ago%!(EXTRA string=6 years)
Christophe
3288df2f89
Added EXT_vector_integer test
ago%!(EXTRA string=6 years)
Christophe Riccio
9c831a1a76
Added performance tests
ago%!(EXTRA string=6 years)
Christophe Riccio
a91fb705db
Added EXT_vector_integer extension
ago%!(EXTRA string=6 years)
Christophe Riccio
07c6d56b5f
Added initial work for integer vector and scalar functions
ago%!(EXTRA string=6 years)
Christophe Riccio
13d2cea73f
Added
ago%!(EXTRA string=6 years)
Christophe Riccio
229b762c31
Added Visual C++ 2019 detection
ago%!(EXTRA string=6 years)
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>
ago%!(EXTRA string=6 years)
Christophe Riccio
6492c8593f
- Added mix implementation for matrices in EXT_matrix_common #842
ago%!(EXTRA string=6 years)
Christophe Riccio
daf14f0f74
Added bitfieldRotate tests #862
ago%!(EXTRA string=6 years)
Christophe Riccio
ef9d65e0c6
Added GLM_FORCE_INTRINSICS define
ago%!(EXTRA string=6 years)
Florian Penzkofer
d0ae3f966e
Fix bitfieldInsert according to GLSL spec
...
"bitfieldInsert inserts the bits least significant bits of insert into base at offset offset..."
ago%!(EXTRA string=7 years)
Christophe Riccio
abff0a39ac
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
3d26f49775
Added GLM_FORCE_ALIGNED_GENTYPES to enable aligned types and SIMD instruction are not enabled. This disable constexpr #816
ago%!(EXTRA string=7 years)
Christophe Riccio
81d626daf6
Added test for #764
ago%!(EXTRA string=7 years)
Christophe Riccio
76683aa287
Added vector ulp functions
ago%!(EXTRA string=7 years)
Christophe Riccio
32573c86ec
Fixed double tests
ago%!(EXTRA string=7 years)
Christophe Riccio
e259e2789d
Fixed double tests
ago%!(EXTRA string=7 years)