Christophe
3a65b7a628
Completed EXT_*_integer extensions
ago%!(EXTRA string=6 years)
Christophe
3288df2f89
Added EXT_vector_integer test
ago%!(EXTRA string=6 years)
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.
ago%!(EXTRA string=6 years)
Peter Steneteg
598a3dc7b7
Fix for g++6 where -std=c++1z sets __cplusplus to 201500 instead of 201402
ago%!(EXTRA string=6 years)
Peter Steneteg
9a1f85ae79
Hash hashes qua instead of tquat closes #919
ago%!(EXTRA string=6 years)
rhoarau
2a8822865c
Fix typos and code style (space to tab).
ago%!(EXTRA string=6 years)
rhoarau
1079444f7e
Remove a preprocessor debug message and correct the readme
ago%!(EXTRA string=7 years)
rhoarau
8fb71ffd07
Initial SYCL support:
...
The core and some ext functions should work.
ago%!(EXTRA string=7 years)
Zuzu-Typ
537bc3a1d1
Fixed typo
...
Wrong title of GLM_GTC_round
ago%!(EXTRA string=7 years)
Zuzu-Typ
b15bbffe5a
Update packing.hpp
ago%!(EXTRA string=7 years)
Zuzu-Typ
bc70a03adc
Use static_cast instead of C-style
ago%!(EXTRA string=7 years)
Zuzu-Typ
a201957cf9
Silence C4244 warning
...
Silenced a C4244 warning in gaussRand.
ago%!(EXTRA string=7 years)
Zuzu-Typ
2800604781
Fixed typo
ago%!(EXTRA string=7 years)
Zuzu-Typ
24c0d923b0
Fixed typo
ago%!(EXTRA string=7 years)
Christophe Riccio
9c831a1a76
Added performance tests
ago%!(EXTRA string=7 years)
Christophe Riccio
a91fb705db
Added EXT_vector_integer extension
ago%!(EXTRA string=7 years)
Christophe Riccio
07c6d56b5f
Added initial work for integer vector and scalar functions
ago%!(EXTRA string=7 years)
Zuzu-Typ
a66068f7ef
Fixed ldexp and frexp declaration
ago%!(EXTRA string=7 years)
andoalon
0053354086
Fix typo in 'pi()'
ago%!(EXTRA string=7 years)
Oliver Whyte
fe6fb29107
Add const to quaternion conversion operators
ago%!(EXTRA string=7 years)
Christophe Riccio
13d2cea73f
Added
ago%!(EXTRA string=7 years)
Christophe Riccio
229b762c31
Added Visual C++ 2019 detection
ago%!(EXTRA string=7 years)
Christophe Riccio
d162eee1e6
Fixed GLM version
ago%!(EXTRA string=7 years)
Christophe Riccio
f846aa8334
Build errors when defining GLM_ENABLE_EXPERIMENTAL #884 #883
ago%!(EXTRA string=7 years)
Tim R
f0685972f1
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
2877c42a36
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
fe6c08ea10
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
a03e1fc8f4
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
cf74190dfd
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
80679fd523
Update matrix_clip_space.inl
ago%!(EXTRA string=7 years)
Tim R
0bb41224f3
Update matrix_transform.inl
ago%!(EXTRA string=7 years)
Tim R
94f685c111
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
b0f6910f0c
Update setup.hpp
ago%!(EXTRA string=7 years)
Tim R
e4ab1096ce
Update matrix_clip_space.inl
ago%!(EXTRA string=7 years)
Tim R
59f2c2d50e
Update matrix_transform.inl
ago%!(EXTRA string=7 years)
Tim R
658bbdb525
Update setup.hpp
...
Enable 'if constexpr' when c++17
ago%!(EXTRA string=7 years)
Tim R
503a22960a
constexpr warning
...
Removes warning: conditional expression is constant, consider using 'if constexpr' statement instead
ago%!(EXTRA string=7 years)
Tim R
8755be56d6
Update matrix_transform.inl
ago%!(EXTRA string=7 years)
Zuzu-Typ
b76297c8ff
Forward declaration of frexp and ldexp
ago%!(EXTRA string=7 years)
ddovod
81db9eb8c9
Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning
ago%!(EXTRA string=7 years)
Christophe
ca8372490e
Revert "CMakeLists.txt: remove libraries"
ago%!(EXTRA string=7 years)
Fabrice Fontaine
3b798fe06b
CMakeLists.txt: remove libraries
...
glm is a heaser-only library, libraries are not needed
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
ago%!(EXTRA string=7 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=7 years)
Christophe Riccio
477e803f38
- No more requirement for GLM_ENABLE_EXPERIMENTAL to use GTX extension, only a warning with GLM_MESSAGES defined #732
ago%!(EXTRA string=7 years)
Christophe Riccio
3c28cc459a
Improved documentation #836
ago%!(EXTRA string=7 years)
Christophe Riccio
c142d46ca3
Fixed glm::decompose #869
ago%!(EXTRA string=7 years)
Christophe Riccio
6492c8593f
- Added mix implementation for matrices in EXT_matrix_common #842
ago%!(EXTRA string=7 years)
Christophe Riccio
96e7eb52ac
Fixed build
ago%!(EXTRA string=7 years)
Christophe Riccio
f30db00b74
Fixed int8 being defined as unsigned char with some compiler #839
ago%!(EXTRA string=7 years)
Christophe Riccio
6b62e66a7d
Fixed mix implementation to improve GLSL conformance #866
ago%!(EXTRA string=7 years)