.. |
CMakeLists.txt
|
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
2015-07-25 23:23:59 +02:00 |
core_func_common.cpp
|
remove extraneous test block
|
2016-01-03 18:30:29 +01:00 |
core_func_exponential.cpp
|
|
|
core_func_geometric.cpp
|
|
|
core_func_integer_bit_count.cpp
|
|
|
core_func_integer_find_lsb.cpp
|
- Improved overall execution time of unit tests #396
|
2015-09-06 22:22:20 +02:00 |
core_func_integer_find_msb.cpp
|
- Improved overall execution time of unit tests #396
|
2015-09-06 22:22:20 +02:00 |
core_func_integer.cpp
|
- Improved overall execution time of unit tests #396
|
2015-09-06 22:22:20 +02:00 |
core_func_matrix.cpp
|
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 |
core_func_noise.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_func_packing.cpp
|
|
|
core_func_swizzle.cpp
|
|
|
core_func_trigonometric.cpp
|
|
|
core_func_vector_relational.cpp
|
|
|
core_setup_force_cxx98.cpp
|
|
|
core_setup_message.cpp
|
- Updated list of compiler versions detected
|
2016-07-15 23:49:20 +02:00 |
core_setup_precision.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_cast.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_ctor.cpp
|
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
2015-07-25 23:23:59 +02:00 |
core_type_float.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_int.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_length_size.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_length.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_mat2x2.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat2x3.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat2x4.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat3x2.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat3x3.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat3x4.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat4x2.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat4x3.cpp
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
core_type_mat4x4.cpp
|
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
|
2015-08-09 10:50:29 +02:00 |
core_type_vec1.cpp
|
Merge pull request #368 from JesseTG/jtg/oops-sorry
|
2015-07-25 23:28:38 +02:00 |
core_type_vec2.cpp
|
Added test
|
2015-08-31 17:33:22 +02:00 |
core_type_vec3.cpp
|
Merge pull request #368 from JesseTG/jtg/oops-sorry
|
2015-07-25 23:28:38 +02:00 |
core_type_vec4.cpp
|
Updated documentation
|
2015-08-01 22:54:27 +02:00 |