Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							gl_rasterizer_cache: Add profiles for Copy and Blit 
						
					 
				 
				2018-11-17 15:11:56 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Handle cases when std::optional does not contain a value 
						
					 
				 
				2018-10-05 16:51:33 +02:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gl_resource_manager: Split implementations in .cpp file 
						
					 
				 
				2018-11-17 15:01:40 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Update the entire application to use the new clang format style 
						
					 
				 
				2018-03-09 10:54:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							pica/command_processor: build geometry pipeline and run geometry shader 
						
					 
				 
				2017-08-19 10:13:20 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							log: replace all NGLOG with LOG 
						
					 
				 
				2018-06-29 14:18:07 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Update the entire application to use the new clang format style 
						
					 
				 
				2018-03-09 10:54:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Update the entire application to use the new clang format style 
						
					 
				 
				2018-03-09 10:54:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Update the entire application to use the new clang format style 
						
					 
				 
				2018-03-09 10:54:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							video_core: fix infinity and NaN conversions 
						
					 
				 
				2017-12-14 19:51:58 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							log: replace all NGLOG with LOG 
						
					 
				 
				2018-06-29 14:18:07 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							video_core/command_processor: attempt accelerate draw in draw trigger 
						
					 
				 
				2018-05-14 10:17:36 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Port yuzu-emu/yuzu#1137: "renderer_opengl: Namespace OpenGL code" ( #4423 ) 
						
					 
				 
				2018-11-16 23:29:10 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Pica/Regs: Use binary search to look up reg names 
						
					 
				 
				2017-02-09 00:04:24 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							log: replace all NGLOG with LOG 
						
					 
				 
				2018-06-29 14:18:07 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							pica/lighting: split FresnelSelector into bitfields 
						
					 
				 
				2018-04-10 20:25:56 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							regs_pipeline: use proper unsigned type where applicable 
						
					 
				 
				2018-05-06 15:57:48 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Optimize AttributeBuffer to OutputVertex conversion ( #3283 ) 
						
					 
				 
				2018-01-02 15:32:33 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							pica/regs: layout geometry shader configuration regs 
						
					 
				 
				2017-08-10 01:53:08 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Prefix all size_t with std:: 
						
					 
				 
				2018-09-06 16:03:28 -04:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Port yuzu-emu/yuzu#1137: "renderer_opengl: Namespace OpenGL code" ( #4423 ) 
						
					 
				 
				2018-11-16 23:29:10 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							video_core: Make global EmuWindow instance part of the base renderer … 
						
					 
				 
				2018-08-25 15:20:40 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Update the entire application to use the new clang format style 
						
					 
				 
				2018-03-09 10:54:43 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							reformat all files with clang-format 
						
					 
				 
				2018-06-29 16:56:12 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							VideoCore: Move Regs to its own file 
						
					 
				 
				2017-02-04 13:59:12 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Port yuzu-emu/yuzu#1137: "renderer_opengl: Namespace OpenGL code" ( #4423 ) 
						
					 
				 
				2018-11-16 23:29:10 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							video_core: Make global EmuWindow instance part of the base renderer … 
						
					 
				 
				2018-08-25 15:20:40 +02:00