Christophe Riccio
|
40e061396f
|
Merge branch 'jtg/area' of https://github.com/JesseTG/glm into gtx_area
|
2015-10-07 22:47:51 +02:00 |
|
Christophe Riccio
|
869caacac5
|
Merge branch 'static-const' of https://github.com/g-truc/glm into static-const
|
2015-10-07 22:32:59 +02:00 |
|
Christophe Riccio
|
9902e3014f
|
Fixed GTX_extended_min_max build
|
2015-10-07 22:32:12 +02:00 |
|
Christophe R.
|
143c4c336a
|
Merge pull request #429 from JesseTG/jtg/static-const
Add GLM_STATIC_CONST_MEMBERS #429
|
2015-10-07 22:28:49 +02:00 |
|
Jesse Talavera-Greenberg
|
e55eb1e08b
|
Removed ambiguity in fmat4x4 constructor
|
2015-10-07 16:12:45 -04:00 |
|
Christophe Riccio
|
2d1463ced7
|
Fixed GTX_extended_min_max filename typo #386
|
2015-10-07 22:04:33 +02:00 |
|
Christophe Riccio
|
b0285416b0
|
Fixed GTX_extended_min_max filename typo #386
|
2015-10-07 21:58:58 +02:00 |
|
Christophe Riccio
|
8814ae50c9
|
Fixed GTX_extended_min_max filename typo #386
|
2015-10-07 21:49:33 +02:00 |
|
Jesse Talavera-Greenberg
|
57e6ea071d
|
Add simdMat4 static constants
- Tests, too
|
2015-10-05 19:31:17 -04:00 |
|
Jesse Talavera-Greenberg
|
9604a7549f
|
Add IDENTITY and ZERO constants for all matrices
- Tests, too
|
2015-10-05 19:26:30 -04:00 |
|
Jesse Talavera-Greenberg
|
d1cdb46cfb
|
Wrap tquat's, simdQuat's and simdVec4's static constants in GLM_STATIC_CONST_MEMBERS
- Also, fixed indentation
|
2015-10-05 18:27:07 -04:00 |
|
Jesse Talavera-Greenberg
|
5df08dfc78
|
Wrap tvec4's static constants in GLM_STATIC_CONST_MEMBERS
- Fix the indentation, too
|
2015-10-05 18:25:01 -04:00 |
|
Jesse Talavera-Greenberg
|
8be318970c
|
Wrap tvec3's static constants in GLM_STATIC_CONST_MEMBERS
- Fixed the indentation, too
|
2015-10-05 18:24:31 -04:00 |
|
Jesse Talavera-Greenberg
|
4552ec737e
|
Wrap tvec2's static constants in GLM_STATIC_CONST_MEMBERS
|
2015-10-05 18:23:18 -04:00 |
|
Jesse Talavera-Greenberg
|
5a60b3986b
|
Wrap tvec1's static constants in GLM_STATIC_CONST_MEMBERS
|
2015-10-05 18:22:43 -04:00 |
|
Jesse Talavera-Greenberg
|
02b011651b
|
Add static constants to vec4
- Tests, too
|
2015-10-02 18:34:53 -04:00 |
|
Jesse Talavera-Greenberg
|
25bd7014b0
|
Add static constants for vec3
- Tests, too
|
2015-10-02 18:34:17 -04:00 |
|
Jesse Talavera-Greenberg
|
b42a46d246
|
Add static constants for vec2
- Tests, too
|
2015-10-02 18:33:14 -04:00 |
|
Jesse Talavera-Greenberg
|
b8ff59a61b
|
Add static constants for vec1
- Tests, too
|
2015-10-02 18:32:39 -04:00 |
|
Jesse Talavera-Greenberg
|
c900adfe32
|
Add tests for the functionality I implemented
|
2015-10-01 19:45:26 -04:00 |
|
Christophe Riccio
|
33e3243779
|
Fixed affineInverse test #192
|
2015-10-01 23:25:21 +02:00 |
|
Christophe Riccio
|
ab0312be02
|
Added tests for affineInverse #192
|
2015-10-01 01:30:13 +02:00 |
|
Christophe Riccio
|
a77d311119
|
Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
|
2015-10-01 00:43:37 +02:00 |
|
Jesse Talavera-Greenberg
|
11cbb1b892
|
Add glm::intersectLineLine(Proper)
- And tests for it, too
|
2015-09-28 19:34:52 -04:00 |
|
Jesse Talavera-Greenberg
|
4c71c7e584
|
Add test_isLeftOrOn
|
2015-09-28 18:59:47 -04:00 |
|
Jesse Talavera-Greenberg
|
47753b5826
|
Add test_isLeft to gtx_vector_query.cpp
|
2015-09-28 18:54:58 -04:00 |
|
Jesse Talavera-Greenberg
|
49aa226974
|
Add the gtx_area test to test/gtx/CMakeLists.txt
- Oops, almost forgot
|
2015-09-28 18:54:10 -04:00 |
|
Jesse Talavera-Greenberg
|
0a5786ee6d
|
Add test for GLM_GTX_area
|
2015-09-28 18:51:35 -04:00 |
|
Christophe Riccio
|
cb5a2a86ca
|
Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
2015-09-28 23:47:40 +02:00 |
|
Christophe Riccio
|
bc170cfc0f
|
Fixed GTX_component_wise
|
2015-09-28 19:42:28 +02:00 |
|
Christophe Riccio
|
bc326abd50
|
Fixed merge
|
2015-09-28 19:27:53 +02:00 |
|
Christophe Riccio
|
26f1065429
|
Added compScale
|
2015-09-28 19:23:16 +02:00 |
|
Christophe R.
|
518937965d
|
Merge pull request #413 from TUM-I5/master
Fix floorMultiple/ceilMultiple for floating point values #413
|
2015-09-28 11:17:33 +02:00 |
|
Christophe Riccio
|
a9ab80d5fd
|
Added compNormalize function to GTX_component_wise
|
2015-09-25 03:14:11 +02:00 |
|
Christophe Riccio
|
998feff87e
|
Added GTX_float_normalize
|
2015-09-25 02:39:41 +02:00 |
|
Sebastian Rettenberger
|
fa6fd748c0
|
Add test for floorMultiple/ceilMultiple (float only)
|
2015-09-23 12:03:44 +02:00 |
|
Christophe Riccio
|
47c77475a9
|
- Improved overall execution time of unit tests #396
|
2015-09-06 22:22:20 +02:00 |
|
Christophe Riccio
|
af10e20f68
|
Fixed core_func_integer test
|
2015-09-06 22:03:28 +02:00 |
|
Christophe Riccio
|
0dd4cc4356
|
Fixed test
|
2015-09-06 21:52:22 +02:00 |
|
Christophe Riccio
|
992a56089b
|
Fixed excessive GTX_fast_trigonometry execution time #396
|
2015-09-06 21:36:05 +02:00 |
|
Christophe Riccio
|
70234afb49
|
Fixed warnings
|
2015-08-31 18:12:26 +02:00 |
|
Christophe Riccio
|
debed28149
|
Fixed link errors on compilers not supported default function #377
|
2015-08-31 18:01:51 +02:00 |
|
Christophe Riccio
|
be983bd7cb
|
Added test
|
2015-08-31 17:33:22 +02:00 |
|
Christophe R
|
79f6d92c8a
|
Added GLM_SIMD to enable automatic SIMD code generation for generic GLM types #235 #370
|
2015-08-09 10:50:29 +02:00 |
|
Christophe R
|
f9535f2398
|
Trying to reproduce #235
|
2015-08-09 00:24:38 +02:00 |
|
Christophe Riccio
|
bc0f5317fd
|
Updated documentation
|
2015-08-01 22:54:27 +02:00 |
|
Christophe Riccio
|
5437d49cf2
|
Renamed GTC_color to GTC_color_space
|
2015-08-01 21:55:28 +02:00 |
|
Christophe Riccio
|
d6ae2fd694
|
Fixed matrix conversions and added unit tests #371
|
2015-08-01 21:40:36 +02:00 |
|
Christophe Riccio
|
1e502c0919
|
Fixed decompose warnings #373
|
2015-08-01 11:35:57 +02:00 |
|
Christophe R.
|
37d4ca9c4c
|
Merge pull request #368 from JesseTG/jtg/oops-sorry
Fixed some of my own metaprogramming-helper mistakes #368
|
2015-07-25 23:28:38 +02:00 |
|