Skip to content

Commit

Permalink
Updated glm
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Aug 5, 2017
1 parent b8670e5 commit 9d1008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/glm
Submodule glm updated 77 files
+2 −0 .gitignore
+37 −5 glm/detail/func_common.inl
+22 −22 glm/detail/func_common_simd.inl
+6 −6 glm/detail/func_exponential_simd.inl
+15 −15 glm/detail/func_geometric_simd.inl
+6 −6 glm/detail/func_integer.inl
+4 −4 glm/detail/func_integer_simd.inl
+110 −110 glm/detail/func_matrix.inl
+19 −19 glm/detail/func_matrix_simd.inl
+7 −7 glm/detail/func_vector_relational.inl
+1 −25 glm/detail/setup.hpp
+6 −6 glm/detail/type_half.inl
+9 −10 glm/detail/type_mat2x2.hpp
+3 −12 glm/detail/type_mat2x2.inl
+9 −10 glm/detail/type_mat2x3.hpp
+4 −13 glm/detail/type_mat2x3.inl
+9 −10 glm/detail/type_mat2x4.hpp
+3 −12 glm/detail/type_mat2x4.inl
+9 −10 glm/detail/type_mat3x2.hpp
+3 −13 glm/detail/type_mat3x2.inl
+9 −10 glm/detail/type_mat3x3.hpp
+3 −13 glm/detail/type_mat3x3.inl
+9 −10 glm/detail/type_mat3x4.hpp
+3 −13 glm/detail/type_mat3x4.inl
+9 −10 glm/detail/type_mat4x2.hpp
+3 −14 glm/detail/type_mat4x2.inl
+9 −10 glm/detail/type_mat4x3.hpp
+3 −14 glm/detail/type_mat4x3.inl
+2 −3 glm/detail/type_mat4x4.hpp
+3 −14 glm/detail/type_mat4x4.inl
+2 −3 glm/detail/type_vec1.hpp
+1 −8 glm/detail/type_vec1.inl
+2 −3 glm/detail/type_vec2.hpp
+1 −8 glm/detail/type_vec2.inl
+2 −3 glm/detail/type_vec3.hpp
+1 −8 glm/detail/type_vec3.inl
+7 −8 glm/detail/type_vec4.hpp
+7 −14 glm/detail/type_vec4.inl
+48 −71 glm/detail/type_vec4_simd.inl
+1 −3 glm/gtc/integer.inl
+2 −2 glm/gtc/matrix_inverse.inl
+3 −3 glm/gtc/matrix_transform.inl
+23 −23 glm/gtc/packing.inl
+2 −3 glm/gtc/quaternion.hpp
+13 −20 glm/gtc/quaternion.inl
+10 −10 glm/gtc/quaternion_simd.inl
+5 −5 glm/gtc/ulp.inl
+16 −16 glm/gtx/associated_min_max.inl
+8 −3 glm/gtx/dual_quaternion.hpp
+11 −11 glm/gtx/dual_quaternion.inl
+1 −1 glm/gtx/fast_exponential.inl
+1 −1 glm/gtx/integer.hpp
+6 −2 glm/gtx/integer.inl
+65 −0 glm/gtx/matrix_factorisation.hpp
+85 −0 glm/gtx/matrix_factorisation.inl
+1 −1 glm/gtx/matrix_interpolation.inl
+2 −2 glm/gtx/matrix_transform_2d.inl
+61 −27 glm/gtx/quaternion.hpp
+41 −1 glm/gtx/quaternion.inl
+2 −2 glm/gtx/rotate_normalized_axis.inl
+4 −4 glm/simd/common.h
+1 −1 glm/simd/matrix.h
+4 −47 manual.md
+12 −1 readme.md
+1 −10 test/core/core_type_ctor.cpp
+1 −1 test/core/core_type_mat2x2.cpp
+9 −3 test/core/core_type_vec1.cpp
+9 −0 test/core/core_type_vec2.cpp
+17 −12 test/core/core_type_vec3.cpp
+9 −2 test/core/core_type_vec4.cpp
+1 −1 test/gtc/gtc_integer.cpp
+5 −9 test/gtc/gtc_quaternion.cpp
+1 −0 test/gtx/CMakeLists.txt
+4 −4 test/gtx/gtx_dual_quaternion.cpp
+43 −0 test/gtx/gtx_integer.cpp
+101 −0 test/gtx/gtx_matrix_factorisation.cpp
+18 −0 test/gtx/gtx_quaternion.cpp

0 comments on commit 9d1008f

Please sign in to comment.