Commit Graph

860 Commits

Author SHA1 Message Date
athile
1245dc51f3 Merge branch '0.9.3' of git://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math 2011-09-23 14:10:59 -04:00
athile
124923154b Fix swizzle size defect and further clean-up 2011-09-23 14:08:52 -04:00
athile
6d83744b39 Simplify swizzling implementation into one swizzle class 2011-09-23 13:37:07 -04:00
athile
44bd721a41 Swizzle clean-up 2011-09-23 11:51:21 -04:00
Christophe Riccio
c7e5c17898 Added disk and ball rand implementations 2011-09-23 09:59:13 +01:00
Christophe Riccio
5f52e6a82f Added spherical and circular rand implementations 2011-09-23 09:14:25 +01:00
athile
a762f19861 Further swizzle work. 2011-09-22 14:56:39 -04:00
Christophe Riccio
3aefc82e95 Added linearRand implementation 2011-09-22 09:58:57 +01:00
athile
6dee4eabc4 WIP swizzle. Note: glm::dot() now working for swizzled vec3, but mysteriously not for vec2 or vec4. 2011-09-21 20:09:34 -04:00
athile
2851081b66 Incremental work on improving swizzles. 2011-09-21 16:49:42 -04:00
Christophe Riccio
1caa95f895 Merge branch '0.9.3' into swizzle 2011-09-21 21:38:22 +01:00
Christophe Riccio
dd2de8b20d Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-09-21 21:11:44 +01:00
Christophe Riccio
a18a7dfac9 Added new GTC API for random 2011-09-21 21:10:51 +01:00
athile
73d5e729c1 WIP swizzles 2011-09-21 14:39:50 -04:00
Christophe Riccio
b2b664e9d9 Updated simplex3d implementation 2011-09-21 19:37:10 +01:00
athile
fe9a5562c1 Binary operators for swizzle/vec combinations 2011-09-21 12:42:35 -04:00
athile
5d3c6fb4ca Start implementation for swizzle operaators. operator+ and operator- have been added. 2011-09-21 12:19:27 -04:00
athile
24879d4580 Sync up to branch 0.9.3 2011-09-21 11:25:30 -04:00
Christophe Riccio
c02178c7f9 Fixed merge 2011-09-21 11:34:49 +01:00
Christophe Riccio
64453fd44e Fixed half vectors on VC + MS lang ext 2011-09-21 10:53:10 +01:00
Christophe Riccio
cec8665d16 Fixed ticket #128, bitfield based on vec types 2011-09-21 10:50:54 +01:00
Christophe Riccio
c998734914 Restore MS version of hvec* 2011-09-21 09:01:04 +01:00
athile
6022ff616e Swizzle updates to handle non-POD types (e.g. hvec3) correctly 2011-09-20 22:21:15 -04:00
athile
f09aa1c177 First pass at adding swizzling members. 2011-09-20 20:17:52 -04:00
Christophe Riccio
bf698ec3e6 Clean up half old cast operators and added counter ops tests 2011-09-20 18:11:46 +01:00
Christophe Riccio
fc30641140 Added cast from Half types to any scalar types 2011-09-20 17:44:58 +01:00
Christophe Riccio
06f1deafc8 Fixed higherMultiple for half types 2011-09-20 00:44:08 +01:00
Christophe Riccio
16bcc4444f Improved half implementation 2011-09-19 19:48:26 +01:00
Christophe Riccio
3ca45b7f0e Updated Clang and LLVM detection 2011-09-19 18:24:21 +01:00
Christophe Riccio
d868e52275 Improved int64 type for C99 support 2011-09-19 17:49:47 +01:00
Christophe Riccio
aa92c76da2 Fixed length build 2011-09-19 17:04:11 +01:00
Christophe Riccio
0a7e5ffaf0 Fixed merge 2011-09-18 19:44:45 +01:00
Christophe Riccio
0c7dadef8e Fixed length function for half vec* types 2011-09-18 19:28:48 +01:00
Christophe Riccio
26f0bf7a4d Fixed build 2011-09-18 18:20:45 +01:00
Christophe Riccio
1ac0806c5d Fixed random tests 2011-09-18 13:48:19 +01:00
Christophe Riccio
3160fbf58c Fixed duplicated implementation of random functions 2011-09-18 13:20:37 +01:00
Christophe Riccio
bbaab256ac Created GTC_random 2011-09-18 08:05:09 +01:00
Christophe Riccio
cc48ab3697 Added experiments and tests for roundEven 2011-09-17 11:12:35 +01:00
Christophe Riccio
472174a206 Fixed merge 2011-09-16 09:46:37 +01:00
Christophe Riccio
91b8ae9c6e Fixed round function 2011-09-16 09:44:06 +01:00
Christophe Riccio
7cd97fe610 Fixed and test round functions 2011-09-16 09:39:51 +01:00
Christophe Riccio
20816a9f94 Updated compiler message tests 2011-09-16 00:18:12 +01:00
Christophe Riccio
e42e112469 Typo 2011-09-15 14:28:46 +01:00
Christophe Riccio
450d75897c Fixed packing function implementation 2011-09-14 16:01:50 +01:00
Christophe Riccio
406bb666ea Fixed and tested all packing functions 2011-09-14 10:21:04 +01:00
Christophe Riccio
321f89ff7a Fixed and tested pack/unpackSnorm4x8 functions 2011-09-14 09:05:28 +01:00
Christophe Riccio
0ab221458f Fixed bug 123 2011-09-14 09:04:12 +01:00
Christophe Riccio
b21b389d2c Fixed and tested pack/unpackSnorm2x16 functions 2011-09-13 18:05:15 +01:00
Christophe Riccio
7455b4f451 Added missing declaration 2011-09-13 16:21:48 +01:00
Christophe Riccio
5f4a5b62f4 Fixed ticket 123, Visual C++ warnings 2011-09-13 16:08:05 +01:00
Christophe Riccio
bf76e0af09 Added GLSL 4.20 pack/unpackHalf16x2 functions 2011-09-13 14:44:38 +01:00
Christophe Riccio
f4800e6fc2 Added GLSL 4.20 pack/unpackSnorm2x16 2011-09-13 14:11:58 +01:00
Christophe Riccio
6628d62ce6 Fixed merge 2011-09-13 13:35:05 +01:00
Christophe Riccio
76214fa0da Fixed build 2011-09-13 13:32:42 +01:00
Christophe Riccio
a734a705b7 Fixed build 2011-09-13 13:25:06 +01:00
Christophe Riccio
dd2f8e1a97 Merge branch '0.9.2' into 0.9.3 2011-09-13 12:56:38 +01:00
Christophe Riccio
78ab122ae0 Declare specialized floattoXint functions 2011-09-13 12:56:11 +01:00
Christophe Riccio
12033f401b Merge branch '0.9.2' into 0.9.3 2011-09-13 12:26:52 +01:00
Christophe Riccio
0c70a2b1ea Fixed vec3 and vec4 for floattoXint functions 2011-09-13 12:26:33 +01:00
Christophe Riccio
9495a73137 Merge branch '0.9.2' into 0.9.3 2011-09-13 11:59:31 +01:00
Christophe Riccio
a198721c14 Fixed ticket 126, returns wrong types to floatToXint functions 2011-09-13 11:59:08 +01:00
Christophe Riccio
615262d52f Clean up tests 2011-09-13 11:54:21 +01:00
Christophe Riccio
51716bb460 Extensions included have a define which value is GLM_VERSION 2011-09-13 11:34:45 +01:00
Christophe Riccio
f035982424 Removed warning, declared some parameter documentation 2011-09-09 12:26:32 +01:00
Christophe Riccio
10b7640186 Referenced OpenGL 4.2 2011-09-09 12:01:45 +01:00
Christophe Riccio
2883847388 Fixed build, error from removed namespace and contructor casts 2011-09-09 11:46:11 +01:00
Christophe Riccio
24e438dac4 Updated documentation 2011-09-09 11:23:40 +01:00
Christophe Riccio
0abfe343a5 Merge branch '0.9.2' into 0.9.3 2011-09-09 11:01:31 +01:00
Christophe Riccio
cec6cefa1b Added to_string scalars and vectors tests 2011-09-01 09:57:10 +01:00
Christophe Riccio
7d3a2d7743 Fixed cppcheck type 2011-08-28 20:23:28 +01:00
Christophe Riccio
1f64b8b51f Fixed axisAngle 2011-08-28 20:00:20 +01:00
Christophe Riccio
8eee19e183 Fixed merge 2011-08-28 19:56:58 +01:00
Christophe Riccio
317a14aadd Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-08-28 01:54:31 +01:00
Christophe Riccio
9385876f51 Fixed ticket 120, M_1_PI undeclare in C++0x 2011-08-27 17:13:37 +01:00
Christophe Riccio
9c6acd6549 Fixed ticket 125: missing dependence 2011-08-27 17:08:59 +01:00
Christophe Riccio
d46aa44034 Fixed warning, ticket #118 2011-08-27 15:39:26 +01:00
Christophe Riccio
b2cb4fe479 Fixed ticket #124 cast from mat* to quat undefined error 2011-08-27 15:34:28 +01:00
Christophe Riccio
535806abf9 Fixed merge 2011-08-04 22:50:28 +01:00
Christophe Riccio
606383b2ae Fixed GCC warning 2011-08-04 12:53:21 +01:00
Christophe Riccio
43eb90b1bf Ticket #116, fixed color casts 2011-08-01 14:21:09 +01:00
Christophe Riccio
2732d4bae5 Fixed ticket #116, missing bit mask 2011-08-01 14:10:02 +01:00
Christophe Riccio
3a32e3d7c3 Ticket #113, fixed quat product 2011-08-01 14:02:20 +01:00
Christophe Riccio
df750578c4 Ticket #114, fixed documentation 2011-08-01 13:30:48 +01:00
Christophe Riccio
124780e826 Added GLI for GLM tests 2011-06-23 20:07:13 +01:00
Christophe Riccio
f1a56a6ba1 Created doxygen modules for core functions 2011-06-18 13:27:58 +01:00
Christophe Riccio
3291cdb869 Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-06-18 09:32:27 +01:00
Christophe Riccio
4b816e3c83 Updated doxygen doc 2011-06-18 00:51:12 +01:00
Christophe Riccio
937ef150b7 Updated doxygen doc 2011-06-17 23:50:37 +01:00
Christophe Riccio
0a88984a12 Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-06-17 21:12:22 +01:00
Christophe Riccio
ac6f0c9b58 Updated doxygen doc 2011-06-17 21:11:35 +01:00
Christophe Riccio
39566fcee7 Updated doxygen doc 2011-06-17 19:34:50 +01:00
Christophe Riccio
9475756250 Updated doxygen doc 2011-06-17 19:12:18 +01:00
Christophe Riccio
69e4bb9b8e Merge branch '0.9.2' of ssh://g-truc.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-06-16 23:28:45 +01:00
Christophe Riccio
78c6305089 Fixed links 2011-06-16 10:02:12 +01:00
Christophe Riccio
fa1d6aaa59 Moved doxy doc 2011-06-16 01:34:07 +01:00
Christophe Riccio
c4851e39a1 Fixed TODO 2011-06-16 00:12:32 +01:00
Christophe Riccio
642edcc53a Merge branch '0.9.2' into 0.9.3 2011-06-15 23:56:06 +01:00
Christophe Riccio
7931278c0f Fixed mix with bool, ticket #107 2011-06-15 23:55:49 +01:00
Christophe Riccio
c0e426c48a Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-06-15 21:36:28 +01:00
Christophe Riccio
ea3e0d4ebd Fixed headers 2011-06-15 21:35:27 +01:00
Christophe Riccio
4179ba688d Updated file headers 2011-06-15 20:40:09 +01:00
Christophe Riccio
6143669ca7 Fixed merge 2011-06-15 19:37:43 +01:00
Christophe Riccio
1e3a12d8b5 Fixed ticket #112, euler angle functions return degrees. 2011-06-15 19:35:33 +01:00
Christophe Riccio
90831ad02b Updated file headers according to GLM 0.9.3 convention 2011-06-15 10:55:32 +01:00
Christophe Riccio
6fb24a4f99 Updated file headers according to GLM 0.9.3 convention 2011-06-15 10:46:32 +01:00
Christophe Riccio
8b919ffe54 Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-06-14 20:26:56 +01:00
Christophe Riccio
f97f51b47c Added extension versioning 2011-06-14 20:26:23 +01:00
Christophe Riccio
f3c69ee3b8 Versioning of GTC extensions 2011-06-10 17:36:30 +01:00
Christophe Riccio
3621deaeb5 Removed gtc and gtx namespaces 2011-06-10 16:45:17 +01:00
Christophe Riccio
0411572db9 Fixed API doc links 2011-06-10 00:28:22 +01:00
Christophe Riccio
09fb542525 Fixed API doc links 2011-06-10 00:28:03 +01:00
Christophe Riccio
73c3d7a266 Completed new header to extensions 2011-06-09 08:38:05 +01:00
Christophe Riccio
747d6b47b4 WIP New header to extensions 2011-06-08 00:58:37 +01:00
Christophe Riccio
a672f612ad Moved docygen documentation to each extension file and added missing extension documentation 2011-06-07 16:37:57 +01:00
Christophe Riccio
f2142edd70 Fixed typos 2011-06-07 14:26:54 +01:00
Christophe Riccio
0d17a5ca86 Removed extension namespace 2011-06-07 11:49:23 +01:00
Christophe Riccio
1205927b89 Removed gtx extension namespace 2011-06-07 11:48:54 +01:00
Christophe Riccio
cda4a8e6c0 Removed unused files 2011-06-07 11:29:14 +01:00
Christophe Riccio
06cc480baa Removed gtx extension namespace 2011-06-07 11:28:11 +01:00
Christophe Riccio
1b33a702f0 Fixed removed extensions namespace 2011-06-07 01:19:48 +01:00
Christophe Riccio
493c5a5614 Removed GTC extensions namespace 2011-06-07 01:13:51 +01:00
Christophe Riccio
5acf2d84a0 Fixed namespace issues 2011-06-06 22:06:16 +01:00
Christophe Riccio
b9ab6d94cc Removed namespaces 2011-06-06 14:59:39 +01:00
Christophe Riccio
6215aff4b4 Removed namespaces 2011-06-06 13:47:42 +01:00
Christophe Riccio
651fd3a3f9 Updated extension header for doxygen api doc 2011-06-05 14:59:32 +01:00
Christophe Riccio
8b4687e6a3 Added quaternion dependence 2011-06-05 14:58:55 +01:00
Christophe Riccio
a1d172153e Fixed mat3x2 length fucntion 2011-06-05 11:58:09 +01:00
Christophe Riccio
76e8fc1f18 Fixed merge 2011-06-02 15:54:04 +01:00
Christophe Riccio
11d67b6749 Fixed namespace visibility 2011-06-02 15:52:36 +01:00
Christophe Riccio
f73b0c5b80 Fixed more typos 2011-06-02 13:39:30 +01:00
Christophe Riccio
f8473154eb Fixed more typos 2011-06-02 13:25:37 +01:00
Christophe Riccio
0ffce51edf Fixed more typos 2011-06-02 13:22:50 +01:00
Christophe Riccio
823aeb290e Merge branch '0.9.2' into 0.9.3 2011-06-02 13:20:17 +01:00
Christophe Riccio
f21030cce2 Fixed typos 2011-06-02 13:20:06 +01:00
Christophe Riccio
c04deafff9 Fixed merge, typos 2011-06-02 13:15:11 +01:00
Christophe Riccio
ebba087843 typos 2011-06-02 13:06:24 +01:00
Christophe Riccio
852ada9c3d Typo 2011-06-02 12:51:52 +01:00
Christophe Riccio
1fdf9c8d5f Merge branch '0.9.2' into 0.9.3 2011-06-02 10:10:48 +01:00
Christophe Riccio
40f3e519a8 Fixed build on MinGW 2011-06-02 10:08:44 +01:00
Christophe Riccio
a0256b5946 Fixed build on Visual C++, completed extended matrix cast #105 2011-06-02 09:58:20 +01:00
Christophe Riccio
b049f47c2f Fixed merge with origin 2011-06-01 20:20:12 +01:00
Christophe Riccio
f9dd517d0c Added implementation of missing matrix constructor 2011-06-01 20:17:23 +01:00
Christophe Riccio
92d3fc5b6a Fixed #102, removed GCC warnings 2011-06-01 17:22:15 +01:00
Christophe Riccio
d850bdcd0b Merge branch '0.9.2' into 0.9.3 2011-06-01 17:00:34 +01:00
Christophe Riccio
e43633dbe6 Moved test to GTX tests 2011-06-01 17:00:20 +01:00
Christophe Riccio
2500be6bcb Fixed #95, shortMix implementation 2011-06-01 16:27:50 +01:00
Christophe Riccio
6c9364c2e8 Fixed ticket #104, dependence between GTX_epsilon and GTC_quaternion 2011-06-01 16:17:45 +01:00
Christophe Riccio
54e8df2ff3 Fixed compiler detection between GCC, LLVM and Clang; fixed MinGW build 2011-06-01 16:09:20 +01:00
Christophe Riccio
b049cae5f2 Updated random tests 2011-06-01 10:45:24 +01:00
Christophe Riccio
35ed096cc8 Added declarations for missing constructors 2011-06-01 10:02:02 +01:00
Christophe Riccio
07ec8c95b2 Fixed a bunch of warnings 2011-06-01 00:58:31 +01:00
Christophe Riccio
74e22c481e Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-31 21:41:26 +01:00
Christophe Riccio
93e45a52d5 Fixed warnings 2011-05-31 21:30:52 +01:00
Christophe Riccio
2b79365baf Removed many warnings with GCC/LLVM 2011-05-31 19:34:19 +01:00
Christophe Riccio
87f1e507f3 Fixed mix build on MacOSX 2011-05-31 19:28:30 +01:00
Christophe Riccio
6fab8113d7 Fixed contructor of mat2 and added tests 2011-05-31 17:25:16 +01:00
Christophe Riccio
b3c293f8b4 Fixed missing precision quaternion types 2011-05-31 16:18:14 +01:00
Christophe Riccio
ffb940cbdf Fixed missing precision matrix types 2011-05-31 16:15:21 +01:00
Christophe Riccio
22e51711c1 Merge branch '0.9.2' into 0.9.3 2011-05-31 14:34:18 +01:00
Christophe Riccio
c9b7b712fb Fixed angle implementation 2011-05-27 16:34:20 +01:00
Christophe Riccio
6128d643eb Added missing types declarations 2011-05-27 00:46:05 +01:00
Christophe Riccio
fc8a5d4c0a Merge branch '0.9.2' into 0.9.3 2011-05-27 00:38:58 +01:00
Christophe Riccio
2305e6b2f0 Removed test messages for dev left behind... 2011-05-27 00:36:59 +01:00
Christophe Riccio
f87def17de Fixed tests 2011-05-27 00:31:58 +01:00
Christophe Riccio
5c70242e90 Merge branch '0.9.2' of ssh://g-truc.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-27 00:28:50 +01:00
Christophe Riccio
197d784549 Fixed quat mix build 2011-05-27 00:27:52 +01:00
Christophe Riccio
bf11a54bc8 Fixed half based types, missing non square matrices types 2011-05-26 22:39:08 +01:00
Christophe Riccio
b8de01d411 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-26 22:02:45 +01:00
Christophe Riccio
d815607abb Fixed slerp 2011-05-26 22:01:28 +01:00
Christophe Riccio
4be7a9bbaa Fixed factorial implementation 2011-05-26 15:00:06 +01:00
Christophe Riccio
04d9f92688 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-26 11:27:24 +01:00
Christophe Riccio
f4dbbd42ef Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-05-26 11:26:21 +01:00
Christophe Riccio
706c299636 Added length functions to matrix types and quaternions and tests. Ticket #97 2011-05-26 02:23:51 +01:00
Christophe Riccio
9e1bc811e3 Merge branch '0.9.2' into 0.9.3 2011-05-25 22:37:46 +01:00
Christophe Riccio
2baf928bd5 Fixed type cast 2011-05-25 10:00:13 +01:00
Christophe Riccio
f7d6ffc833 Added quaternion tests 2011-05-25 09:50:01 +01:00
Christophe Riccio
598a8fc87e Merge branch 0.9.2 2011-05-24 13:33:05 +01:00
Christophe Riccio
05cac2eb81 Updated documentation for GLM 0.9.2.2 release 2011-05-24 13:32:07 +01:00
Christophe Riccio
95889e3570 Fixed last glitch in Clang support 2011-05-23 10:16:52 +01:00
Christophe Riccio
f0164ad7ce More fixing for the swizzle operators 2011-05-23 02:36:19 +01:00
Christophe Riccio
934132b6ae Merge branch '0.9.2' into 0.9.3 2011-05-22 23:24:41 +01:00
Christophe Riccio
7064dbd3a0 Fixing swizzle operator on Clang... WIP 2011-05-22 16:21:48 +01:00
Christophe Riccio
c216e0efb7 Merge GCC LLVM and Clang detections 2011-05-22 15:02:09 +01:00
Christophe Riccio
3473acdc2a Fixed SIMD trunc implementation 2011-05-22 11:59:02 +01:00
Christophe Riccio
89bd8856c1 Merge branch '0.9.2' into 0.9.3 2011-05-21 13:18:58 +01:00
Christophe Riccio
f5fd037ade Updated doxygen documentation 2011-05-20 18:58:29 +01:00
Christophe Riccio
0e9ad7b6a5 Fixed LLVM GCC support 2011-05-19 10:26:22 +01:00
Christophe Riccio
d44abf89f4 Updated release number 2011-05-19 01:14:13 +01:00
Christophe Riccio
d012a38c72 Merge branch '0.9.2' into 0.9.3 2011-05-19 01:09:17 +01:00
Christophe Riccio
50c0f1cddb Updated release number 2011-05-19 01:09:03 +01:00
Christophe Riccio
0727ab02fd Merge branch '0.9.2' into 0.9.3 2011-05-19 00:59:03 +01:00
Christophe Riccio
7febaa193d Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-18 23:12:17 +01:00
Christophe Riccio
a79b4c2989 Fixed merge 2011-05-18 15:57:02 +01:00
Christophe Riccio
d7510204c1 Updated header files formatting 2011-05-18 15:38:26 +01:00
Christophe Riccio
14760e9770 Updated header files formatting 2011-05-18 15:38:03 +01:00
Christophe Riccio
9ecdd379e4 Removed old deprecated test function declarations 2011-05-18 14:55:06 +01:00
Christophe Riccio
b9a2087281 Improved compiler detection 2011-05-18 14:38:48 +01:00
Christophe Riccio
c99e2f523f Improved compiler detection 2011-05-17 18:57:45 +01:00
Christophe Riccio
98567e5113 Improved CUDA compiler detection 2011-05-17 18:25:39 +01:00
Christophe Riccio
3d4b649bd5 Added 'angle' tests 2011-05-17 18:16:48 +01:00
Christophe Riccio
1a787e1c8a Merge branch '0.9.2' into 0.9.3 2011-05-17 17:20:19 +01:00
Christophe Riccio
a1d4b1da22 Fixed GLM_GTX_vector_angle implementation 2011-05-17 17:19:38 +01:00
Christophe Riccio
e83d70c213 Merge branch '0.9.2' into 0.9.3 2011-05-17 11:06:48 +01:00
Christophe Riccio
3d1fc74ebe Fixed error on Visual C++ when C++ extension are disable 2011-05-17 11:06:13 +01:00
Christophe Riccio
42d8cc7d64 Fixed warnings 2011-05-17 10:57:08 +01:00
Christophe Riccio
cda930bb7a Merge branch '0.9.2' into 0.9.3 2011-05-17 01:29:19 +01:00
Christophe Riccio
dd4b416cd5 Fixed build 2011-05-17 01:15:41 +01:00
Christophe Riccio
b71547aeb8 Merge branch '0.9.2' into 0.9.3 2011-05-17 00:46:20 +01:00
Christophe Riccio
ba4124950b Fixed some build errors... 2011-05-16 23:27:37 +01:00
Christophe Riccio
dccf62a5ee Merge branch '0.9.2' into 0.9.3 2011-05-16 21:59:35 +01:00
Christophe Riccio
6734a5fda3 Updated white spaces 2011-05-16 20:17:14 +01:00
Christophe Riccio
231bcde7e3 Improved doxygens documentation 2011-05-16 19:28:59 +01:00
Christophe Riccio
96a0a678ad Updated doxygen comment convensions 2011-05-16 18:44:16 +01:00
Christophe Riccio
b02f491cec Improved doxygens see also 2011-05-16 17:49:47 +01:00
Christophe Riccio
db651b1845 Improved see also 2011-05-16 17:14:33 +01:00
Christophe Riccio
0cafee2f53 Added see also concept and new header 2011-05-16 14:55:06 +01:00
Christophe Riccio
3863db233b Merge branch '0.9.2' into 0.9.3 2011-05-16 14:06:40 +01:00
Christophe Riccio
43e52baed0 Merge branch '0.9.2' of ssh://g-truc.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-16 00:09:22 +01:00
Christophe Riccio
eb850c0fef Fixed vector angle build #90 2011-05-15 23:58:00 +01:00
Christophe Riccio
1917036aa3 Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 2011-05-13 03:04:44 +01:00
Christophe Riccio
ad60108e2c Added more doxygen documentation 2011-05-12 17:36:29 +01:00
Christophe Riccio
2ea4c1fb87 Merge branch '0.9.2' into 0.9.3 2011-05-10 00:52:37 +01:00
Christophe Riccio
dc0ae7f145 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-10 00:48:02 +01:00
Christophe Riccio
e2f3ce429e Added automatic GLM detection 2011-05-10 00:38:33 +01:00
Christophe Riccio
6d19231a70 Automatic detection of the CUDA compiler? 2011-05-09 17:42:29 +01:00
Christophe Riccio
7c67703bca Extended bit field functions: #4 2011-05-09 12:33:00 +01:00
Christophe Riccio
ef9798533a Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-09 03:15:20 +01:00
Christophe Riccio
db7414c484 Removed automatic CUDA compiler detection... 2011-05-09 00:50:52 +01:00
Christophe Riccio
5c5e343a6c Automatically detect GLM 2011-05-09 00:26:30 +01:00
Christophe Riccio
1664a15cc3 Merge branch '0.9.1' into 0.9.2 2011-05-08 19:42:59 +01:00
Christophe Riccio
6088e62291 Fixed namespace error 2011-05-08 19:41:13 +01:00
Christophe Riccio
d4dca93441 Merge branch '0.9.2' into noise 2011-05-08 01:43:50 +01:00
Christophe Riccio
ecc167d0f2 Added length member function 2011-05-08 01:36:13 +01:00
Christophe Riccio
d1571fd15f Fixed nextafterf on Visual C++ 2011-05-07 23:41:45 +01:00
Christophe Riccio
a422706f1e Fixed static assert 2011-05-07 23:40:28 +01:00
Christophe Riccio
d49148564a Fixed cast warninf 2011-05-07 23:36:03 +01:00
Christophe Riccio
268ed351ef Fixed bitReverse function 2011-05-07 17:57:38 +01:00
Christophe Riccio
8432e064a8 Merge branch '0.9.2' into noise 2011-05-07 16:25:59 +01:00
Christophe Riccio
35a22393a7 Fixed merge 2011-05-07 16:23:05 +01:00
Christophe Riccio
9a11b8155e Fixed reverse 2011-05-07 16:20:26 +01:00
Christophe Riccio
f5dedea3d3 Use int instead of sizeType 2011-05-07 16:18:10 +01:00
Christophe Riccio
ac1fe72af1 Back to 0.9.1.3 version 2011-05-07 16:13:37 +01:00
Christophe Riccio
752e8540c2 Fixed conflict 2011-05-07 16:10:09 +01:00
Christophe Riccio
e74f71eb58 Fixed bitfieldExtract implementation 2011-05-07 16:09:10 +01:00
Christophe Riccio
97cedefcbf Fixed missing function definision qualifier 2011-05-07 16:01:22 +01:00
Christophe Riccio
7e8942759e Merge branch '0.9.1' into 0.9.2 2011-05-07 16:00:15 +01:00
Christophe Riccio
af2a12f1dc Fixed assert 2011-05-07 16:00:07 +01:00
Christophe Riccio
5d09d8342a Fixed CUDA support for functions member of classes 2011-05-07 15:37:51 +01:00
Christophe Riccio
d44d87e266 Fixed float as int for CUDA compatibility 2011-05-07 15:01:35 +01:00
Christophe Riccio
e0a71fda81 Merge branch '0.9.1' into 0.9.2 2011-05-07 14:59:12 +01:00
Christophe Riccio
e4792b6f4d Fixed half to float implicit cast 2011-05-07 14:59:03 +01:00
Christophe Riccio
49da4b3863 Merge branch '0.9.2' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.2 2011-05-06 21:18:37 +01:00
Christophe Riccio
1c85dcefd4 Fixed GTX_matrix_interpolation warnings 2011-05-06 13:29:43 +01:00
Christophe Riccio
58053e5b89 Added GLM_GTX_matrix_interpolation extension 2011-05-06 13:24:05 +01:00
Christophe Riccio
f433049bca Merge branch '0.9.2' into noise 2011-05-06 12:59:06 +01:00
Christophe Riccio
9fd02f9177 Fixed Visual C++ 32 case 2011-05-06 12:22:51 +01:00
Christophe Riccio
3d7d4dc9c2 Fixed glm::detail::nextafter implementation 2011-05-06 12:12:22 +01:00
Christophe Riccio
6efc6940b8 Merge branch '0.9.2' into gtx_ulp 2011-05-06 12:04:20 +01:00
Christophe Riccio
73a252b75b Merge branch '0.9.2' into noise 2011-05-06 12:03:56 +01:00
Christophe Riccio
b0d170258c Merge branch '0.9.1' into 0.9.2 2011-05-06 12:02:58 +01:00
Christophe Riccio
377e2bfb07 Updated 64 types support to include C99 compiler 2011-05-06 11:57:10 +01:00
Christophe Riccio
16a9250842 Added nextafter implementation 2011-05-06 11:16:10 +01:00
Christophe Riccio
ee56c3a449 Added float unit tests 2011-05-06 10:10:11 +01:00
Christophe Riccio
06d0b33f7b Fixed build 2011-05-05 13:36:07 +01:00
Christophe Riccio
29ffc7e748 Merge branch '0.9.2' into noise 2011-05-05 12:40:36 +01:00
Christophe Riccio
763699f528 Merge branch 'noise' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into noise 2011-05-05 12:36:32 +01:00
Christophe Riccio
378da68899 Merge branch '0.9.2' into gtx_ulp 2011-05-05 12:35:03 +01:00
Christophe Riccio
22a2cd5332 Fixed typo 2011-05-05 12:34:24 +01:00
Christophe Riccio
b6857ae15f Added ULP functions declarations 2011-05-04 20:58:30 +01:00
Christophe Riccio
17c964be6e Added vector implementation 2011-05-04 20:18:05 +01:00
Christophe Riccio
cb455f49ce Added GTX_ulp implementation of scalar functions (TODO: vector ones) 2011-05-04 10:32:44 +01:00
Christophe Riccio
58d2d282f2 Updated naming conventions 2011-05-04 10:21:25 +01:00
Christophe Riccio
144caa18d5 Fixed ticket #48, improved SLERP interpolation 2011-05-03 11:52:51 +01:00
Christophe Riccio
a432aec515 Visual C++ Version... 2011-05-03 00:20:09 +01:00
Christophe Riccio
79cec21c3a Merge branch '0.9.2' into gtx_ulp 2011-05-03 00:08:49 +01:00
Christophe Riccio
0ac5c86fd6 Merge branch '0.9.2' into noise 2011-05-03 00:08:15 +01:00
Christophe Riccio
ee79782477 Merge branch '0.9.1' into 0.9.2 2011-05-03 00:04:06 +01:00
Christophe Riccio
8e3b911add Fixed mat2 inverse ticket #84 2011-05-03 00:03:57 +01:00
Christophe Riccio
c42904c720 Merge branch '0.9.1' into 0.9.2 2011-05-02 23:44:48 +01:00
Christophe Riccio
5ffc2ec483 Fixed alignment 2011-05-02 23:44:37 +01:00
Christophe Riccio
7fad31404d Updated noise extension API 2011-04-28 11:26:18 +01:00
Christophe Riccio
b80a6bb251 Fixed build errors 2011-04-28 11:17:42 +01:00
Christophe Riccio
8c4f1fd150 Fixed build errors 2011-04-28 10:51:01 +01:00
Christophe Riccio
33acb4f3ee Merge branch 'noise' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into noise 2011-04-27 19:51:11 +01:00
Christophe Riccio
e159653b57 Fixed build error 2011-04-27 19:50:39 +01:00
Christophe Riccio
4cf1eedbaf Fixed build error 2011-04-27 19:40:14 +01:00
Christophe Riccio
33abc97077 Fixed build errors 2011-04-27 19:28:00 +01:00
Christophe Riccio
d78ffa1d15 Added draft implementations for all noise functions 2011-04-27 17:29:11 +01:00
Christophe Riccio
f9857721d8 Fixed qualifiers 2011-04-26 15:50:55 +01:00
Christophe Riccio
dbca36a123 Added noise function declarations 2011-04-26 15:46:22 +01:00
Christophe Riccio
00169d0cde Fixed noise function declarations 2011-04-26 14:59:33 +01:00
Christophe Riccio
46563c4e01 Merge branch '0.9.2' into noise 2011-04-26 14:48:58 +01:00
Christophe Riccio
7d0ba05fc2 Merge branch '0.9.2' into gtx_ulp 2011-04-26 14:48:36 +01:00
Christophe Riccio
eb95923402 Developement test 2011-04-26 14:46:30 +01:00
Christophe Riccio
69c764eca9 Fixed build 2011-04-26 14:24:45 +01:00
Christophe Riccio
6595dfab86 Updated function qualifier with GLM macro 2011-04-26 14:10:51 +01:00
Christophe Riccio
5d2673fbba Merge branch '0.9.2' into cuda 2011-04-26 14:07:36 +01:00
Christophe Riccio
d1dd18ce40 Fixed merge 2011-04-26 14:05:18 +01:00
Christophe Riccio
68ccdb2c0f Merge branch '0.9.2' into noise 2011-04-26 13:51:21 +01:00
Christophe Riccio
6d5cfcd4b0 Merge branch '0.9.1' into noise 2011-04-26 13:51:09 +01:00