hrydgard 
							
						 
					 
					
						
						
							
						
						769160dfbd 
					 
					
						
						
							
							Fix crash clearing the texture cache on shutdown.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2374  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-22 20:21:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						dd6fe4889d 
					 
					
						
						
							
							build fix for those non-WIP OGL people out there  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2040  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-01-30 07:35:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						cd658ac755 
					 
					
						
						
							
							More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window).  
						
						 
						
						... 
						
						
						
						Not committing VideoOGL.vcproj so that project compiles with old OGL video window. In order to test just replace main.cpp/GLUtil.cpp/GLUtil.h with nmain.cpp/nGLUtil.cpp/nGLUtil.h in the project.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2038  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-01-29 23:35:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								donkopunchstania 
							
						 
					 
					
						
						
							
						
						d6e8c1f5d0 
					 
					
						
						
							
							added an option to copy textures from the EFB to system memory. this is slower but shouldn't cause the compatibility issues the previous method of copying them directly to a GL texture has. the new method can be tested by disabling "copy EFB to texture" in the hacks section. the new method still needs some tweaks.  
						
						 
						
						... 
						
						
						
						fixed some off-by-one errors in the EFB to texture copy and the scissor box. also fixed a couple asserts I was getting in the volume directory stuff.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1853  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-01-11 22:25:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						afc87eb5ae 
					 
					
						
						
							
							cut dependencies, clean code  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1685  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-26 12:24:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								bushing 
							
						 
					 
					
						
						
							
						
						30c883bcfc 
					 
					
						
						
							
							set svn:eol-style=native for **.h  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1438  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-08 04:46:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						85781409e4 
					 
					
						
						
							
							Remove OpenGL stuff from Globals.h. Stuff that doesn't use GL shouldn't include it.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@939  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-10-22 21:02:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						29102ecbc6 
					 
					
						
						
							
							For unknown reasons, this patch fixes Beyond Good and Evil and Metroid intro in 32-bit mode only. Yeah, I have some work to do on the JIT.  
						
						 
						
						... 
						
						
						
						Also adds some minor stuff like memory card write notification, plus some minor SSSE3 optimizations.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@179  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-11 19:35:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						ac366022f4 
					 
					
						
						
							
							Fix linux build and a crash. hrm, how did it work before...  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@146  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-08-07 19:20:51 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						b3c55018a6 
					 
					
						
						
							
							More common things moved out from the GFX plugins. No visible changes.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@27  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-07-18 19:33:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						775dc8a9c0 
					 
					
						
						
							
							Initial megacommit.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-07-12 17:40:22 +00:00