Commit Graph

  • 1d05f79eb8 C++11 tests Christophe Riccio 2011-09-24 23:25:09 +0100
  • 156235e574 Merge branch '0.9.3' into swizzle Christophe Riccio 2011-09-24 13:56:54 +0100
  • a1789110e7 Fixed build Christophe Riccio 2011-09-24 13:56:36 +0100
  • 2912e726be Fixed build on G++ Christophe Riccio 2011-09-24 13:40:55 +0100
  • 1e8802fa47 Replace spaces by tabs Christophe Riccio 2011-09-24 13:14:15 +0100
  • 1eb86ac921 Fixed merge Christophe Riccio 2011-09-24 13:09:47 +0100
  • 42cfff00a1 Merge branch '0.9.3' into swizzle Christophe Riccio 2011-09-23 20:39:46 +0100
  • 1245dc51f3 Merge branch '0.9.3' of git://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math athile 2011-09-23 14:10:59 -0400
  • 124923154b Fix swizzle size defect and further clean-up athile 2011-09-23 14:08:52 -0400
  • 6d83744b39 Simplify swizzling implementation into one swizzle class athile 2011-09-23 13:37:07 -0400
  • 44bd721a41 Swizzle clean-up athile 2011-09-23 11:51:21 -0400
  • c7e5c17898 Added disk and ball rand implementations Christophe Riccio 2011-09-23 09:59:13 +0100
  • 5f52e6a82f Added spherical and circular rand implementations Christophe Riccio 2011-09-23 09:14:25 +0100
  • 7df14e51dd Updated linearRand test Christophe Riccio 2011-09-22 20:25:50 +0100
  • a762f19861 Further swizzle work. athile 2011-09-22 14:56:39 -0400
  • 3aefc82e95 Added linearRand implementation Christophe Riccio 2011-09-22 09:58:57 +0100
  • 6dee4eabc4 WIP swizzle. Note: glm::dot() now working for swizzled vec3, but mysteriously not for vec2 or vec4. athile 2011-09-21 20:09:34 -0400
  • 2851081b66 Incremental work on improving swizzles. athile 2011-09-21 16:49:42 -0400
  • 1caa95f895 Merge branch '0.9.3' into swizzle Christophe Riccio 2011-09-21 21:38:22 +0100
  • 1e9c4ffe94 Fixed merge Christophe Riccio 2011-09-21 21:34:13 +0100
  • dd2de8b20d Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3 Christophe Riccio 2011-09-21 21:11:44 +0100
  • a18a7dfac9 Added new GTC API for random Christophe Riccio 2011-09-21 21:10:51 +0100
  • 3b66632235 Added half matrix tests Christophe Riccio 2011-09-21 20:01:29 +0100
  • 73d5e729c1 WIP swizzles athile 2011-09-21 14:39:50 -0400
  • b2b664e9d9 Updated simplex3d implementation Christophe Riccio 2011-09-21 19:37:10 +0100
  • cd1df245bc Added noise tests output Christophe Riccio 2011-09-21 17:48:49 +0100
  • fe9a5562c1 Binary operators for swizzle/vec combinations athile 2011-09-21 12:42:35 -0400
  • 5d3c6fb4ca Start implementation for swizzle operaators. operator+ and operator- have been added. athile 2011-09-21 12:19:27 -0400
  • d942261f23 Reenable the hvec3 test code athile 2011-09-21 11:31:55 -0400
  • 24879d4580 Sync up to branch 0.9.3 athile 2011-09-21 11:25:30 -0400
  • be46a19359 Merge branch 'swizzle' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into swizzle Christophe Riccio 2011-09-21 11:48:26 +0100
  • 73e730e45a Added test with swizzle operators on both size Christophe Riccio 2011-09-21 11:46:46 +0100
  • c02178c7f9 Fixed merge Christophe Riccio 2011-09-21 11:34:49 +0100
  • 506ea8cf0b Fixed merge Christophe Riccio 2011-09-21 11:27:35 +0100
  • 64453fd44e Fixed half vectors on VC + MS lang ext Christophe Riccio 2011-09-21 10:53:10 +0100
  • cec8665d16 Fixed ticket #128, bitfield based on vec types Christophe Riccio 2011-09-21 10:50:54 +0100
  • c998734914 Restore MS version of hvec* Christophe Riccio 2011-09-21 09:01:04 +0100
  • 6022ff616e Swizzle updates to handle non-POD types (e.g. hvec3) correctly athile 2011-09-20 22:21:15 -0400
  • f09aa1c177 First pass at adding swizzling members. athile 2011-09-20 20:17:52 -0400
  • d668433c20 Added half vec* and mat* tests Christophe Riccio 2011-09-20 18:32:45 +0100
  • bf698ec3e6 Clean up half old cast operators and added counter ops tests Christophe Riccio 2011-09-20 18:11:46 +0100
  • fc30641140 Added cast from Half types to any scalar types Christophe Riccio 2011-09-20 17:44:58 +0100
  • edff9f7bf2 Merge branch '0.9.2' into 0.9.3 Christophe Riccio 2011-09-20 00:57:38 +0100
  • 82bad5f4e5 Listed fixed hvec* (and hmat*) types, ticket #117 Christophe Riccio 2011-09-20 00:47:06 +0100
  • 06f1deafc8 Fixed higherMultiple for half types Christophe Riccio 2011-09-20 00:44:08 +0100
  • 5498879b8a Released GLM 0.9.2.5 0.9.2.5 Christophe Riccio 2011-09-20 00:19:53 +0100
  • 166c75afec Fixed packing tests Christophe Riccio 2011-09-19 23:05:29 +0100
  • 16bcc4444f Improved half implementation Christophe Riccio 2011-09-19 19:48:26 +0100
  • 3ca45b7f0e Updated Clang and LLVM detection Christophe Riccio 2011-09-19 18:24:21 +0100
  • d868e52275 Improved int64 type for C99 support Christophe Riccio 2011-09-19 17:49:47 +0100
  • aa92c76da2 Fixed length build Christophe Riccio 2011-09-19 17:04:11 +0100
  • 0a7e5ffaf0 Fixed merge Christophe Riccio 2011-09-18 19:44:45 +0100
  • 0c7dadef8e Fixed length function for half vec* types Christophe Riccio 2011-09-18 19:28:48 +0100
  • ac869c9faa Fixed merge Christophe Riccio 2011-09-18 19:01:49 +0100
  • 38837a888d Added vec type size tests Christophe Riccio 2011-09-18 18:49:52 +0100
  • 3e42bea4a0 Fixed build Christophe Riccio 2011-09-18 18:22:24 +0100
  • 26f0bf7a4d Fixed build Christophe Riccio 2011-09-18 18:20:45 +0100
  • 1ac0806c5d Fixed random tests Christophe Riccio 2011-09-18 13:48:19 +0100
  • 3160fbf58c Fixed duplicated implementation of random functions Christophe Riccio 2011-09-18 13:20:37 +0100
  • 4f2051728c Added GTC_random tests Christophe Riccio 2011-09-18 10:45:57 +0100
  • bbaab256ac Created GTC_random Christophe Riccio 2011-09-18 08:05:09 +0100
  • 621b1a1cd0 Fixed random tests Christophe Riccio 2011-09-18 07:23:14 +0100
  • cc48ab3697 Added experiments and tests for roundEven Christophe Riccio 2011-09-17 11:12:35 +0100
  • 472174a206 Fixed merge Christophe Riccio 2011-09-16 09:46:37 +0100
  • 91b8ae9c6e Fixed round function Christophe Riccio 2011-09-16 09:44:06 +0100
  • 7cd97fe610 Fixed and test round functions Christophe Riccio 2011-09-16 09:39:51 +0100
  • 20816a9f94 Updated compiler message tests Christophe Riccio 2011-09-16 00:18:12 +0100
  • 4ac1d9c5cf Added round tests Christophe Riccio 2011-09-16 00:15:02 +0100
  • 1457961340 Fixed merge Christophe Riccio 2011-09-15 14:44:27 +0100
  • e42e112469 Typo Christophe Riccio 2011-09-15 14:28:46 +0100
  • 830988ae52 Updated readme for GLM 0.9.2.5 release Christophe Riccio 2011-09-14 16:09:59 +0100
  • 9e74be2206 Fixed merge Christophe Riccio 2011-09-14 16:05:12 +0100
  • 450d75897c Fixed packing function implementation Christophe Riccio 2011-09-14 16:01:50 +0100
  • 406bb666ea Fixed and tested all packing functions Christophe Riccio 2011-09-14 10:21:04 +0100
  • 321f89ff7a Fixed and tested pack/unpackSnorm4x8 functions Christophe Riccio 2011-09-14 09:05:28 +0100
  • 0ab221458f Fixed bug 123 Christophe Riccio 2011-09-14 09:04:12 +0100
  • b21b389d2c Fixed and tested pack/unpackSnorm2x16 functions Christophe Riccio 2011-09-13 18:05:15 +0100
  • 7455b4f451 Added missing declaration Christophe Riccio 2011-09-13 16:21:48 +0100
  • 132ed9aa0e Added pack/unpackDouble2x32 tests Christophe Riccio 2011-09-13 16:15:32 +0100
  • 5f4a5b62f4 Fixed ticket 123, Visual C++ warnings Christophe Riccio 2011-09-13 16:08:05 +0100
  • 64f9e3564d Added packHalf2x16 tests Christophe Riccio 2011-09-13 15:27:16 +0100
  • bf76e0af09 Added GLSL 4.20 pack/unpackHalf16x2 functions Christophe Riccio 2011-09-13 14:44:38 +0100
  • f4800e6fc2 Added GLSL 4.20 pack/unpackSnorm2x16 Christophe Riccio 2011-09-13 14:11:58 +0100
  • d2e1718286 Fixed floatBitXint tests Christophe Riccio 2011-09-13 13:53:40 +0100
  • 6628d62ce6 Fixed merge Christophe Riccio 2011-09-13 13:35:05 +0100
  • 76214fa0da Fixed build Christophe Riccio 2011-09-13 13:32:42 +0100
  • a734a705b7 Fixed build Christophe Riccio 2011-09-13 13:25:06 +0100
  • dd2f8e1a97 Merge branch '0.9.2' into 0.9.3 Christophe Riccio 2011-09-13 12:56:38 +0100
  • 78ab122ae0 Declare specialized floattoXint functions Christophe Riccio 2011-09-13 12:56:11 +0100
  • 12033f401b Merge branch '0.9.2' into 0.9.3 Christophe Riccio 2011-09-13 12:26:52 +0100
  • 0c70a2b1ea Fixed vec3 and vec4 for floattoXint functions Christophe Riccio 2011-09-13 12:26:33 +0100
  • 168d9c9024 Added floattoint tests Christophe Riccio 2011-09-13 12:23:11 +0100
  • 9495a73137 Merge branch '0.9.2' into 0.9.3 Christophe Riccio 2011-09-13 11:59:31 +0100
  • a198721c14 Fixed ticket 126, returns wrong types to floatToXint functions Christophe Riccio 2011-09-13 11:59:08 +0100
  • 615262d52f Clean up tests Christophe Riccio 2011-09-13 11:54:21 +0100
  • 51716bb460 Extensions included have a define which value is GLM_VERSION Christophe Riccio 2011-09-13 11:34:45 +0100
  • f035982424 Removed warning, declared some parameter documentation Christophe Riccio 2011-09-09 12:26:32 +0100
  • 10b7640186 Referenced OpenGL 4.2 Christophe Riccio 2011-09-09 12:01:45 +0100
  • 2883847388 Fixed build, error from removed namespace and contructor casts Christophe Riccio 2011-09-09 11:46:11 +0100
  • 24e438dac4 Updated documentation Christophe Riccio 2011-09-09 11:23:40 +0100