Christophe Riccio
d7862e4bb5
Fixed SSE code included in GLM tests on pure platforms
ago%!(EXTRA string=11 years)
Christophe Riccio
aeba3c6fe7
Quiet most GLM_FORCE_RADIANS messages
ago%!(EXTRA string=11 years)
Christophe Riccio
ccb25c84c7
Update copyright year
ago%!(EXTRA string=11 years)
Christophe Riccio
9f8112f93a
Reduced dependencies of GTX extensions. Removed some deprecated code.
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
296e3d7007
Fixed half precision implementation
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)
Christophe Riccio
bd7125c50b
Added bit interleave for 3 and 4 integers
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
6a4677c30e
Promoted GTX_epsilon, GTX_ulp, fixed build, removed deprecation warning at build time
ago%!(EXTRA string=13 years)
Christophe Riccio
88d3927558
Updated copyright date
ago%!(EXTRA string=14 years)
Christophe Riccio
146eacb067
Updated tests for GCC 4.3 and below support
ago%!(EXTRA string=14 years)
Christophe Riccio
867d59ca6e
Fixed GTX test names
ago%!(EXTRA string=14 years)
Christophe Riccio
22a2cd5332
Fixed typo
ago%!(EXTRA string=14 years)
Christophe Riccio
1c4abb3d73
Fixed tests to provide relevant output for CTest
ago%!(EXTRA string=14 years)
Christophe Riccio
c06484ff12
Clean up
ago%!(EXTRA string=14 years)
Christophe Riccio
e4421a9b0f
Updated copyright dates
ago%!(EXTRA string=14 years)
Christophe Riccio
b5cda17ea8
Fixed GCC build and tests
ago%!(EXTRA string=15 years)
Christophe Riccio
d7f768718c
Added tests to main repository
ago%!(EXTRA string=15 years)