3031 Commits (0df8dcb454f319f3f8d044e78f0f9e2adc90f778)

Author SHA1 Message Date
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)
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)
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)
Bram Pieters 90e85225f5 Change orientedAngle function ago%!(EXTRA string=4 years)
Mariusz Okulanis eb23f89db2 fix `glm::bounceEaseInOut()` easing formula ago%!(EXTRA string=4 years)
Stéphane GINIER f32eea1345 Fix matrix decompose (wxyz quaternion) 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)
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 a0ccbcc63d Added further details on the comparison issue with covariance matrices on some VMs. 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)
SGrottel dd40903b74 Implemented 'principle component analysis' utility in gtx, including tests ago%!(EXTRA string=4 years)
Gaoyang Zhang 59ddeb7d1c Replace GLM_FORCE_QUAT_DATA_WXYZ with GLM_FORCE_QUAT_DATA_XYZW ago%!(EXTRA string=4 years)
Gaoyang Zhang d573bf099a Revert "Fix constructor of struct qua to honor macro "GLM_FORCE_QUAT_DATA_WXYZ"" ago%!(EXTRA string=4 years)
Gaoyang Zhang f6f3596a6b Revert "Fix construction of identity quaternion" ago%!(EXTRA string=4 years)
Gaoyang Zhang 37842c7400 Fix construction of identity quaternion ago%!(EXTRA string=4 years)
Gaoyang Zhang f931c4996a Fix constructor of struct qua to honor macro "GLM_FORCE_QUAT_DATA_WXYZ" ago%!(EXTRA string=4 years)
René Widera 59fbd31552 fix clang CUDA compile ago%!(EXTRA string=4 years)
Sergey Krivohatskiy df7b5bda7c axisAngle epsilon changed to work as expected on small angles ago%!(EXTRA string=4 years)
Sergey Krivohatskiy c9c656ce31 axisAngle refactoring ago%!(EXTRA string=4 years)
Timo Suoranta 1771b1127f Fix CMake FetchContent usage ago%!(EXTRA string=4 years)
Christophe bbedf96c16
Revert "Fix quaternion orientation in `glm::decompose`" ago%!(EXTRA string=4 years)
Keiwan Donyagard a6fcdd0cbc Fixed the SIMD implementation of compute_vec4_equal for floats ago%!(EXTRA string=5 years)
Sergey Krivohatskiy acab24129d
Fixed axisAngle implementation ago%!(EXTRA string=5 years)
Nick Dumas 2fc22e3f3e Fix squered typo ago%!(EXTRA string=5 years)
nowakowsk 6437133cd2 fix: add missing transposition to adjugate for mat2 and mat4 ago%!(EXTRA string=5 years)
Krzysztof Kurek 3a4b55020e
Make sure installed glm::glm has the includes ago%!(EXTRA string=5 years)
Krzysztof Kurek e936ed35ea
Resolve issues with CMake versions 3.13 and earlier ago%!(EXTRA string=5 years)
Krzysztof Kurek 631faffab3
Export targets from top-level CMake file ago%!(EXTRA string=5 years)
Krzysztof Kurek 6059c5767b
Export the GLM target ago%!(EXTRA string=5 years)
Gottfried Leibniz 00c4720305 fix: isIdentity for non-symmetric matrices ago%!(EXTRA string=5 years)
Christophe 24a4befe80 Fix build ago%!(EXTRA string=5 years)
Christophe 561fbbd94c Added *GLM_EXT_matrix_integer* with tests ago%!(EXTRA string=5 years)
Christophe 23dcea8995 Fix warnings ago%!(EXTRA string=5 years)
Christophe 2a8664fe50 Added and to *GLM_EXT_scalar_common* and *GLM_EXT_vector_common* ago%!(EXTRA string=5 years)
Christophe 2593c9c8b3 Added GLM_EXT_scalar_reciprocal and GLM_EXT_vector_reciprocal with tests ago%!(EXTRA string=5 years)
lpisha 051781e265
Remove ban on using string_cast with CUDA host code ago%!(EXTRA string=5 years)
RohacekD ae6fa0872f Adding constexpr qualifier for cross product ago%!(EXTRA string=5 years)
RohacekD 6ce6cd9e26 Adding constexpr qualifier for dot product ago%!(EXTRA string=5 years)
EZForever f109b9185f Make CI happy ago%!(EXTRA string=5 years)
EZForever a66b782134 fix: glm::angle() discards the sign of result for angles in range (2*pi-1, 2*pi) ago%!(EXTRA string=5 years)
Zuzu-Typ b7f209b18d
Fixed unpackUnorm ago%!(EXTRA string=5 years)
koladonia 5b23dcab71 Fixed calculation of m02 minor for mat4x4 adjugate ago%!(EXTRA string=5 years)