| .. |
|
CMakeLists.txt
|
afa193704c
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
10 years ago |
|
core_func_common.cpp
|
5d46e5186d
remove extraneous test block
|
10 years ago |
|
core_func_exponential.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_func_geometric.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_func_integer.cpp
|
47c77475a9
- Improved overall execution time of unit tests #396
|
10 years ago |
|
core_func_integer_bit_count.cpp
|
562ab0b559
Test fix and warning fixes #364
|
10 years ago |
|
core_func_integer_find_lsb.cpp
|
47c77475a9
- Improved overall execution time of unit tests #396
|
10 years ago |
|
core_func_integer_find_msb.cpp
|
47c77475a9
- Improved overall execution time of unit tests #396
|
10 years ago |
|
core_func_matrix.cpp
|
239cf70ade
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
|
9 years ago |
|
core_func_noise.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_func_packing.cpp
|
d9290d7887
Fixed GTC_packing *pack*norm*x* build and added tests #292
|
11 years ago |
|
core_func_swizzle.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_func_trigonometric.cpp
|
08eedc6209
Added experiment for new fastCos. More sRGB tests.
|
10 years ago |
|
core_func_vector_relational.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_setup_force_cxx98.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_setup_message.cpp
|
76fce77337
- Updated list of compiler versions detected
|
9 years ago |
|
core_setup_precision.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_cast.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_ctor.cpp
|
afa193704c
Fixed interactions with GLM_FORCE_NO_CTOR_INIT and default functions #366
|
10 years ago |
|
core_type_float.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_int.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_length.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_length_size.cpp
|
fc8b4404f0
Fixed faceforward build #289
|
11 years ago |
|
core_type_mat2x2.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat2x3.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat2x4.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat3x2.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat3x3.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat3x4.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat4x2.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat4x3.cpp
|
d6ae2fd694
Fixed matrix conversions and added unit tests #371
|
10 years ago |
|
core_type_mat4x4.cpp
|
79f6d92c8a
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
|
10 years ago |
|
core_type_vec1.cpp
|
37d4ca9c4c
Merge pull request #368 from JesseTG/jtg/oops-sorry
|
10 years ago |
|
core_type_vec2.cpp
|
be983bd7cb
Added test
|
10 years ago |
|
core_type_vec3.cpp
|
37d4ca9c4c
Merge pull request #368 from JesseTG/jtg/oops-sorry
|
10 years ago |
|
core_type_vec4.cpp
|
bc0f5317fd
Updated documentation
|
10 years ago |