e83da44f00 
								
									
								
							
								 
							
						 
						
							
							
								
								Update make_light_release.yml  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								b733265bc8 
								
									
								
							
								 
							
						 
						
							
							
								
								Update make_light_release.yml  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								1f61d8a056 
								
									
								
							
								 
							
						 
						
							
							
								
								Create make_light_release.yml  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								fc8f4bb442 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1122  from Thibaulltt/fix_glm_ext_matrix_common  
							
							... 
							
							
 
							
							Fix GLM_EXT_matrix_common : row to column-major #1122  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								1c18fca789 
								
							
								 
							
						 
						
							
							
								
								Fix GLM_EXT_matrix_common : row to column-major  
							
							... 
							
							
 
							
							The previous patch made the incorrect assumption matrices were row-major
instead of column-major (got the two mixed up in my head).
This fixes this problem.
Also, this extends the test files to cover all matrix sizes (not types,
that would be redundant). 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								0a6d3334ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1086  from imgly/imgly/fix/vdivq_f32_undefinded_armv7  
							
							... 
							
							
 
							
							Fixed use of undeclared identifier 'vdivq_f32' while compile for ARMv7 #1086  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								e250ffe36d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1109  from EbiSadeghi/master  
							
							... 
							
							
 
							
							Documentation: spelling, grammar, and clarity #1109  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								7b9d310dbd 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1116  from Thibaulltt/master  
							
							... 
							
							
 
							
							GLM_EXT_matrix_common : add glm::mat<> support to glm::abs() #1116  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								af9725719e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1112  from Goubermouche/master  
							
							... 
							
							
 
							
							Fixed a typo in io.hpp #1112  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								03b7f75c75 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1120  from Tachi107/manual.md-fixes  
							
							... 
							
							
 
							
							docs(manual): some markdown fixes 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								38b7a1a983 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1107  from stephen-hqxu/cuda-default-function  
							
							... 
							
							
 
							
							Force no default function when using CUDA #1107  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								ebf51708ad 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1106  from stephen-hqxu/cuda-qualifier  
							
							... 
							
							
 
							
							Add define macro to select CUDA function qualifier #1106  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								8339c77bd6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1113  from genpfault/fix-noexcept-warnings  
							
							... 
							
							
 
							
							GCC: Fix noexcept warnings on hash functions #1113  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								bb4466ec3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1114  from gottfriedleibniz/docs/doxygen  
							
							... 
							
							
 
							
							cleanup doxygen and codespell #1114  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								b48debf7e8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1101  from drfiemost/missing_define  
							
							... 
							
							
 
							
							Add missing GLM_COMPILER_GCC61 define #1101  
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								bfa82837ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Changed the e^v clarification in source  
							
							... 
							
							
 
							
							Earlier I made the change in the html generated by doxygen rather than the source used to generate the documentation. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								bdf26d258d 
								
							
								 
							
						 
						
							
							
								
								Make mat4x3 binary operators for scalars consistent with other types  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								7da7f7c887 
								
							
								 
							
						 
						
							
							
								
								Make mat4x4 binary operators for scalars consistent with other types  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								06afe0718a 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix indentation  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								b4a09f5ac0 
								
									
								
							
								 
							
						 
						
							
							
								
								docs(manual): some markdown fixes  
							
							... 
							
							
 
							
							- Add a blank line before block elements (lists, code blocks, etc)
- Remove trailing whitespace
- Use "plaintext" language for code blocks when appropriate
- Fix duplicated section3_4 anchor
- Fix <` to `< in section 4.10
- Always referece images relative to the current directory
- Use markdown-style link instead of HTML href in section 7.13
- Remove extra space before closing emphasis in section 4.18 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								32c2bb8296 
								
							
								 
							
						 
						
							
							
								
								Make vec4 binary operators for scalars consistent with other types  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								48e1ff3fee 
								
							
								 
							
						 
						
							
							
								
								Add glm::abs() function for the glm::mat<> class  
							
							... 
							
							
 
							
							This is added as part of the GLM_EXT_matrix_common extension, as this
function is not provided by the core GLSL specification (version 4.20).
The implementation of this glm::abs(mat<>) function mirrors the
glm::abs(vec<>) implementation. It should be functionning the same in
every way as the vec implementation.
Bonus points : AFAICT this allows to vectorize operations on compilers
that support optimization of these patterns, just like the functor1<>
struct in _vectorize.hpp for vectors. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								ef351e68a3 
								
							
								 
							
						 
						
							
							
								
								Fix GLM_EXT_matrix_common compilation message  
							
							... 
							
							
 
							
							It was previously printing 'GLM_EXT_matrix_transform is included', which
does not match the extension name. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								4b6284e39d 
								
							
								 
							
						 
						
							
							
								
								GCC: Fix noexcept warnings on hash functions  
							
							... 
							
							
 
							
							Fix warnings on hash functions with GCC and -Wnoexcept:
