2014-04-14 00:13:20 +01:00
..
_features.hpp Fixed intrinsics build 2013-02-21 11:36:50 +01:00
_fixes.hpp Updated date 2013-02-20 16:21:56 +01:00
_literals.hpp Fixed increment and decrement operators tests 2013-05-10 01:44:13 +02:00
_swizzle_func.hpp Swizzle operators are disabled again by default... :/ 2013-09-15 20:44:33 +02:00
_swizzle.hpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
_vectorize.hpp Fixed an overload resolution bug generating chains of convertions. 2013-09-08 03:14:31 +02:00
dummy.cpp Fixed inline 2013-12-15 19:55:13 +01:00
func_common.hpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
func_common.inl Improved static assert messages 2013-10-10 01:29:18 +02:00
func_exponential.hpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
func_exponential.inl fixed: warning wrt. strict aliasing on gcc 4.8.2/clang3.3 2014-04-14 00:13:20 +01:00
func_geometric.hpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
func_geometric.inl Replace glm::detail::type traits by std::numerical_limits traits 2013-09-30 01:57:05 +02:00
func_integer.hpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
func_integer.inl fixed: warning wrt. strict aliasing on gcc 4.8.2/clang3.3 2014-04-14 00:13:20 +01:00
func_matrix.hpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
func_matrix.inl Replace glm::detail::type traits by std::numerical_limits traits 2013-09-30 01:57:05 +02:00
func_noise.hpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
func_noise.inl Using C++ casts 2013-09-08 00:22:17 +02:00
func_packing.hpp Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
func_packing.inl fixed: warning wrt. strict aliasing on gcc 4.8.2/clang3.3 2014-04-14 00:13:20 +01:00
func_trigonometric.hpp Added missing GLM_FUNC_DECL specifiers 2013-05-27 14:55:08 +02:00
func_trigonometric.inl Replace glm::detail::type traits by std::numerical_limits traits 2013-09-30 01:57:05 +02:00
func_vector_relational.hpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
func_vector_relational.inl Fixed build 2013-09-30 02:05:13 +02:00
hint.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_common.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_common.inl Fixed intrinsics build 2013-02-21 11:36:50 +01:00
intrinsic_exponential.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_exponential.inl Updated date 2013-02-20 16:21:56 +01:00
intrinsic_geometric.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_geometric.inl Updated date 2013-02-20 16:21:56 +01:00
intrinsic_integer.hpp Fixed intrinsics build 2013-02-21 11:36:50 +01:00
intrinsic_integer.inl Completed bit interleaving for 3 and 4 values 2013-02-21 21:35:21 +01:00
intrinsic_matrix.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_matrix.inl Added test files and fixed build errors for experimental extensions. 2013-10-27 22:38:22 +00:00
intrinsic_trigonometric.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_trigonometric.inl Updated date 2013-02-20 16:21:56 +01:00
intrinsic_vector_relational.hpp Updated date 2013-02-20 16:21:56 +01:00
intrinsic_vector_relational.inl Added test files and fixed build errors for experimental extensions. 2013-10-27 22:38:22 +00:00
precision.hpp Fixed space characters 2013-05-10 21:37:20 +02:00
precision.inl Added precision template parameter 2013-04-10 13:46:27 +02:00
setup.hpp fixed: type (GLM_SWIZZL vs GLM_SWIZZLE) 2013-11-22 23:36:51 +00:00
type_float.hpp Replace glm::detail::type traits by std::numerical_limits traits 2013-09-30 01:57:05 +02:00
type_gentype.hpp Using C++ casts 2013-09-08 00:22:17 +02:00
type_gentype.inl Using C++ casts 2013-09-08 00:22:17 +02:00
type_half.hpp Initial build with half types removed 2013-08-14 00:55:47 +02:00
type_half.inl Factorized float to uint and co function code. 2013-09-17 01:06:45 +02:00
type_int.hpp Replace glm::detail::type traits by std::numerical_limits traits 2013-09-30 01:57:05 +02:00
type_mat2x2.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat2x2.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat2x3.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat2x3.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat2x4.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat2x4.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat3x2.hpp Added assert for initilizer lists to match sizes 2013-10-05 21:03:53 +02:00
type_mat3x2.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat3x3.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat3x3.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat3x4.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat3x4.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat4x2.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat4x2.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat4x3.hpp Added C++ 11 initializer list for matrix types 2013-10-01 01:12:21 +02:00
type_mat4x3.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat4x4.hpp Fixed mat4 initializer list contructors 2013-09-30 03:50:40 +02:00
type_mat4x4.inl Improve CUDA coverage to all GTC extensions. Fixed missing constructors #120 2013-10-09 23:33:39 +02:00
type_mat.hpp Fixed half precision implementation 2013-04-15 11:04:24 +02:00
type_mat.inl Updated date 2013-02-20 16:21:56 +01:00
type_vec1.hpp Added initializer lists 2013-09-29 19:44:59 +02:00
type_vec1.inl Fixed exact match of initializer lists 2013-10-05 21:06:21 +02:00
type_vec2.hpp Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec2.inl Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec3.hpp Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec3.inl Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec4.hpp Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec4.inl Added test files for all GTX extensions 2013-10-27 18:25:03 +00:00
type_vec.hpp - Fixed ldexp implementation 2013-09-16 03:03:49 +02:00
type_vec.inl Updated date 2013-02-20 16:21:56 +01:00