j4ck.fr0st 
							
						 
					 
					
						
						
							
						
						3a5a7de906 
					 
					
						
						
							
							NoGUI: general cleanup, add initialization stuff added in r5064, fixed the cocoa event loop not shutting down when not booting a game on OSX.  
						
						 
						
						... 
						
						
						
						SysConf: removed the Save call in the dtor, this crashes on linux trying to read m_Filename (which might be already freed).
Common: set eol-style native, again.
Fixes Issue 2332
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5082  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-02-19 17:05:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sonicadvance1 
							
						 
					 
					
						
						
							
						
						c63446827f 
					 
					
						
						
							
							Fix crash when stopping and starting a game with OpenCL enabled  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5047  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-02-13 10:09:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						a43428253b 
					 
					
						
						
							
							Kill the last timeGetTime calls.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4921  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-01-21 21:27:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skidau 
							
						 
					 
					
						
						
							
						
						043681a37f 
					 
					
						
						
							
							Dolphin now uses the first OpenCL device found on the system.  
						
						 
						
						... 
						
						
						
						Added cast in TextureDecoder.cl to satisfy the OpenCL compiler (thanks, Orphis).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4718  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-12-23 01:31:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						5e3fdf5067 
					 
					
						
						
							
							add timing of the OpenCL compile functions...they're really slow here, almost 20seconds total...  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4449  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-22 03:53:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Shawn Hoffman 
							
						 
					 
					
						
						
							
						
						d40ce3f1e5 
					 
					
						
						
							
							fix compiling if opencl is not enabled at compile time  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4440  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-20 02:11:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Orphis 
							
						 
					 
					
						
						
							
						
						094c73a080 
					 
					
						
						
							
							OpenCL: Moved the OpenCL code from the compiled source to a separate file TextureDecoder.cl and added a .rules files to copy the updated version to the build directory.  
						
						 
						
						... 
						
						
						
						Fixed RGB5A3 decoding with alpha
New CMPR decoding, blocks with no alpha are great, still have to figure the problems with transparent blocks. Disabled for now.
Added a better error reporting to the base OpenCL functions
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4439  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-20 00:55:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						98db1a0ca3 
					 
					
						
						
							
							OpenCL: More windows support and some unfinished work  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4380  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-07 21:30:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sonicadvance1 
							
						 
					 
					
						
						
							
						
						0146f3f58f 
					 
					
						
						
							
							More OpenCL work, got XFB converting which needs more optimization. I haven't checked for FPS changes. My desktop isn't the best to test on anyway (Phenom 1, 32 stream processors). The package check doesn't work for me, so I just checked true if you compile with opencl=true. Requires a bit of cleanup still  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4369  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-07 02:48:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						c6f0335b62 
					 
					
						
						
							
							OpenCL: More work on centralization (need SCons reflection)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4351  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-30 21:01:34 +00:00