Christophe
c11944cf02
Merge pull request #950 from amaury-ml/neon-func
...
More simd/Neon functions #950
2019-11-02 11:17:26 +01:00
Krzysztof Kurek
e791090589
Re-add the glm interface library in cmake
...
Also re-work the main cmakelists to make the project more easily embeddable
2019-10-15 14:49:30 +02:00
Amaury Le Leyzour
8a173352e4
More simd/Neon functions
2019-09-18 09:47:57 -07:00
Amaury Le Leyzour
88a7aee27b
More simd/Neon functions
2019-09-17 16:16:38 -07:00
Stefan Maass
e7d51a3838
bugfix intersection ray/plane, added related tests
2019-09-14 23:38:44 +02:00
Amaury Le Leyzour
9b0a0535ce
Fixing GLM_MODEL for Windows compilers targeting ARM
2019-09-10 11:28:50 -07:00
Amaury Le Leyzour
e508cc604f
More simd/Neon functions
2019-09-10 10:55:59 -07:00
Amaury Le Leyzour
c35bc3d576
Fix Arm 64bit detection
...
__aarch64__ is the correct way, __arm64__ is for iOS.
But the memory model does not need any of these architecture defines to be fully
relevant. __LP64__ means Long Pointer 64 (ie 64bits), and __ILP32__ is Integer Long Pointer 32 (ie 32bits).
That's enough and avoids errors like __arch64__ (correct way is __aarch64__) but forgets __arm64__ (iOS).
2019-09-10 10:44:45 -07:00
Christophe
5868657413
Merge pull request #946 from qsantos/patch-1
...
Fix loss of precision on small angles in qua's pow #946
2019-09-09 12:31:24 +02:00
Quentin Santos
3a41107d10
Fix precision loss on small angles in qua's angle
2019-09-08 18:31:50 +02:00
Quentin Santos
c597094980
Fix precision loss on small angles in qua's pow
2019-09-08 18:31:50 +02:00
Christophe Riccio
4db8f89aac
Fixed quaternion array access #942
2019-09-08 15:58:42 +02:00
Christophe Riccio
73df95205f
Fixed doxygen doc
2019-09-07 17:39:53 +02:00
Christophe Riccio
f4b3fc7733
Added missing genType check for bitCount and bitfieldReverse #893
2019-09-07 14:53:58 +02:00
Christophe Riccio
bfa028ed13
Fixed build
2019-09-07 14:34:49 +02:00
Christophe Riccio
943529eef6
Fixed CUDA 9 build #910
2019-09-07 14:32:06 +02:00
Christophe Riccio
2bd4217685
Fixed build
2019-09-07 14:09:36 +02:00
Christophe Riccio
a5fd70aed8
Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR definition #907
2019-09-07 13:52:41 +02:00
Christophe Riccio
61b2a73e21
Fixed missing std:: namespace #898
2019-09-07 13:41:08 +02:00
Christophe Riccio
9d18fc8221
Fixed warning
2019-09-07 12:21:47 +02:00
Christophe Riccio
87bed133e7
Fixed warning
2019-09-07 12:15:00 +02:00
Christophe Riccio
9ca99751f0
Merge branch 'master' of https://github.com/g-truc/glm
2019-09-07 11:16:41 +02:00
Christophe Riccio
247beeb5bf
Bring back quaternion to xyzw storage to remain backward compatible #942
2019-09-07 11:16:05 +02:00
Christophe
bd32be3ebd
Merge pull request #928 from l90lpa/lMaxNorm-proposal
...
L max norm proposal #928
2019-09-07 11:10:10 +02:00
Christophe Riccio
d2c60e08c0
Merge branch 'neon' of https://github.com/amaury-ml/glm
2019-09-07 11:06:19 +02:00
Christophe Riccio
79787bbff6
Fixed GLM_HAS_CXX11_STL broken on Clang with Linux #926
2019-09-07 10:51:19 +02:00
Christophe Riccio
0d0638e7e7
Bring back quaternion to xyzw storage to remain backward compatible #942
2019-09-07 10:40:06 +02:00
Amaury Le Leyzour
d2aa30fe92
Remove debug warnings
2019-09-03 10:14:30 -07:00
Amaury Le Leyzour
cd3cc166b4
Add Neon to glm
...
A few simple functions that use Neon as compiler does not
use the full potential of Neon
For now, -DGLM_FORCE_NEON is required until it's the default
2019-08-28 11:30:40 -07:00
Liam
2c3bdccb01
Merge branch 'master' into lMaxNorm-proposal
2019-08-25 09:03:13 +01:00
Pierre Moreau
5bbbb460d3
Add missing '@' in the documentation
...
"param" was not being recognised as a keyword, messing up the layout of
`glm::rotation()`'s parameter description.
2019-08-08 12:20:23 +02:00
Christophe
67d647ae46
Fixed version
2019-08-08 11:25:08 +02:00
Christophe
163f0d162d
Tentative fix build
2019-08-08 11:09:59 +02:00
Christophe
29987a3100
Fixed prevPowerOfTwo build
2019-08-08 10:51:19 +02:00
Christophe
8bf26a2bb3
Fixed C++ 98 build
2019-08-07 15:00:50 +02:00
Christophe
22af215da4
Merge branch 'master' of https://github.com/g-truc/glm
2019-08-07 14:13:16 +02:00
Christophe
083dfdcb91
Fixed build
2019-08-07 14:11:22 +02:00
Christophe
23b184f64d
Merge pull request #927 from l90lpa/fix-lxNorm
...
Fix lx norm #927
2019-08-07 13:49:34 +02:00
Christophe
e620adac1b
Fixed build
2019-08-07 13:46:52 +02:00
Christophe
7cb9607ffb
Fixed quaternion initialization
2019-08-07 13:39:36 +02:00
Liam Adams
2400954df2
Add lMaxNorm for computing the max norm.
2019-07-20 08:01:59 +01:00
Liam Adams
7d20bc8104
Take the absolute vaue of the components to avoid possible negative norm values.
2019-07-19 17:53:19 +01:00
Christophe
947527d3ac
Fixed string_cast, broken after fixing #916
2019-07-12 23:11:27 +02:00
Christophe
cb9cd7ccb8
Fixed GTC_round build
2019-07-12 22:20:57 +02:00
Christophe
2423d607fe
Fixed GCC warning about member initialization order
2019-07-12 22:11:42 +02:00
Christophe
4074dfcf07
Added findNSB functions and tests
2019-07-12 21:50:30 +02:00
Christophe
72f776b280
Fixed build
2019-07-12 19:40:59 +02:00
Christophe
9fbd011cab
Fixed merge
2019-07-12 19:24:04 +02:00
Christophe
f5381ef536
Fixed quaternion componant order: w, {x, y, z} #916
2019-07-12 19:19:10 +02:00
Christophe
3a65b7a628
Completed EXT_*_integer extensions
2019-07-12 18:46:08 +02:00
Christophe
3288df2f89
Added EXT_vector_integer test
2019-07-12 15:44:17 +02:00
Christophe
27b622e968
Merged master
2019-07-11 16:13:23 +02:00
Christophe
4fc28977d6
Merge pull request #920 from inviwo/feature/hash-qua
...
Hash hashes qua instead of tquat closes #919 #920
2019-07-09 13:46:47 +02:00
Christophe
513af73cc4
Merge pull request #921 from inviwo/feature/gcc6-standard-version
...
Fix for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402 #921
2019-07-09 13:45:53 +02:00
Jonas Karlsson
81dfda4cf3
Fix gcc if constexpr error
...
Check against __cplusplus version instead of compiler version. This fixes compilation errors when using an older cpp standard version with a newer gcc compiler. This flag requires GCC 4.7 or greater.
2019-07-03 09:47:14 +02:00
Peter Steneteg
598a3dc7b7
Fix for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402
2019-06-26 12:49:39 +02:00
Peter Steneteg
9a1f85ae79
Hash hashes qua instead of tquat closes #919
2019-06-26 12:48:40 +02:00
Christophe
1a2d6cba99
Merge pull request #902 from Zuzu-Typ/master
...
Fixed typo #902
2019-06-21 16:18:02 +02:00
Christophe
ab45359c36
Merge pull request #903 from Zuzu-Typ/ext_vector_double1
...
Fixed typos #903
2019-06-21 16:17:44 +02:00
Christophe
5726c5ce71
Merge pull request #904 from Zuzu-Typ/gauss_rand
...
Silence C4244 warning #904
2019-06-21 16:17:15 +02:00
Christophe
7d6145ea3d
Merge pull request #908 from Zuzu-Typ/2019-06-03-09-25
...
Fixed copy and paste errors #908
2019-06-21 16:16:32 +02:00
rhoarau
2a8822865c
Fix typos and code style (space to tab).
2019-06-16 13:33:02 +02:00
rhoarau
1079444f7e
Remove a preprocessor debug message and correct the readme
2019-06-09 17:25:43 +02:00
rhoarau
8fb71ffd07
Initial SYCL support:
...
The core and some ext functions should work.
2019-06-09 16:05:09 +02:00
Zuzu-Typ
537bc3a1d1
Fixed typo
...
Wrong title of GLM_GTC_round
2019-06-03 14:35:04 +02:00
Zuzu-Typ
b15bbffe5a
Update packing.hpp
2019-06-03 09:29:32 +02:00
Zuzu-Typ
bc70a03adc
Use static_cast instead of C-style
2019-05-29 12:20:11 +02:00
Zuzu-Typ
a201957cf9
Silence C4244 warning
...
Silenced a C4244 warning in gaussRand.
2019-05-28 16:10:58 +02:00
Zuzu-Typ
2800604781
Fixed typo
2019-05-28 16:02:22 +02:00
Zuzu-Typ
24c0d923b0
Fixed typo
2019-05-23 20:36:26 +02:00
Christophe Riccio
9c831a1a76
Added performance tests
2019-05-03 18:24:49 +02:00
Christophe Riccio
a91fb705db
Added EXT_vector_integer extension
2019-04-26 19:01:12 +02:00
Christophe Riccio
07c6d56b5f
Added initial work for integer vector and scalar functions
2019-04-26 18:32:06 +02:00
Christophe
f420e483b6
Merge pull request #895 from Zuzu-Typ/master
...
Fixed ldexp and frexp declaration #895
2019-04-22 12:38:07 +02:00
Christophe
d5760d9cd0
Merge pull request #890 from oliver-om/qua_conversion_const
...
Add const to quaternion conversion operators #890
2019-04-22 12:34:55 +02:00
Zuzu-Typ
a66068f7ef
Fixed ldexp and frexp declaration
2019-04-10 21:27:05 +02:00
andoalon
0053354086
Fix typo in 'pi()'
2019-04-08 12:41:27 +02:00
Oliver Whyte
fe6fb29107
Add const to quaternion conversion operators
2019-04-05 11:27:00 -07: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
Christophe Riccio
d162eee1e6
Fixed GLM version
2019-04-02 11:28:25 +02:00
Christophe
1498e094b9
Merge pull request #887 from timmmeh/master
...
'if constexpr' warning (c++17) #887
2019-04-01 17:00:59 +02:00
Christophe
3de80d2b31
Merge pull request #886 from Zuzu-Typ/master
...
Forward declaration of frexp and ldexp #886
2019-04-01 16:59:07 +02:00
Christophe
d92e83c91f
Merge pull request #882 from ddovod/fixing_macro_redefined
...
Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning #882
2019-04-01 16:56:08 +02:00
Christophe Riccio
f846aa8334
Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
2019-04-01 16:04:04 +02:00
Tim R
f0685972f1
Update setup.hpp
2019-04-01 00:26:04 -07:00
Tim R
2877c42a36
Update setup.hpp
2019-03-31 18:00:30 -07:00
Tim R
fe6c08ea10
Update setup.hpp
2019-03-31 17:47:11 -07:00
Tim R
a03e1fc8f4
Update setup.hpp
2019-03-31 16:53:40 -07:00
Tim R
cf74190dfd
Update setup.hpp
2019-03-31 15:06:44 -07:00
Tim R
80679fd523
Update matrix_clip_space.inl
2019-03-31 15:02:54 -07:00
Tim R
0bb41224f3
Update matrix_transform.inl
2019-03-31 15:01:13 -07:00
Tim R
94f685c111
Update setup.hpp
2019-03-31 15:00:24 -07:00
Tim R
b0f6910f0c
Update setup.hpp
2019-03-31 14:14:10 -07:00
Tim R
e4ab1096ce
Update matrix_clip_space.inl
2019-03-31 13:11:56 -07:00
Tim R
59f2c2d50e
Update matrix_transform.inl
2019-03-31 13:11:08 -07:00
Tim R
658bbdb525
Update setup.hpp
...
Enable 'if constexpr' when c++17
2019-03-31 13:08:57 -07:00
Tim R
503a22960a
constexpr warning
...
Removes warning: conditional expression is constant, consider using 'if constexpr' statement instead
2019-03-31 12:21:20 -07:00
Tim R
8755be56d6
Update matrix_transform.inl
2019-03-31 12:15:15 -07:00
Zuzu-Typ
b76297c8ff
Forward declaration of frexp and ldexp
2019-03-31 18:29:56 +02:00