Commit Graph

  • 06b1578117 Merge pull request #28 from mackron/QuatWarningFix Christophe Riccio 2012-12-22 02:56:46 -0800
  • dc9a2486d6 Fix a -Wswitch-default warning in GCC. Dave Reid 2012-12-22 11:57:19 +1000
  • ac59f0e4c5 Updated manual, fixing issue #16 Christophe Riccio 2012-12-22 02:23:39 +0100
  • ad36b36b5b Updated mix and lerp documentation Christophe Riccio 2012-12-22 01:32:33 +0100
  • 29805391bd Added tests for slerp function Christophe Riccio 2012-12-22 00:32:07 +0100
  • b78d53d0ac Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-12-21 23:05:38 +0100
  • 912d1b1e81 Added slerp, lerp and mix functions for quaternions. Added, fixed and clarified documentation. Christophe Riccio 2012-12-21 23:05:10 +0100
  • a38b927608 Merge pull request #27 from mackron/SIMD Christophe Riccio 2012-12-21 11:02:43 -0800
  • 6f22430bbc Resolved quaternion slerp interpolation, implemented by mix function Christophe Riccio 2012-12-21 02:21:21 +0100
  • 7b6fb9f635 Fix GCC warnings. Dave Reid 2012-12-21 10:48:10 +1000
  • f206f39c3a Fix MinGW compilation error. Dave Reid 2012-12-21 10:38:46 +1000
  • b5274bfa52 Updated readme.txt for GLM 0.9.4.1 release Christophe Riccio 2012-12-21 00:18:34 +0100
  • d694c0d19d Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-12-21 00:17:51 +0100
  • 82832839c2 Resolved issue #24, incorrect assert messages for step and smoothstep Christophe Riccio 2012-12-21 00:17:23 +0100
  • 1a2e05a1cc Merge pull request #25 from mackron/SIMD Christophe Riccio 2012-12-20 15:05:05 -0800
  • 18c616528a Add missing implementations of fmat4x4SIMD unary operators. Dave Reid 2012-12-21 08:33:14 +1000
  • c6c8dd15f2 Add missing implementation of fmat4x4SIMD binary operators. Dave Reid 2012-12-21 08:28:34 +1000
  • a4ea111417 Add a new constructor to fmat4x4SIMD that takes a __m128[4]. This is used in a future commit. Dave Reid 2012-12-21 08:19:36 +1000
  • 60c3d3c943 Improve const-correctness in instrinsic_matrix.inl. Dave Reid 2012-12-21 08:12:30 +1000
  • 3681cd3523 Add support for doing an identity initialization in the default constructor of fmat4x4SIMD(). Dave Reid 2012-12-21 07:55:39 +1000
  • efff3add87 Add support for doing a (0.0, 0.0, 0.0, 0.0) initialization in the default constructor of fvec4SIMD(). Dave Reid 2012-12-21 07:49:49 +1000
  • 87c90590be Add support for x,y,z,w accessors to fvec4SIMD. Dave Reid 2012-12-21 07:40:03 +1000
  • 560b474008 Fixed quat slerp using mix function when cosTheta close to 1 Christophe Riccio 2012-12-20 18:13:04 +0100
  • 0b41846700 Fixed speeling Christophe Riccio 2012-12-20 11:16:12 +0100
  • c19dda3797 Fixed quaternion interpolation when cosTheta is close to zero Christophe Riccio 2012-12-20 00:37:28 +0100
  • ec05d43d7d Updated readme for GLM 0.9.4.1 release Christophe Riccio 2012-12-16 22:05:23 +0100
  • 443f62bb08 Fixed issue #19, fixed -0.0 with half Christophe Riccio 2012-12-16 21:54:54 +0100
  • 739ab3529c Resolved issue #4, added GLM_GTX_rotate_normalized_axis Christophe Riccio 2012-12-14 00:14:02 +0100
  • 8a291a9dc2 Fixed bug #14, fixed constexpr Christophe Riccio 2012-12-13 23:08:41 +0100
  • 841f91e830 Fixed bug #15, added missing roll, pitch and yaw functions; Fixed half implicit conversions Christophe Riccio 2012-12-13 22:48:20 +0100
  • 931b7bcdd6 Fixed issue #18 glm::clamp and NaN's Christophe Riccio 2012-12-13 11:26:59 +0100
  • a7fb9f31fd Fixed bug #13, ICC built on Linux Christophe Riccio 2012-12-10 14:07:33 +0100
  • c7fa6d745a Revert previous change trying to fix bug #13: Break the build on Windows... Christophe Riccio 2012-12-09 00:40:25 +0100
  • 8b75ff6e1c Added GTX_multiple tests Christophe Riccio 2012-12-07 11:25:06 +0100
  • 7e0288359f Tentative of fixing bug #13, nextafter on Intel compiler Christophe Riccio 2012-12-07 11:22:13 +0100
  • 753d5db251 Updated documentation Christophe Riccio 2012-11-18 14:05:52 +0100
  • 5474e33d08 Clean up util files Christophe Riccio 2012-11-18 14:03:14 +0100
  • b8f30c5ad3 Fixed bug #11, added missing quat based epsilonEqual and epsilonNotEqual definitions Christophe Riccio 2012-11-15 15:37:28 +0100
  • 47b610c6d3 Clean up doxygen documentation Christophe Riccio 2012-11-15 15:29:41 +0100
  • 4b18cc7051 Clean up doxygen documentation... was exposing implementation details Christophe Riccio 2012-11-14 12:16:10 +0100
  • 2f8f070597 Fixed GTC_epsilon with Clang Christophe Riccio 2012-11-14 12:02:24 +0100
  • 0b745d4e1c Clean up space characters Christophe Riccio 2012-11-13 17:57:42 +0100
  • 7b60ef7ab4 Merge branch 'master' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-11-13 17:55:19 +0100
  • 214c56cd45 Updated doxygen documentation Christophe Riccio 2012-11-13 17:54:11 +0100
  • 63ae274be2 Merge pull request #10 from boromisp/master Christophe Riccio 2012-11-13 08:51:21 -0800
  • 9a4abb07ef Updated GLM manual for 0.9.4 Christophe Riccio 2012-11-13 13:48:37 +0100
  • 7778013575 Fixed space characters Christophe Riccio 2012-11-13 13:19:11 +0100
  • 1683e78f58 Fixed the line-sphere intersection boromisp 2012-11-11 23:53:10 +0100
  • ed12134f34 Fixed the original ray-sphere intersection boromisp 2012-11-11 23:41:11 +0100
  • 3a3c1fd8e8 Added new ray-sphere intersection boromisp 2012-11-11 23:09:12 +0100
  • 4fff9b4367 Added matrix inverse tests and clean up space characters Christophe Riccio 2012-11-09 03:39:43 +0100
  • c9a0b87c7b Fixed spaces Christophe Riccio 2012-11-09 01:24:22 +0100
  • a69de771a0 Fixed merge Christophe Riccio 2012-11-09 01:24:04 +0100
  • f96b0424ec Merge pull request #5 from komiga/master Christophe Riccio 2012-11-08 16:00:49 -0800
  • 4d3af10700 Fixed space characters Christophe Riccio 2012-11-08 15:00:50 +0100
  • 669ace8067 Fixed space character Christophe Riccio 2012-11-08 14:34:22 +0100
  • bfec0e2388 Fixed epsilon for half types Christophe Riccio 2012-11-06 02:26:31 +0100
  • 1fb8bec873 Fixed abs function for half based types Christophe Riccio 2012-11-06 01:23:14 +0100
  • cdf5d19275 Fixed space characters, using tab Christophe Riccio 2012-11-06 00:44:48 +0100
  • 415c970188 Renamed equalEpsilon function into epsilonEqual and added tests Christophe Riccio 2012-11-05 19:43:23 +0100
  • 9d9a625493 Renamed equalEpsilon function into epsilonEqual and added tests Christophe Riccio 2012-11-05 19:39:22 +0100
  • a350a26e3b Fixed merge Christophe Riccio 2012-11-04 21:59:53 +0100
  • 16876bef5a Fixed merge Christophe Riccio 2012-11-04 21:57:19 +0100
  • 1dda2390e5 Fixed warnings on MacOS X Christophe Riccio 2012-11-04 14:26:54 +0100
  • 1cc7448c43 Fixed CUDA 5 warning due to parameter name mismatch between the declaration and the definition Christophe Riccio 2012-11-03 00:34:19 +0100
  • e2bc911f00 Fixed component swapping in tmat2x2::_inverse(). Tim Howard 2012-10-22 17:23:03 -0400
  • 1ded040f23 Merge branch 'master' into 0.9.4 Christophe Riccio 2012-10-18 12:16:52 +0200
  • 44e7f41bf5 Fixed readme Christophe Riccio 2012-10-18 12:13:21 +0200
  • af2debfd43 Fixed spaces Christophe Riccio 2012-10-18 12:12:32 +0200
  • 346e305593 Updated doxyfile for version 1.8.0 Christophe Riccio 2012-10-18 12:11:48 +0200
  • e1afbc9cea Merge pull request #22 from progschj/master Christophe Riccio 2012-10-18 03:04:29 -0700
  • 476abb8be0 removed \ from commented out out macro on line 564 to avoid compiler warnings for multiline comments Jakob Progsch 2012-10-18 11:56:54 +0200
  • 9e6a23aaed Merge branch 'master' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-10-13 23:04:00 +0200
  • 5868f20644 Merge pull request #3 from greenboxal/master Christophe Riccio 2012-10-13 14:02:07 -0700
  • d18a415ddd Updated readme with Apple platform update Christophe Riccio 2012-10-13 22:47:49 +0200
  • c899d63725 Fixed Clang and LLVM GCC detection Christophe Riccio 2012-10-13 18:26:04 +0200
  • 88092b1c19 Merge branch '0.9.4' of https://github.com/g-truc/glm into 0.9.4 Christophe Riccio 2012-10-09 20:36:31 +0200
  • 3647c867e5 updated spaces Christophe Riccio 2012-10-09 20:36:02 +0200
  • 7d9c22094c Added debbugger visualizers for Visual Studio 2012. Jonathan Lima 2012-10-05 11:56:50 -0300
  • e7233b20a8 Merge branch 'master' of https://github.com/Groovounet/glm into 0.9.4 Christophe Riccio 2012-09-25 00:28:42 +0200
  • 5adff62c34 Merge pull request #19 from cneumann/master Christophe Riccio 2012-09-24 15:27:22 -0700
  • ed2f46f2fa make FindGLM.cmake more compliant with cmake module recommendations Carsten Neumann 2012-09-24 15:20:02 -0500
  • b9d9ae4ec5 updated CLang version detection Christophe Riccio 2012-09-23 15:30:17 +0100
  • 8b5e63375f updated CLang version detection Christophe Riccio 2012-09-23 15:27:47 +0100
  • 3fc42c9e9e Simplify Compilation build model detection Christophe Riccio 2012-09-20 17:31:32 +0200
  • 8aa2eafc36 Added experiment in comment to auto detect the instruction set Christophe Riccio 2012-09-20 16:35:10 +0200
  • 8c4ea6ebb2 Fixed isnan on GCC Christophe Riccio 2012-09-20 12:28:12 +0200
  • c6d87a9458 Added compiler detection Christophe Riccio 2012-09-20 11:40:15 +0200
  • 1eac545656 Fixed Intel compiler detection Christophe Riccio 2012-09-20 10:28:39 +0200
  • b012c80771 Fixed isnan for Intel compiler Christophe Riccio 2012-09-20 10:17:03 +0200
  • b1ecabdd28 Fixed GTX_matrix_interpolation, issue #9 Christophe Riccio 2012-09-19 19:14:45 +0200
  • 7e3f00d034 Added missing test files Christophe Riccio 2012-09-19 15:34:23 +0200
  • c2eea6da26 Removed floor_log2, comment that isnan and isinf are not working on MinGW Christophe Riccio 2012-09-18 01:52:16 +0200
  • c7812d44cf Added findLSB test Christophe Riccio 2012-09-16 23:26:25 +0200
  • 56738ee5cb Added idea for SSE2 implementation of findMSB Christophe Riccio 2012-09-13 02:14:41 +0200
  • 69dd0d26b5 Updated readme.txt for 0.9.4.0 release Christophe Riccio 2012-09-13 00:45:20 +0200
  • 8a7d6080d1 Fixed findMSB generic path Christophe Riccio 2012-09-13 00:43:46 +0200
  • a2ba0ea86f Merge branch '0.9.3' of https://github.com/Groovounet/glm into 0.9.4 Christophe Riccio 2012-09-12 15:59:17 +0200
  • d6bbf90670 Merge pull request #17 from muep/fix_msb Christophe Riccio 2012-09-12 06:56:44 -0700
  • ad3422f6aa Better fix glm::findMSB for GCC >= 4.0 Joonas Sarajärvi 2012-09-12 15:17:21 +0300