Tim Howard
e2bc911f00
Fixed component swapping in tmat2x2::_inverse().
...
NB: glm::detail::tmat2x2::_inverse() incorrectly swaps all components instead of only main diagonals:
A = ⌈a b⌉
⌊c d⌋
(using standard representation). _inverse() on A incorrectly gives the order
⌈ d -c⌉
⌊-b a⌋
(swaps both diagonals) where it should be
⌈ d -b⌉
⌊-c a⌋
(I am leaving out division by the determinate for clarity).
Also, glm::inverse() in `glm/core/func_matrix.inl` is correct for 2x2 matrices and shows the mistake of _inverse().
The unit tests do not appear to test division of a mat2 by a mat2 (where this could arise).
ago%!(EXTRA string=13 years)
Christophe Riccio
5868f20644
Merge pull request #3 from greenboxal/master
...
Visual Studio 2012 Debugger Visualizers
ago%!(EXTRA string=13 years)
Jonathan Lima
7d9c22094c
Added debbugger visualizers for Visual Studio 2012.
...
Signed-off-by: Jonathan Lima <greenboxal@gmail.com>
ago%!(EXTRA string=13 years)
Christophe Riccio
c588e9fa1e
Merge pull request #16 from gigadude/master
...
Fix broken GCC SSE support
ago%!(EXTRA string=13 years)
Ed Hutchins
311c64c3d3
Fixed SSE detection
ago%!(EXTRA string=13 years)
Christophe Riccio
485700a546
Updated downloads
ago%!(EXTRA string=13 years)
Christophe Riccio
5506d67789
Getting GLM 0.9.3.4 release
ago%!(EXTRA string=13 years)
Christophe Riccio
ac8ec9b97c
Fixed SSE includes with GCC
ago%!(EXTRA string=13 years)
Christophe Riccio
9bd19663c1
Fixed #186 , fixed warning
ago%!(EXTRA string=13 years)
Christophe Riccio
3ab80ffe6d
Fixed #187 , fixed bitfieldExtract for vector based type
ago%!(EXTRA string=13 years)
Christophe Riccio
a979cb483e
Updated readme for GLM 0.9.3.4 release
ago%!(EXTRA string=13 years)
Christophe Riccio
e26b0587b2
Deleted VIRTREV_xstream
ago%!(EXTRA string=13 years)
Christophe Riccio
6eeec5c191
Updated index
ago%!(EXTRA string=13 years)
Christophe Riccio
a5e450cc01
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
ba6807b754
Added SSE4 and AVX2 detection, most changes from d9dc21328f
ago%!(EXTRA string=13 years)
Christophe Riccio
b88c550a10
Updated version for next release
ago%!(EXTRA string=13 years)
Christophe Riccio
febf667159
Updated links
ago%!(EXTRA string=13 years)
Christophe Riccio
c4d886a3d6
Updared readme
ago%!(EXTRA string=13 years)
Christophe Riccio
965873430c
Prepare GLM 0.9.3.3 release
ago%!(EXTRA string=13 years)
Christophe Riccio
ac0c938442
Fixed VC warning
ago%!(EXTRA string=13 years)
Christophe Riccio
ff3ad788df
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
ade527271e
Fixed transpose test
ago%!(EXTRA string=13 years)
Christophe Riccio
45f82ab884
Added transpose test
ago%!(EXTRA string=13 years)
Christophe Riccio
34dc3a6ef6
Fixed matrixCompMult function for none square matrix
ago%!(EXTRA string=13 years)
Christophe Riccio
6920963069
Updated readme.txt
ago%!(EXTRA string=13 years)
Christophe Riccio
a5fdf3c1bf
Fixed ticket #182 , isnan and isinf conflicts
ago%!(EXTRA string=13 years)
Christophe Riccio
928ed30fe0
Fixed namespace issue with stream operators
ago%!(EXTRA string=13 years)
Christophe Riccio
fb220d3f84
Fixed warnings: cast and redefined defines
ago%!(EXTRA string=13 years)
Christophe Riccio
4989ad5a97
Fixed android detection #180
ago%!(EXTRA string=13 years)
Christophe Riccio
17eb14125a
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
958bb6f6ca
Fixed GTX_compatibility on Android r7
ago%!(EXTRA string=13 years)
Christophe Riccio
4585395a89
Added CMake test build options
ago%!(EXTRA string=13 years)
Christophe Riccio
ac768ea12b
Added an alias (slerp) for mix with quaternions
ago%!(EXTRA string=13 years)
Christophe Riccio
874a675bb9
Fixed nextafter for float on Intel compiler
ago%!(EXTRA string=13 years)
Christophe Riccio
535f67e45e
Ticket #176 , workaround for Intel compiler which has a bug with lookAt
ago%!(EXTRA string=13 years)
Christophe Riccio
a2833dcb3c
Merge branch '0.9.3' of github.com:Groovounet/glm into 0.9.3
ago%!(EXTRA string=13 years)
Christophe Riccio
17563f9a28
Fixed perspectiveFov
ago%!(EXTRA string=13 years)
Christophe Riccio
7373e7b8da
Promote eulerAngles to GTC quaternion extension
ago%!(EXTRA string=13 years)
Christophe Riccio
fa84c6d1b0
Added length implementation
ago%!(EXTRA string=13 years)
Christophe Riccio
28ea6eb5c4
Merge pull request #5 from zhumeng1989/mytest
...
Fixed a bug in test/gtx_simd_mat4->test_mulD
ago%!(EXTRA string=13 years)
Meng Zhu
4479150858
Fixed a bug in test/gtx_simd_mat4->test_mulD
ago%!(EXTRA string=13 years)
Christophe Riccio
82f86a8057
Added GLM 0.9.3.2 release
ago%!(EXTRA string=13 years)
Christophe Riccio
cca0dfa3b9
Updated github post
ago%!(EXTRA string=13 years)
Christophe Riccio
14cfe58ede
Move repository to git
ago%!(EXTRA string=13 years)
Christophe Riccio
b963dab49d
Removed api doc form the repository
ago%!(EXTRA string=13 years)
Christophe Riccio
8537e33b8d
Fixed ticket 169, parameter not used for mat division
ago%!(EXTRA string=13 years)
Christophe Riccio
edccfa24b9
Fixed Clang version defines, ticket #170
ago%!(EXTRA string=13 years)
Christophe Riccio
b08fd7e4b3
Added background
ago%!(EXTRA string=13 years)
Christophe Riccio
92de55115b
Release 0.9.3.1
ago%!(EXTRA string=13 years)
Christophe Riccio
584c24875a
Added API doc
ago%!(EXTRA string=13 years)