Christophe Riccio
aeba3c6fe7
Quiet most GLM_FORCE_RADIANS messages
ago%!(EXTRA string=12 years)
Christophe Riccio
ccb25c84c7
Update copyright year
ago%!(EXTRA string=12 years)
Christophe Riccio
e5f8ebbfd7
Tests to reproduce bug #135 , could not reproduce it
ago%!(EXTRA string=12 years)
jan p springer
39179ba1ad
un/formatted() usage to un/formatted
ago%!(EXTRA string=12 years)
Christophe Riccio
d01630079c
Fixed Visual C++ vec4 simd specification code path
ago%!(EXTRA string=12 years)
Christophe Riccio
d9f5e07641
Concept prof for vec4 SIMD specialication
ago%!(EXTRA string=12 years)
Christophe Riccio
fd256dfaa8
Updated GLM manual with per feature headers. Fixed io.
ago%!(EXTRA string=12 years)
Christophe Riccio
9f8112f93a
Reduced dependencies of GTX extensions. Removed some deprecated code.
ago%!(EXTRA string=12 years)
jan p springer
0e3cebf23a
removed boost dependencies
ago%!(EXTRA string=12 years)
jan p springer
623cdaa552
reimplemented io support for basic types
ago%!(EXTRA string=12 years)
Christophe Riccio
fa56944171
Fixed GTX_io test
ago%!(EXTRA string=12 years)
jan p springer
0f66a02c2a
added: op<< for glm types
ago%!(EXTRA string=12 years)
jan p springer
137b296556
fixed: commented unknown structure member (gcc4.8.2,f19,x86_64)
ago%!(EXTRA string=12 years)
Christophe Riccio
ffbcd7f6bd
updated comments
ago%!(EXTRA string=12 years)
Christophe Riccio
fbb54649b7
Added test files and fixed build errors for experimental extensions.
ago%!(EXTRA string=12 years)
Christophe Riccio
2e72af3f6d
Added test files for all GTX extensions
ago%!(EXTRA string=12 years)
Christophe Riccio
1e69dfe30e
Added a quation constructor taking two axis
ago%!(EXTRA string=12 years)
Christophe Riccio
61589b8a28
Added a GTX_euler_angle unit test
ago%!(EXTRA string=12 years)
Christophe Riccio
25a5c21a24
Initial build with half types removed
ago%!(EXTRA string=12 years)
zhumeng1989
88ee302567
Minor fix
...
1. type_vec4.hpp
__declspec(align(16)) produces a compiler error on VS2012:
func_common.inl(634): error C2719: 'a': formal parameter with
__declspec(align('16')) won't be aligned
core_func_common.cpp(310) : see reference to function template
instantiation 'glm::detail::tvec4<T,P> glm::mix<float,highp>(const
glm::detail::tvec4<T,P> &,const glm::detail::tvec4<T,P>
&,glm::detail::tvec4<bool,highp>)' being compiled
with
[
T=float,
P=highp
]
and a warning on CygWin using gcc 4.7.2:
type_vec4.hpp:40:31: warning: 'align' attribute directive ignored
[-Wattributes]
2. gtx_bit.cpp
glm::uint32 x_max = 1 << 13;
glm::uint32 y_max = 1 << 12;
result out of memory on my machine.
ago%!(EXTRA string=12 years)
Christophe Riccio
bbf9989334
Fixed test crash due to the normalization of a nan vector
ago%!(EXTRA string=12 years)
Christophe Riccio
13f27821b9
Completed GTX_multiple for negative values, issue #79
ago%!(EXTRA string=12 years)
Robert Ancell
f0d4080fe3
Fix glm::higherMultiple and glm::lowerMultiple and assoicated test cases. Does not fix the specialized versions of these functions
ago%!(EXTRA string=12 years)
Christophe Riccio
e72f18997c
Fixed GTX_multiple for negative values, issue #51
ago%!(EXTRA string=12 years)
Christophe Riccio
d4043ea49a
Added all precision types for GTC_type_precision
ago%!(EXTRA string=12 years)
Christophe Riccio
296e3d7007
Fixed half precision implementation
ago%!(EXTRA string=12 years)
Christophe Riccio
c14e2d7fbc
Added precision template parameter
ago%!(EXTRA string=12 years)
Christophe Riccio
982bb5ce5d
Added rotation function, issue #22
ago%!(EXTRA string=12 years)
Christophe Riccio
1e3cb00fe5
Completed bit interleaving for 3 and 4 values
ago%!(EXTRA string=12 years)
Christophe Riccio
2a4434786e
Updated date
ago%!(EXTRA string=12 years)
Maksim Vorobiev
50c870ea96
Moved all dual quaternion functionality from GTC space to GTX.
ago%!(EXTRA string=12 years)
Christophe Riccio
bd7125c50b
Added bit interleave for 3 and 4 integers
ago%!(EXTRA string=12 years)
Christophe Riccio
6799127ec6
Fixed any and all for scalars
ago%!(EXTRA string=12 years)
Christophe Riccio
59b9a780e9
Added GTX_scalar_relational implementation and tests
ago%!(EXTRA string=12 years)
Christophe Riccio
c57a000791
Added bitfieldInterleave implementation
ago%!(EXTRA string=12 years)
Christophe Riccio
df0d9e687e
Improved bitfield interleaved tests
ago%!(EXTRA string=12 years)
Christophe Riccio
920ca0a242
Experiments to add bitfieldInterleave
ago%!(EXTRA string=12 years)
Christophe Riccio
739ab3529c
Resolved issue #4 , added GLM_GTX_rotate_normalized_axis
ago%!(EXTRA string=13 years)
Christophe Riccio
841f91e830
Fixed bug #15 , added missing roll, pitch and yaw functions; Fixed half implicit conversions
ago%!(EXTRA string=13 years)
Christophe Riccio
8b75ff6e1c
Added GTX_multiple tests
ago%!(EXTRA string=13 years)
Christophe Riccio
9d9a625493
Renamed equalEpsilon function into epsilonEqual and added tests
ago%!(EXTRA string=13 years)
Christophe Riccio
7e3f00d034
Added missing test files
ago%!(EXTRA string=13 years)
Christophe Riccio
c2eea6da26
Removed floor_log2, comment that isnan and isinf are not working on MinGW
ago%!(EXTRA string=13 years)
Christophe Riccio
fb220d3f84
Fixed warnings: cast and redefined defines
ago%!(EXTRA string=13 years)
Christophe Riccio
4585395a89
Added CMake test build options
ago%!(EXTRA string=13 years)
Christophe Riccio
6a4677c30e
Promoted GTX_epsilon, GTX_ulp, fixed build, removed deprecation warning at build time
ago%!(EXTRA string=13 years)
Christophe Riccio
b2f0f4d3f9
Move noise, random and ulp test to GTC tests
ago%!(EXTRA string=13 years)
Christophe Riccio
543062d325
Fixed warning
ago%!(EXTRA string=13 years)
Meng Zhu
4479150858
Fixed a bug in test/gtx_simd_mat4->test_mulD
ago%!(EXTRA string=13 years)
Christophe Riccio
88d3927558
Updated copyright date
ago%!(EXTRA string=14 years)