glm/test/gtx
Collin Baker 8e742a4d07 Fixed intermittent segfault in test-gtx_fast_trigonometry.cpp
The fastAbs() function was accessing its argument as if it were a vec4 but it was being called with a float. Also, it relied onundefined behavior. I replaced it with glm::abs().
2015-07-21 23:02:30 -04:00
..
CMakeLists.txt Added GTX_wrap 2015-06-27 19:36:03 +02:00
gtx_associated_min_max.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_closest_point.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_color_space_YCoCg.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_color_space.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_common.cpp Added 'fmod' overload to GTX_common with tests, Removed integer specification for 'mod' in GTC_integer #308 2015-02-15 12:38:23 +01:00
gtx_compatibility.cpp Fixed isfinite with C++98 compilers #343 2015-07-19 16:32:36 +02:00
gtx_component_wise.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_dual_quaternion.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_euler_angle.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_extend.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_extented_min_max.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_fast_exponential.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_fast_square_root.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_fast_trigonometry.cpp Fixed intermittent segfault in test-gtx_fast_trigonometry.cpp 2015-07-21 23:02:30 -04:00
gtx_gradient_paint.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_handed_coordinate_space.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_int_10_10_10_2.cpp Fixed SSE code included in GLM tests on pure platforms 2014-01-14 14:07:09 +01:00
gtx_integer.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_intersect.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_io.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_log_base.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_cross_product.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_decompose.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_interpolation.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_major_storage.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_operation.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_query.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_matrix_transform_2d.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_mixed_product.cpp Fixed SSE code included in GLM tests on pure platforms 2014-01-14 14:07:09 +01:00
gtx_multiple.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_norm.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_normal.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_normalize_dot.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_number_precision.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_optimum_pow.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_orthonormalize.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_perpendicular.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_polar_coordinates.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_projection.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_quaternion.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_random.cpp Updated copyright date 2012-01-09 11:20:01 +00:00
gtx_range.cpp Fixed faceforward build #289 2014-12-19 23:54:25 +01:00
gtx_rotate_normalized_axis.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_rotate_vector.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_scalar_multiplication.cpp Disabled GTX_scalar_multiplication for GCC, failing to build tests #242 2015-01-10 13:45:41 +01:00
gtx_scalar_relational.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_simd_mat4.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_simd_vec4.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_spline.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_string_cast.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_type_aligned.cpp Fixed warnings 2015-07-18 10:00:00 +02:00
gtx_vector_angle.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_vector_query.cpp Updated license 2014-11-26 00:27:12 +01:00
gtx_wrap.cpp Added mirror repeat 2015-06-27 20:12:27 +02:00