Commit Graph

  • 9841d2a2b4 Removed SSE tests Christophe Riccio 2013-05-11 22:40:02 +0200
  • 929b521381 Added embedded SSE opetimizations in mat4 code Christophe Riccio 2013-05-11 00:08:55 +0200
  • 66e3e52592 Fixed increment and decrement operators for matrix types Christophe Riccio 2013-05-10 23:08:30 +0200
  • 95e72aa545 Added asserts to GTC_matrix_access Christophe Riccio 2013-05-10 22:00:53 +0200
  • 6487ed1c34 Added assert to row and column functions Christophe Riccio 2013-05-10 21:52:23 +0200
  • 1b3d5cd378 Fixed space characters Christophe Riccio 2013-05-10 21:37:20 +0200
  • a2583caa0f Added vector type operator declarations Christophe Riccio 2013-05-10 14:03:54 +0200
  • a319cff426 Removed scalar functions Christophe Riccio 2013-05-10 12:36:10 +0200
  • 210ad9f8ca Fixed merge Christophe Riccio 2013-05-10 11:30:14 +0200
  • ebd38a0a78 Merge branch '0.9.5' of https://github.com/g-truc/glm into 0.9.5 Christophe Riccio 2013-05-10 11:28:22 +0200
  • 9556540244 Fixed documents Christophe Riccio 2013-05-10 11:28:08 +0200
  • 401fa850e5 Fixed build issue Christophe Riccio 2013-05-10 11:26:23 +0200
  • bb12709176 More fun with C++ Christophe Riccio 2013-05-10 10:47:34 +0200
  • 28d8e7f251 Fixed increment and decrement operators tests Christophe Riccio 2013-05-10 01:44:13 +0200
  • 85c36bc29c More fun with C++ Christophe Riccio 2013-05-09 22:16:50 +0200
  • 811dfa40c0 Merge branch '0.9.5' into angle Christophe Riccio 2013-05-09 16:07:17 +0200
  • 4a93e0ab70 Fixed explicit empty constructors for specialized half classes Christophe Riccio 2013-05-09 16:06:59 +0200
  • 783a266cc9 More fun with C++ Christophe Riccio 2013-05-09 16:05:58 +0200
  • cfd67a4482 Merge branch '0.9.5' into angle Christophe Riccio 2013-05-09 13:47:13 +0200
  • 1839858465 Fixed missing typename Christophe Riccio 2013-05-09 13:46:56 +0200
  • f6d5490f12 More fun with C++ Christophe Riccio 2013-05-09 13:46:29 +0200
  • 917404fbf7 Playing with C++ Christophe Riccio 2013-05-09 12:10:32 +0200
  • 772e3b44f3 Added angle and user defined literals for degrees and radians Christophe Riccio 2013-05-08 22:05:47 +0200
  • 691f04e14f Fixed post in/decrement operators Christophe Riccio 2013-05-08 21:52:21 +0200
  • 28c6bba18c Refacted GTC_angle Christophe Riccio 2013-05-07 01:20:00 +0200
  • 929f140b1e Added GTC_angle extension files Christophe Riccio 2013-05-07 01:05:45 +0200
  • b2e55904b8 Fixed dual quat built on GCC Christophe Riccio 2013-05-07 01:02:52 +0200
  • 5338aaac9e Added half literals Christophe Riccio 2013-05-07 01:01:56 +0200
  • 49fbfa051c Optimized radians and degrees functions Christophe Riccio 2013-05-06 20:35:13 +0200
  • 13f27821b9 Completed GTX_multiple for negative values, issue #79 Christophe Riccio 2013-05-06 18:00:06 +0200
  • e3da5f952c Fixed merge Christophe Riccio 2013-05-06 15:34:37 +0200
  • 57a093035f Updated cast test Christophe Riccio 2013-05-06 15:22:42 +0200
  • 86a5825fee Merge pull request #80 from robert-ancell/0.9.4 Christophe Riccio 2013-05-06 06:16:35 -0700
  • 092ccbe64f Merge branch '0.9.5' of https://github.com/g-truc/glm into 0.9.5 Christophe Riccio 2013-05-05 21:36:41 +0200
  • 56564badb5 Added tests for issue #72 Christophe Riccio 2013-05-05 21:36:22 +0200
  • 0d3883c204 Merge pull request #75 from mackron/quat_simd Christophe Riccio 2013-05-05 09:16:35 -0700
  • 764a8afc54 Merge e0cfd7d672 into c795562f67 David Reid 2013-05-05 09:15:31 -0700
  • c795562f67 Renamed gentype::null into gentype::_null for Tizen, #78 Christophe Riccio 2013-05-05 18:06:42 +0200
  • 41d56d7873 Merge f0d4080fe3 into 073675d970 Robert Ancell 2013-05-03 16:59:00 -0700
  • f0d4080fe3 Fix glm::higherMultiple and glm::lowerMultiple and assoicated test cases. Does not fix the specialized versions of these functions Robert Ancell 2013-05-03 16:52:06 -0700
  • 31805bcd79 Removed grid test Christophe Riccio 2013-05-01 19:03:41 +0200
  • 281a391b4d Fixed swizzle build on Visual C++ compiler Christophe Riccio 2013-05-01 01:54:48 +0200
  • e0cfd7d672 Attempt a small optimization in operator*(fquatSIMD, fvec4SIMD). No big improvement. Dave Reid 2013-04-24 15:00:03 +1000
  • c08ea7656b Reorganize operator* to makes things a bit clearer. Dave Reid 2013-04-24 14:22:27 +1000
  • 1eb88e4bc1 Cleanup. Dave Reid 2013-04-24 14:06:28 +1000
  • c1006718b3 Add fastMix() and fastSlerp() implementations. Dave Reid 2013-04-24 13:55:38 +1000
  • d07496460a Add the ability to convert a SIMD quat to a standard mat4. Dave Reid 2013-04-24 09:54:28 +1000
  • 942bf08fe3 Add the ability to convert standard mat4s and mat3s to SIMD quats. Dave Reid 2013-04-24 09:39:22 +1000
  • 13837e1079 Remove the SSE3 implementation in operator*(fquatSIMD, fquatSIMD). Dave Reid 2013-04-24 08:51:17 +1000
  • 197b6c96d8 Improve efficiency of operator*(fquatSIMD, fquatSIMD) in SSE4 mode. Dave Reid 2013-04-24 07:58:41 +1000
  • d23da666c5 Merge branch '0.9.5' of https://github.com/g-truc/glm into quat_simd Dave Reid 2013-04-24 07:33:10 +1000
  • 5a82afae6f Fixed merge Christophe Riccio 2013-04-23 16:49:02 +0200
  • 8c7828e6f7 Fixed merge Christophe Riccio 2013-04-23 16:40:07 +0200
  • 3c7989486e Fixed literals in dual quaternion implementation Christophe Riccio 2013-04-23 16:39:15 +0200
  • fb99c4d2e7 Merge pull request #74 from mackron/0.9.5_Compilation_Fixes Christophe Riccio 2013-04-23 07:37:37 -0700
  • c33f28b13b Merge 6a7ccdb530 into f1967b5fb3 David Reid 2013-04-23 07:37:30 -0700
  • 7563a8bc4d Add initial implementation of SIMD optimized quaternions. Dave Reid 2013-04-23 15:36:12 +1000
  • 6a7ccdb530 Fix another compilation error. Dave Reid 2013-04-23 14:18:05 +1000
  • b6d994f638 Compilation fixes due to missing P template parameters. Dave Reid 2013-04-23 10:01:50 +1000
  • 5519b86003 Fix fvec4SIMD and fmat4x4SIMD compilation errors. Dave Reid 2013-04-23 09:19:57 +1000
  • 30dca2d0c7 Fix an ambiguity error with clamp(). Dave Reid 2013-04-23 09:09:37 +1000
  • 161c6c474b Added library builds Christophe Riccio 2013-04-22 22:28:00 +0200
  • f1967b5fb3 Removed GTX_ocl_type, issue #64 Christophe Riccio 2013-04-19 21:53:31 +0200
  • a67c7594bc Clarified comments in GTC_epsilon, issue #69 Christophe Riccio 2013-04-19 21:44:49 +0200
  • 85ae145cf5 Fixed merge Christophe Riccio 2013-04-19 21:38:57 +0200
  • 073675d970 Updated readme for issue #70 Christophe Riccio 2013-04-19 21:36:10 +0200
  • e5172fb284 Merge pull request #70 from Adellica/0.9.4 Christophe Riccio 2013-04-19 12:33:43 -0700
  • e72f18997c Fixed GTX_multiple for negative values, issue #51 Christophe Riccio 2013-04-19 21:30:52 +0200
  • 604405e941 Fixed equal operator on quat precision-closed Christophe Riccio 2013-04-17 18:24:02 +0200
  • 54e9d54579 Fixed tests and mat type typedefs Christophe Riccio 2013-04-17 12:26:34 +0200
  • abbb0fc7cb Added component wise comparison operators for quaternion Christophe Riccio 2013-04-17 11:16:54 +0200
  • d4043ea49a Added all precision types for GTC_type_precision Christophe Riccio 2013-04-16 21:58:26 +0200
  • 296e3d7007 Fixed half precision implementation Christophe Riccio 2013-04-15 11:04:24 +0200
  • 3245760f39 Merge 867db84ca5 into 78d3e5ca66 Kristian Lein-Mathisen 2013-04-14 14:40:42 -0700
  • 867db84ca5 Fixed mat2x4 value-type constructor Kristian Lein-Mathisen 2013-04-14 23:30:30 +0200
  • c14e2d7fbc Added precision template parameter Christophe Riccio 2013-04-10 13:46:27 +0200
  • bb0398ae4a Updated default precision section Christophe Riccio 2013-04-02 01:53:30 +0200
  • d2c0cf0a93 Fixed space characters Christophe Riccio 2013-04-02 01:50:12 +0200
  • 4b4f3fbbaa Fixed space characters and improved forward declaration, including extensions Christophe Riccio 2013-04-01 23:02:26 +0200
  • 733cd31b0d Updated documentation design (code), improved swizzling description Christophe Riccio 2013-04-01 22:47:07 +0200
  • 653e2e20ba Updated manual, new table of contents design. Created a faster compilation section, still in progress. Christophe Riccio 2013-04-01 14:07:08 +0200
  • e060785c15 Updated documentation for forward declaration Christophe Riccio 2013-04-01 13:06:47 +0200
  • 9e5e056229 Clean up Christophe Riccio 2013-04-01 13:06:15 +0200
  • 5bb22ed2ee Added txt files to the project solution Christophe Riccio 2013-04-01 13:05:43 +0200
  • 589e7cda6b Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 Christophe Riccio 2013-03-31 11:41:53 +0200
  • afb7779baf Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 Christophe Riccio 2013-03-31 03:35:10 +0200
  • ea09100144 Added forward declarations (glm/fwd.hpp) for faster compilations, issue #56 Christophe Riccio 2013-03-31 03:33:24 +0200
  • 39cf417691 Added initial implementation for forward declarations: int and float scalar types, #56 Christophe Riccio 2013-03-31 01:16:13 +0100
  • 6a96cd819a Fixed dual quaternion build on Clang, fixed space characters #49 Christophe Riccio 2013-03-31 00:48:28 +0100
  • 78d3e5ca66 Updated readme Christophe Riccio 2013-03-27 02:33:59 +0100
  • e7dc01fc06 Fixed slerp, linear interpolation when cosTheta is close to 1, #65 Christophe Riccio 2013-03-26 00:28:29 +0100
  • 563427cf88 C++ AMP test amp Christophe Riccio 2013-03-26 00:26:41 +0100
  • 7739e9c3e3 Fixed merge Christophe Riccio 2013-03-20 01:49:22 +0100
  • c097769bad Updated readme 0.9.4.3 Christophe Riccio 2013-03-19 20:16:11 +0100
  • dab66f81e5 Fixed mix function for bool and bvec* type third parameter, issue #59 Christophe Riccio 2013-03-17 14:03:37 +0100
  • 356e70e653 Autodetect C++ version using __cplusplus value, issue #62 Christophe Riccio 2013-03-17 12:59:59 +0100
  • 96ecbbb28b Added more mix function tests Christophe Riccio 2013-03-17 03:34:56 +0100
  • e7a5e50fc8 Fixed merge Christophe Riccio 2013-03-16 18:16:36 +0100
  • b7f622a142 Added mix function tests Christophe Riccio 2013-03-16 02:54:44 +0100
  • c3af426eb1 Added mix function tests Christophe Riccio 2013-03-16 02:46:41 +0100