John McFarlane
506a487d24
parameterize number of dimensions of vector in tvec<D, T, P>
...
- specializes for 1, 2, 3 and 4-dimensional vector types
which are then aliased as tvec1, tvec2, tvec3 and tvec4
- requires C++11 aliases; breaks compatability with C++03
- tested on:
- clang-3.5.2, clang-3.8.0
- gcc 4.8.5, gcc 5.4.1, gcc 6.2.0
TODO:
- still uses template template parameters - most can probably be removed
- some definitions might now be de-duplicated
ago%!(EXTRA string=8 years)
Christophe Riccio
29f600dfbb
Fixed warnings
ago%!(EXTRA string=9 years)
Christophe Riccio
9755dea062
Quicker unit tests
ago%!(EXTRA string=9 years)
Christophe Riccio
1253c6a218
Removed debut code
ago%!(EXTRA string=9 years)
Christophe Riccio
d4019aab40
Moved color_encoding to experimental
ago%!(EXTRA string=9 years)
Christophe Riccio
37e7b6d649
Graft fix for issue 212
ago%!(EXTRA string=9 years)
Christophe Riccio
7b78138409
Removed debug code
ago%!(EXTRA string=9 years)
Christophe Riccio
c8e7962fa2
Fixed GTC_packing test on GCC and GLM_ARCH_PURE #577
ago%!(EXTRA string=9 years)
Christophe Riccio
32cfecba97
Optimized GTC_packing implementation
ago%!(EXTRA string=9 years)
Christophe Riccio
3cc726c7a4
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
f26f21fd9d
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
1349bd5555
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
eb336d64f1
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
b3cbed5a1e
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
b08d8b95bd
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
c4666ea14c
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
dffcb04e60
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
1c17d9a27f
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
8bd73b2a3a
Trying to figure out what cause the GCC 32bit fail
ago%!(EXTRA string=9 years)
Christophe Riccio
8b160c0201
It looks like GLM has a but that travis CI shows in this configuration #577
ago%!(EXTRA string=9 years)
Christophe Riccio
a3427f7027
Fixed build system error
ago%!(EXTRA string=9 years)
Christophe Riccio
7e4007d427
Updated GLI version used in GLM tests
ago%!(EXTRA string=9 years)
Christophe Riccio
6482dd29d2
Added GLM_ENABLE_EXPERIMENTAL
ago%!(EXTRA string=9 years)
Christophe Riccio
c4f52dc98f
Added test for quat type component length() static #565
ago%!(EXTRA string=9 years)
Christophe Riccio
a2684a8fe5
- Added lowp variant of GTC_colorspace convertLinearToSRGB #419
ago%!(EXTRA string=9 years)
Christophe Riccio
e4c559b29b
Added RGBM encoding in GTC_packing #420
ago%!(EXTRA string=9 years)
Christophe Riccio
1c85265f97
Added Visual C++ 15 detection, Added Clang 4.0 detection, Refactored GLM_COMPILER_VC values
ago%!(EXTRA string=9 years)
Christophe Riccio
7d73a5d320
Fixed test
ago%!(EXTRA string=9 years)
Christophe Riccio
8a54ba3462
Added GTC_color_encoding
ago%!(EXTRA string=9 years)
Christophe Riccio
a609a0fea6
- Added more information to build messages
ago%!(EXTRA string=9 years)
Christophe Riccio
f71171d49b
Fixed 32-bits build #528 #529 , fixed VC 32 bits crash
ago%!(EXTRA string=9 years)
Christophe Riccio
0dbdf3fad4
Fixed 32-bits build #528 #529 , fixed VC 32 bits crash
ago%!(EXTRA string=9 years)
Christophe Riccio
8c8c8367e3
Improved aligned types support
ago%!(EXTRA string=9 years)
Christophe Riccio
b3d57f2cc9
Improved aligned types support
ago%!(EXTRA string=9 years)
Christophe Riccio
eb20cdc6ae
Added precision qualifier tests
ago%!(EXTRA string=9 years)
Christophe Riccio
b8b43e6a4d
Added GTC_functions extension
ago%!(EXTRA string=9 years)
Christophe Riccio
0e1e181484
Clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
4155e5b820
Workaround GCC build with GLM_FORCE_PURE defined
ago%!(EXTRA string=9 years)
Christophe Riccio
731a263325
Fixed bitcount build errors
ago%!(EXTRA string=9 years)
Christophe Riccio
5fdca07eee
Clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
fd4ada5843
Support aligned *vec* even when SIMD isn't enabled
ago%!(EXTRA string=9 years)
Christophe Riccio
41984e42ab
Added GTC_type_aligned with aligned *vec* types
ago%!(EXTRA string=9 years)
Christophe Riccio
7fe2f5fe65
Renamed instruction set flags
ago%!(EXTRA string=9 years)
Christophe Riccio
d33e3df02a
Fixed SIMD code path selection
ago%!(EXTRA string=9 years)
Christophe Riccio
ab159770b3
mad optimizations, fixed build
ago%!(EXTRA string=9 years)
Christophe Riccio
1becd76c5f
Fixed build
ago%!(EXTRA string=9 years)
Christophe Riccio
5f05a5e953
Clean up inverse SSE code
ago%!(EXTRA string=9 years)
Christophe Riccio
b3cae39ea6
Merge 0.9.7
ago%!(EXTRA string=9 years)
Christophe Riccio
872aa9d8ec
Improved ***PowerOfTwo
ago%!(EXTRA string=9 years)
Christophe Riccio
68ec048b70
Fixed roundPowerOfTwo and floorPowerOfTwo #503
ago%!(EXTRA string=9 years)