.. |
CMakeLists.txt
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_func_common.cpp
|
mad optimizations, fixed build
|
2016-05-28 17:12:48 +02:00 |
core_func_exponential.cpp
|
Fixed exponential low level API
|
2016-05-29 03:14:19 +02:00 |
core_func_geometric.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_func_integer_bit_count.cpp
|
Test fix and warning fixes #364
|
2015-07-24 01:24:28 +02:00 |
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
|
Removed simd precision qualifier. All precision qualifiers may generate SIMD instructions, precision may affect the generated instructions accordingly
|
2016-05-22 17:12:32 +02:00 |
core_func_noise.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_func_packing.cpp
|
Added test
|
2015-11-14 13:25:06 +01:00 |
core_func_swizzle.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_func_trigonometric.cpp
|
Added experiment for new fastCos. More sRGB tests.
|
2015-06-27 18:36:17 +02:00 |
core_func_vector_relational.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_setup_force_cxx98.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_setup_message.cpp
|
Renamed instruction set flags
|
2016-05-28 19:26:59 +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
|
Added vec4 SIMD contructor specialization
|
2016-05-28 01:33:29 +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.cpp
|
Fixed faceforward build #289
|
2014-12-19 23:54:25 +01:00 |
core_type_mat2x2.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat2x3.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat2x4.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat3x2.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat3x3.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat3x4.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat4x2.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat4x3.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_mat4x4.cpp
|
Simplify code removing GLM_FORCE_SIZE_FUNC, GLM_META_PROG_HELPERS, GLM_STATIC_CONST_MEMBERS and 'type' type trait. Added experiments for GTX_type_trait
|
2016-03-13 12:56:26 +01:00 |
core_type_vec1.cpp
|
Improved SIMD and swizzle operators interactions with GCC and Clang, Added raw SIMD API.
|
2016-05-03 23:57:41 +02:00 |
core_type_vec2.cpp
|
Improved SIMD and swizzle operators interactions with GCC and Clang, Added raw SIMD API.
|
2016-05-03 23:57:41 +02:00 |
core_type_vec3.cpp
|
Fixed CUDA compiler error in type_vec4.inl #504
|
2016-05-04 16:35:57 +02:00 |
core_type_vec4.cpp
|
Fixed sign with signed integer function on non-x86 architecture
|
2016-05-24 13:29:18 +02:00 |