4709 Commits (master)
 

Author SHA1 Message Date
Leandro Nini 970860d06f
Add missing define ago%!(EXTRA string=3 years)
Baldvin Kovacs 63a229359e Fix implicit conversion compiler error in glm/gtc/random.inl ago%!(EXTRA string=3 years)
arikanli 0f318f63af feat: add shearing matrix operation on matrix_transfom ago%!(EXTRA string=3 years)
Gottfried Leibniz 3062122e5e fix: associated min/max ago%!(EXTRA string=3 years)
Gottfried Leibniz bfeb882fdb few ARM fixes ago%!(EXTRA string=3 years)
Gottfried Leibniz 14e3b04274 fix hsvColor types ago%!(EXTRA string=3 years)
Gottfried Leibniz b857caa655 fix mat2 constructors ago%!(EXTRA string=3 years)
Giuseppe Barbieri 9621e7597e
Update type_vec4.hpp ago%!(EXTRA string=3 years)
nishidate-yuki c5f9b31688 Fix tengant typo ago%!(EXTRA string=3 years)
Gottfried Leibniz 656a699f9a fix: glm_never_inline ago%!(EXTRA string=4 years)
Zuzu-Typ fcda03b545 Removed precision qualifiers from atan2 in euler_angles.inl ago%!(EXTRA string=4 years)
Zuzu-Typ 1ed9bd96a9
Removed invalid precision qualifiers ago%!(EXTRA string=4 years)
xaedes b5456a56a3 Sort inconsistently ordered mat declarations in fwd.hpp ago%!(EXTRA string=4 years)
Sven Nähler a47a719b17 Fixed: use of undeclared identifier 'vdivq_f32' while compile for ARMv7 ago%!(EXTRA string=4 years)
jakubtyrcha 318d7f2398 Fixed `error C3861: 'Lv': identifier not found` ago%!(EXTRA string=4 years)
Christophe 6ad79aae3e
Merge pull request #1082 from psychocoderHPC/topic-HIPsupport ago%!(EXTRA string=4 years)
Pavel Korolev 401cc833ef Various bugfixes for aligned/simd codepaths ago%!(EXTRA string=4 years)
René Widera a1d88cf991 add AMD HIP support ago%!(EXTRA string=4 years)
Christophe 06ed280db4
Merge pull request #1081 from xaedes/patch-1 ago%!(EXTRA string=4 years)
xaedes a8b3401574
Fixed header comment ago%!(EXTRA string=4 years)
junjie020 5f95999f32 fix frustumLH projection matrix get wrong result when left/right or top/bottom is not symmetries ago%!(EXTRA string=4 years)
Christophe 2759ceca04
Merge pull request #1079 from BramblePie/Change_orientedAngle_function ago%!(EXTRA string=4 years)
Christophe f0066a2acf
Merge pull request #1074 from szabolcsdombi/quaternion-constructor-parameters-fix ago%!(EXTRA string=4 years)
Bram Pieters 90e85225f5 Change orientedAngle function ago%!(EXTRA string=4 years)
Christophe 84f2045a79
Merge pull request #1076 from stephomi/decompose_wxyz ago%!(EXTRA string=4 years)
Christophe 8efb7408b5
Merge pull request #1077 from sgrottel/gtx-pca-test-rework ago%!(EXTRA string=4 years)
Mariusz Okulanis eb23f89db2 fix `glm::bounceEaseInOut()` easing formula ago%!(EXTRA string=4 years)
SGrottel 104c1214ee Avoid fp comparison of `glm::sign` return value by introducing a sign comparison helper function ago%!(EXTRA string=4 years)
SGrottel 5dbba35275 Changed test functions to explicitly define comparison epsilons. ago%!(EXTRA string=4 years)
Stéphane GINIER f32eea1345 Fix matrix decompose (wxyz quaternion) ago%!(EXTRA string=4 years)
Christophe 66062497b1
Merge pull request #1075 from Robadob/nvrtc_support ago%!(EXTRA string=4 years)
Robert Chisholm 00a195c687 BugFix: CUDA RTC support. ago%!(EXTRA string=4 years)
Szabolcs Dombi 820a2c0e62 make quaternion constructor respect GLM_FORCE_QUAT_DATA_XYZW ago%!(EXTRA string=4 years)
Christophe 70f67cb457
Merge pull request #1072 from g-truc/travis-update ago%!(EXTRA string=4 years)
Christophe dc9e555b4c
Merge pull request #1071 from sgrottel/gtx-pca ago%!(EXTRA string=4 years)
Christophe c6dfaed4a3
Merge pull request #1073 from Robadob/nvrtc_support ago%!(EXTRA string=4 years)
Robert Chisholm 948ac3b825 Add missing statement. ago%!(EXTRA string=4 years)
Robert Chisholm aa7380ae12 Fix lint. ago%!(EXTRA string=4 years)
Robert Chisholm f0f95bd3de Correctly detect NVRTC and lack of stl support. ago%!(EXTRA string=4 years)
SGrottel d71dba9603 Introduced a second, less precise comparison epsilon for the tests for now. ago%!(EXTRA string=4 years)
SGrottel 18d9b97aa4 Further increased comparison float epsilon, and further test batch `testEigenvectors` also failes. ago%!(EXTRA string=4 years)
SGrottel 593b7cc36b Increased float comparison epsilon to pass tests. ago%!(EXTRA string=4 years)
SGrottel a0ccbcc63d Added further details on the comparison issue with covariance matrices on some VMs. ago%!(EXTRA string=4 years)
SGrottel d0d7945141 Additional debug output to investigate why `test-gtx_pca` fails on some VMs on Travis. ago%!(EXTRA string=4 years)
SGrottel c792a0a221 Disabled tests requiring random engine when CXX11 STL is not available. ago%!(EXTRA string=4 years)
SGrottel 0f5b544d5d Corrected errors on Xcode C++98 pure related to language extensions accidentially used. ago%!(EXTRA string=4 years)
SGrottel b8adc27808 Removed lambdas and initializer list ctors to be compatible with older cpp standards. ago%!(EXTRA string=4 years)
Christophe ddb6678c23 Use default clang version of distribution ago%!(EXTRA string=4 years)
Christophe 4abd46483a Fix Travis C.I. build ago%!(EXTRA string=4 years)
SGrottel dd40903b74 Implemented 'principle component analysis' utility in gtx, including tests ago%!(EXTRA string=4 years)