Christophe Riccio
fa51f18b0c
Fixed GCC build broken by #548 PR
ago%!(EXTRA string=9 years)
Aaron
e57615b6bb
Changed how storage alignment is created to eliminate warnings on msvc.
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)
Aaron
460b6ba1b6
Corrected test for msvc compiler
ago%!(EXTRA string=9 years)
Jason P. Barmparesos
9f0958e40d
Fixed bug on the faceforward function.
ago%!(EXTRA string=9 years)
Aaron
47abea7dba
Fixed scaling factors for packing and unpacking unorm555 and unorm565
ago%!(EXTRA string=9 years)
Aaron
ec5e34e04f
Fixed some msvc warnings. Tested on msvc 2015 update 3.
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
bcc6879b4b
Fixed build
ago%!(EXTRA string=9 years)
Christophe Riccio
3d6791ef00
Merge
ago%!(EXTRA string=9 years)
Christophe Riccio
24075d56dd
Fixed build
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
90f0a88589
Added missing extensions
ago%!(EXTRA string=9 years)
Christophe Riccio
64f276b804
Added missing extensions
ago%!(EXTRA string=9 years)
Christophe Riccio
8a54ba3462
Added GTC_color_encoding
ago%!(EXTRA string=9 years)
Christophe Riccio
2fd6a9eeee
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)
Sergey Alexandrov
9b34889c0e
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
9160f8b8d2
Removed deprecated defines
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)
Patrik Huber
d08618c073
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)
Christophe Riccio
ec8fa4623c
Fixed Cuda build, no support of __declspec(align(alignment))
ago%!(EXTRA string=9 years)
Christophe Riccio
8fbec7f28e
Fixed Clang detection #537
ago%!(EXTRA string=9 years)
Christophe Riccio
4db0dfcb19
Added lowestBitValue to GTX_bit #536
ago%!(EXTRA string=9 years)
Christophe Riccio
f71171d49b
Fixed 32-bits build #528 #529 , fixed VC 32 bits crash
ago%!(EXTRA string=9 years)
Christophe Riccio
0dbdf3fad4
Fixed 32-bits build #528 #529 , fixed VC 32 bits crash
ago%!(EXTRA string=9 years)
Christophe Riccio
dcdc966969
Workaround Cuda compiler bug #530
ago%!(EXTRA string=9 years)
Christophe Riccio
cd50d4ae5c
Tentative CUDA workaround #530
ago%!(EXTRA string=9 years)
Christophe Riccio
edc328c7c9
Fixed GTX_wrap #534 , improved GTX_wrap for SIMD friendliness
ago%!(EXTRA string=9 years)
Sami Kankaristo
f4103fe7f8
Change -pedantic to -Wpedantic
ago%!(EXTRA string=9 years)
Sami Kankaristo
63dcf6ad77
Fix #ifdef (had old name)
ago%!(EXTRA string=9 years)
Sami Kankaristo
c784051948
Fix #ifdef (had old name)
ago%!(EXTRA string=9 years)
Christophe Riccio
867f03c5f2
Fixed disable pedentic warning for anoynymous struct in GLM
ago%!(EXTRA string=9 years)
Christophe Riccio
1d8dadcd15
Fixed disable pedentic warning for anoynymous struct in GLM
ago%!(EXTRA string=9 years)
Christophe Riccio
60026b2066
Fixed build and clean up
ago%!(EXTRA string=9 years)
Christophe Riccio
de77fadde2
Fixed long long warnings
ago%!(EXTRA string=9 years)