Groove
|
72bf05e06e
|
Clean up detection
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
c4ed4ed0c7
|
Added EXT_scalar_common, EXT_vector_common and EXT_quaternion_exponential extensions
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
6d34ae4c5e
|
Refactor EXT headers
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
26be7bda82
|
Fixed build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
8c9d16d868
|
Added quaternion EXT extensions
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
310b8405c9
|
Refactor split headers as extension files
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
7086d902e2
|
Fixed relational code, reduced header dependencies
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
78879c675c
|
Refactor headers
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
1092810f2f
|
Fixed build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
e1d21258e7
|
Split headers to improve compilation time #670
|
ago%!(EXTRA string=7 years) |
Groove
|
0eadca8ca4
|
Updated manual summary to prepare manual update
|
ago%!(EXTRA string=7 years) |
Groove
|
fbf3f2016f
|
Refactor configuration macros
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0fb8b56f63
|
Removed useless GLM_FORCE_ALIGNED_GENTYPES
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
d97e4c2483
|
Fixed Clang build
|
ago%!(EXTRA string=7 years) |
Groove
|
ddb35c65a0
|
Disabled test experiment
|
ago%!(EXTRA string=7 years) |
Groove
|
4712d510cf
|
More load experiments
|
ago%!(EXTRA string=7 years) |
Groove
|
c56cc083a4
|
Added GTX_load experiments
|
ago%!(EXTRA string=7 years) |
Groove
|
8e8d046587
|
Fixed error: comparing floating point with == or != is unsafe
|
ago%!(EXTRA string=7 years) |
Groove
|
2e3fc5da83
|
Fixed error: comparing floating point with == or != is unsafe
|
ago%!(EXTRA string=7 years) |
Groove
|
b0f06b31a4
|
Fixed error: comparing floating point with == or != is unsafe
|
ago%!(EXTRA string=7 years) |
Groove
|
d6b0b9b1ef
|
Fixed error: comparing floating point with == or != is unsafe
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
75a711dffb
|
Fixed tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
988858145c
|
Added intersectLineTriangle tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
7c9c8cbd6f
|
Fixed clang build
|
ago%!(EXTRA string=7 years) |
Groove
|
1ad1edf315
|
Fixed clang warning
|
ago%!(EXTRA string=7 years) |
Groove
|
c7b6cf56e3
|
Fixed swizzle functions and tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
0f2e1fa493
|
Fixed build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
11c26f9edb
|
Fixed build problems due to printf and std::clock_t #778
|
ago%!(EXTRA string=7 years) |
Vladimír Vondruš
|
89420dd1f5
|
Make the to_string(dualquat) test work under C++03.
I forgot this is still a thing, sorry.
|
ago%!(EXTRA string=7 years) |
Vladimír Vondruš
|
aa1728cde2
|
Make to_string(dualquat) actually work.
It segfaulted somewhere deep in strlen() due to a mismatch in printf()
argument count.
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
4a28af5258
|
Fixed clang build
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
4d4dbcade6
|
Moved bounded function to GTX_common from EXT_vector_relational as there are quite new
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
1cd7a47279
|
Fixed GTX_easing build on VS2013
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
69f94334e0
|
Added GTX_easing for interpolation functions #761
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
798ab30b9d
|
Fixed Syntax error when compiling with GLM_FORCE_CTOR_INIT and GLM_ENABLE_EXPERIMENTAL #753
|
ago%!(EXTRA string=7 years) |
Vitali Parkhomenko
|
a74cd55d8d
|
#744 Added tests
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
c585cb9d6c
|
Added quat left and right handed tests #703
|
ago%!(EXTRA string=7 years) |
Giuseppe Barbieri
|
5d0fa00c39
|
Update gtx_matrix_interpolation.cpp
|
ago%!(EXTRA string=7 years) |
Christophe Riccio
|
30ee2cd1bb
|
- Added GTX_texture: levels function
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
a2497e6174
|
Fixed glm::to_string on quaternions wrong components order #681
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
62433e1f40
|
Update gtx_quaternion.cpp
|
ago%!(EXTRA string=8 years) |
CaptainCarrot
|
e28dd1db59
|
Update gtx_quaternion.cpp
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e8e8d3607c
|
Fixed test build
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
5cf8765656
|
Added GTX_texture
|
ago%!(EXTRA string=8 years) |
Aaron
|
8150e4848b
|
Added more testing for fmin/fmax nan cases
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
68a829e7ed
|
Added fmin, fmax and fclamp to GTX_extended_min_max #372
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
3358f33870
|
Fixed Visual C++ warnings
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
7466c4a9e7
|
Fixed Visual C++ warnings
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
e9f210c85f
|
Enable /WX, warning as error on Visual Studio
|
ago%!(EXTRA string=8 years) |
Christophe Riccio
|
d93a3be4ac
|
- Improved API documentation #668
|
ago%!(EXTRA string=8 years) |