Christophe Riccio
4e267b1b4f
Fixed Visual C++ internal error when declaring a global vec type with siwzzle expression enabled #594
ago%!(EXTRA string=9 years)
Christophe Riccio
2dda5af72c
Fixed GCC 4.5 and older build #566
ago%!(EXTRA string=9 years)
pbruvoll
d48ce7da53
Update sign of all components of scale.
...
Update all components of scale when determinant is negateve,, not just x component
ago%!(EXTRA string=9 years)
Martin Gerhardy
3f906960db
Fixed compiler warnings for g++ 6.2
ago%!(EXTRA string=9 years)
Christophe Riccio
ef4425a61d
Fixed intersectRayPlane returns true in parallel case #578
ago%!(EXTRA string=9 years)
Christophe Riccio
b5766d1514
Tentative fix for #512
ago%!(EXTRA string=9 years)
Christophe Riccio
79f6d7082c
Bump revision number for next 0.9.8 release
ago%!(EXTRA string=9 years)
Christophe Riccio
6a1e2ec5d5
Updated version
ago%!(EXTRA string=9 years)
Christophe Riccio
6b0c3b48cc
Fixed bitCount with AVX on 32 bit builds #567
ago%!(EXTRA string=9 years)
Christophe Riccio
c87e9bed0d
Updated revision number
ago%!(EXTRA string=9 years)
Patrik Huber
80390afd82
Changed T() to static_cast<T>
ago%!(EXTRA string=9 years)
Patrik Huber
282473be24
Fixed missing conversion to T
ago%!(EXTRA string=9 years)
Christophe Riccio
03672e9428
Fixed GTX_transform2 shear* functions #403
ago%!(EXTRA string=9 years)
Christophe Riccio
33ea25c052
Broader support of GLM_FORCE_UNRESTRICTED_GENTYPE #378
ago%!(EXTRA string=9 years)
Christophe Riccio
b45d5e8650
Fixed Android build error with C++11 compiler but C++98 STL #284 #564
ago%!(EXTRA string=9 years)
Christophe Riccio
535040b207
Made quat, vec, mat type component length() static #565
ago%!(EXTRA string=9 years)
Christophe Riccio
2e9f580615
vector/matrix component length() static #565
ago%!(EXTRA string=9 years)
Christophe Riccio
9298939816
length becomes a static function #565
ago%!(EXTRA string=9 years)
Christophe Riccio
e98ce44d85
Added warning messages when using GLM_FORCE_CXX** but the compiler is known to not fully support the requested C++ version #555
ago%!(EXTRA string=9 years)
Christophe Riccio
e1b88a05e9
Fixed filename #562
ago%!(EXTRA string=9 years)
Christophe Riccio
1c85265f97
Added Visual C++ 15 detection, Added Clang 4.0 detection, Refactored GLM_COMPILER_VC values
ago%!(EXTRA string=9 years)
Christophe Riccio
5f5e800a24
Fixed clang and GCC build #559
ago%!(EXTRA string=9 years)
Christophe Riccio
19a6d64e8c
Fixed Visual C++ constexpr build error #555 , #556
ago%!(EXTRA string=9 years)
Christophe Riccio
cae9f61e46
Updated GLM 0.9.8 revision
ago%!(EXTRA string=9 years)
Christophe Riccio
18ea7063c4
Updated version
ago%!(EXTRA string=9 years)
Christophe Riccio
0675da467a
Optimized quaternion log function #554
ago%!(EXTRA string=9 years)
Aaron
f2135a0ca3
Fixed scaling factors for packing and unpacking unorm555 and unorm565
ago%!(EXTRA string=9 years)
Christophe Riccio
8c960dc647
Alignof is a C++11 feature
ago%!(EXTRA string=9 years)
Christophe Riccio
6a30bbbe51
Fixed GCC build broken by #548 PR
ago%!(EXTRA string=9 years)
Aaron
ca0b7a9929
Merged graft commit
ago%!(EXTRA string=9 years)
Christophe Riccio
cb7179239b
- Fixed GCC 4.8 with C++11 compilation option #550
ago%!(EXTRA string=9 years)
Jason P. Barmparesos
f3044dde88
Fixed bug on the faceforward function.
ago%!(EXTRA string=9 years)
Sami Kankaristo
e9e26ab926
Change -pedantic to -Wpedantic
ago%!(EXTRA string=9 years)
Christophe Riccio
3c4fe6133e
Prepare GLM 0.9.8.1
ago%!(EXTRA string=9 years)
Christophe Riccio
e33e37dc48
Fixed CUDA warning #547
ago%!(EXTRA string=9 years)
Christophe Riccio
3d6791ef00
Merge
ago%!(EXTRA string=9 years)
Christophe Riccio
d0712875d8
Added missing extensions
ago%!(EXTRA string=9 years)
Christophe Riccio
3422dad8cc
Fixed missing GLM_FUNC_DECL causing Cuda build errors #547
ago%!(EXTRA string=9 years)
Christophe Riccio
c9831664c9
Updated manual
ago%!(EXTRA string=9 years)
Sergey Alexandrov
ee789e9092
Add GLF_FUNC_QUALIFIER to functors in "type_vec4.inl"
ago%!(EXTRA string=9 years)
Christophe Riccio
ff0054490d
Fixed GLM_FORCE_UNRESTRICTED_GENTYPE #543
ago%!(EXTRA string=9 years)
Christophe Riccio
e77c300e4c
Fixed error to cover deprecated define
ago%!(EXTRA string=9 years)
Christophe Riccio
8bfefbd1ce
Document GLM_FORCE_UNRESTRICTED_GENTYPE and generate an error if both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE are defined at the same time
ago%!(EXTRA string=9 years)
Christophe Riccio
a609a0fea6
- Added more information to build messages
ago%!(EXTRA string=9 years)
Christophe Riccio
10dc67e2b5
- Added GLM_FORCE_UNRESTRICTED_GENTYPE allowing non basic genType #543
ago%!(EXTRA string=9 years)
Christophe Riccio
1c5fd06c2d
Fixed cast and clean up
ago%!(EXTRA string=9 years)
Patrik Huber
3b4856cf58
Convert integers to type T in quaternion mat3_cast()
...
This fixes issues when the type T is not explicitly convertible to T, and for example only has an operator* defined that takes two Ts but not a T and an int.
All the other functions in that file already use this syntax, so the missing ones here are most likely an oversight.
ago%!(EXTRA string=9 years)
Christophe Riccio
ebafd8e82d
Fixed aligned type build on Visual C++ 2013 and older compiler #539
ago%!(EXTRA string=9 years)
Christophe Riccio
37ab3dfd29
Fixed Cuda build, using '__align__' for alignments in Cuda #539
ago%!(EXTRA string=9 years)
Christophe Riccio
09bf19db7e
Fixed Cuda build, no support of __declspec(align(alignment))
ago%!(EXTRA string=9 years)