2016-03-19 12:32:24 +01:00
..
_features.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
_fixes.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
_noise.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
_swizzle_func.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
_swizzle.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
_vectorize.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
dummy.cpp dummy.cpp CRLF->LF 2015-10-07 20:39:20 +02:00
func_common.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_common.inl Fixed build 2016-01-03 18:25:45 +01:00
func_exponential.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_exponential.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_geometric.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_geometric.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_integer.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_integer.inl Fixed warnings 2015-03-16 23:29:13 +01:00
func_matrix.hpp Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia 2016-03-05 23:51:20 +01:00
func_matrix.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_packing.hpp packing function clean up #292 2015-01-09 23:57:22 +01:00
func_packing.inl Improved packing code to give vectorization a chance 2015-07-19 01:20:20 +02:00
func_trigonometric.hpp - Improved constexpr for constant functions coverage #198 2015-08-31 22:14:45 +02:00
func_trigonometric.inl Fixed atanh warning #484 2016-02-21 19:40:24 +01:00
func_vector_relational.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
func_vector_relational.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
glm.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_common.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_common.inl Fixed warning 2015-02-13 23:24:12 +01:00
intrinsic_exponential.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_exponential.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_geometric.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_geometric.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_integer.hpp More fixes for doxygen 2014-11-25 01:08:52 +01:00
intrinsic_integer.inl More fixes for doxygen 2014-11-25 01:08:52 +01:00
intrinsic_matrix.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_matrix.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_trigonometric.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_trigonometric.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_vector_relational.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
intrinsic_vector_relational.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
precision.hpp Fixed strict alignment warnings #235 #370 2015-08-31 18:55:45 +02:00
setup.hpp Fixed missing GLM_PLATFORM_CYGWIN declaration #495 2016-03-19 12:31:19 +01:00
type_float.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_gentype.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_gentype.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_half.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_half.inl Fixed "Declaration shadows a field" warning 2016-01-03 18:26:54 +01:00
type_int.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_mat2x2.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat2x2.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat2x3.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat2x3.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat2x4.hpp Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) 2016-03-05 23:51:06 +01:00
type_mat2x4.inl Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) 2016-03-05 23:51:06 +01:00
type_mat3x2.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat3x2.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat3x3.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat3x3.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat3x4.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat3x4.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat4x2.hpp Fix incorrect declaration (now matches definition) 2016-03-12 20:33:49 +01:00
type_mat4x2.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat4x3.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat4x3.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat4x4.hpp Add missing const to declaration 2016-03-19 12:32:24 +01:00
type_mat4x4.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_mat.hpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_mat.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_vec1.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_vec1.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_vec2.hpp Remove duplicate function declarations 2016-03-12 20:33:45 +01:00
type_vec2.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_vec3.hpp Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_vec3.inl Added unary + operator #435 2016-01-03 18:37:46 +01:00
type_vec4_avx2.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_vec4_avx.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
type_vec4_sse2.inl Fixed strict alignment warnings #235 #370 2015-08-31 18:55:45 +02:00
type_vec4.hpp Add missing vec4 operator definitions 2016-03-12 20:33:53 +01:00
type_vec4.inl Add missing vec4 operator definitions 2016-03-12 20:33:53 +01:00
type_vec.hpp Clean up doxygen and source 2015-08-02 01:39:00 +02:00
type_vec.inl Fixed faceforward build #289 2014-12-19 23:54:25 +01:00