* Add GLM_HAS_NOEXCEPT flag & GLM_NOEXCEPT #define to setup.hpp.
* Add GLM_NOEXCEPT to hash functions in hash.hpp.
* Add GLM_NOEXCEPT to matrix operator[] accessors.
* Add gtx_hash.cpp and a test to verify all hash overloads compile.
  Configure with -DCMAKE_CXX_FLAGS="-Werror -Wnoexcept" to test. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								8719fcb839 
								
							
								 
							
						 
						
							
							
								
								cleanup doxygen and codespell  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								12b5fb2a88 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed a typo in io.hpp.  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								8415b031f9 
								
									
								
							
								 
							
						 
						
							
							
								
								Changed variable description from x to v  
							
							... 
							
							
 
							
							The description of the function "exp" erroneously referred to "x" rather than "v". Rectified. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								804ec70c2e 
								
									
								
							
								 
							
						 
						
							
							
								
								Spelling corrections  
							
							... 
							
							
 
							
							Minor grammar and spelling. 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								0b08654ad6 
								
									
								
							
								 
							
						 
						
							
							
								
								Don't use default function when working with CUDA.  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								e1b2d3d7d5 
								
									
								
							
								 
							
						 
						
							
							
								
								Add user instructions.  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								3b09445290 
								
									
								
							
								 
							
						 
						
							
							
								
								Add defines to manually select CUDA function qualifier.  
							
							
 
							
						 
						
							ago%!(EXTRA string=3 years)  
				
					
						
							
							
								 
						
							
							
								cc98465e35 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1049  from borodust/aligned_bugfixes  
							
							... 
							
							
 
							
							Various bugfixes for aligned/simd codepaths #1049  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								416d0a23eb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1078  from maniek2332/gtx-easing-bounce-fix  
							
							... 
							
							
 
							
							Fix glm::bounceEaseInOut() easing formula #1078  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								53eb7a2749 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1080  from junjie020/fix_frustumLH_matrix_bug  
							
							... 
							
							
 
							
							fix frustumLH projection matrix error #1080  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								8b6e2ffb4a 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1096  from gottfriedleibniz/fix/minmax  
							
							... 
							
							
 
							
							fix: associated min/max #1096  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								922f391824 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1100  from baldvin-kovacs/master  
							
							... 
							
							
 
							
							Fix implicit conversion compiler error in glm/gtc/random.inl #1100  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								df969513ae 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1085  from jakubtyrcha/fix_msvc_compilation_cxx_20  
							
							... 
							
							
 
							
							Fixed MSVC compilation error with C++ 20 #1085  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								c8f3357657 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1088  from xaedes/patch-sort-fwd-mat  
							
							... 
							
							
 
							
							Sort inconsistently ordered mat declarations in fwd.hpp #1088  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								b7140ca2c8 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1089  from Zuzu-Typ/patch-2  
							
							... 
							
							
 
							
							Removed redundant precision qualifiers #1089  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								1022fdf6d1 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1090  from gottfriedleibniz/fix-neverinline  
							
							... 
							
							
 
							
							fix: GLM_NEVER_INLINE #1090  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								f08ee17957 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1091  from yknishidate/bugfix  
							
							... 
							
							
 
							
							Fix tengant typo #1091  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								fd265ff18e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1092  from elect86/patch-5  
							
							... 
							
							
 
							
							Update type_vec4.hpp 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								89d0eb1f06 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1094  from gottfriedleibniz/fix/mat2x3  
							
							... 
							
							
 
							
							fix mat2 constructors #1094  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								d33344bd86 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1097  from gottfriedleibniz/fix/color  
							
							... 
							
							
 
							
							fix hsvColor types #1097  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								43f2a5258b 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1098  from gottfriedleibniz/fix/arm  
							
							... 
							
							
 
							
							few ARM fixes  #1098  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								b2a9dae6dc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1099  from Windsander/shearing  
							
							... 
							
							
 
							
							feat:    add shearing matrix operation on matrix_transfom #1099  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								816e9b70fb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1102  from WarEagle451/patch-1  
							
							... 
							
							
 
							
							Fix: Spelling mistake #1102  
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								7243647a78 
								
									
								
							
								 
							
						 
						
							
							
								
								Spelling mistake fix  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								970860d06f 
								
									
								
							
								 
							
						 
						
							
							
								
								Add missing define  
							
							
 
							
						 
						
							ago%!(EXTRA string=4 years)  
				
					
						
							
							
								 
						
							
							
								63a229359e 
								
							
								 
							
						 
						
							
							
								
								Fix implicit conversion compiler error in glm/gtc/random.inl  
							
							... 
							
							
 
							
							/glm/gtc/random.inl:25:17: error: implicit conversion loses integer precision: 'int' to 'unsigned char' [-Werror,-Wimplicit-int-conversion]
                                std::rand() % std::numeric_limits<uint8>::max());
                                ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
							
						 
						
							ago%!(EXTRA string=4 years)