Ryan Houdek 
							
						 
					 
					
						
						
							
						
						d0301ca89d 
					 
					
						
						
							
							Revert  30dd9c2  e9d00bf  db5f4c8 and  bff0fae 
						
						 
						
						
						
						
					 
					
						2013-01-07 13:47:34 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						30dd9c2e17 
					 
					
						
						
							
							always calls glBindBuffer(0) after disabling vao  
						
						 
						
						
						
						
					 
					
						2012-12-29 12:50:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						e9d00bfeeb 
					 
					
						
						
							
							revert RasterFont optimization  
						
						 
						
						... 
						
						
						
						isn't needed and also not tested and buggy 
						
						
					 
					
						2012-12-29 00:37:50 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						db5f4c8c20 
					 
					
						
						
							
							fix byte order in osd rasterfont  
						
						 
						
						
						
						
					 
					
						2012-12-26 23:48:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						bff0faea2d 
					 
					
						
						
							
							Merge branch 'immediate-removal'  
						
						 
						
						... 
						
						
						
						Conflicts:
	Source/Plugins/Plugin_VideoOGL/Src/Render.cpp 
						
						
					 
					
						2012-12-25 12:39:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						399a6af66d 
					 
					
						
						
							
							revert update the rasterfont shader to GLSL3.3 - OGL 2.0 should be enough  
						
						 
						
						
						
						
					 
					
						2012-12-25 12:22:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						79a7ce4827 
					 
					
						
						
							
							move glBindBuffer and glBindVertexArray out of VertexManager  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:52 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						09274e2483 
					 
					
						
						
							
							Check texture params before updateing them  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:48 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						61836f8c51 
					 
					
						
						
							
							helper for compiling glsl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:44 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						48812f7bf7 
					 
					
						
						
							
							update the rasterfont shader to GLSL3.3 - so OGL 3.3 is needed  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:39 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						1bd21f44b2 
					 
					
						
						
							
							custom shader for RasterFont, fix color support  
						
						 
						
						... 
						
						
						
						OpenGL2.0 compatible
Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:36 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								degasus 
							
						 
					 
					
						
						
							
						
						75dd48247f 
					 
					
						
						
							
							initial release of new RasterFont without color support  
						
						 
						
						... 
						
						
						
						this new design will once create a texture for all chars.
while rendering a string, a list of polygons (position on screen + texture)
for this string is generated on the fly and print at once by glDrawArrays.
atm, there is no support for colors, so everything will display white.
Signed-off-by: Ryan Houdek <Sonicadvance1@gmail.com > 
						
						
					 
					
						2012-12-13 15:28:28 -06:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								pierre 
							
						 
					 
					
						
						
							
						
						7a7a71d3fa 
					 
					
						
						
							
							VideoOGL: reinitialize some more global variables,  
						
						 
						
						... 
						
						
						
						so VideoOGL always is in the same state when starting a guest program.
Also constify the RasterFont, while we are at it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7166  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-02-13 19:05:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nakeee 
							
						 
					 
					
						
						
							
						
						11d90813ff 
					 
					
						
						
							
							VSW: Copied rasterfont from ogl to prevent inter plugin dependencies  
						
						 
						
						... 
						
						
						
						Added it to scons to fix the unresolved symbol on scons build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4415  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-13 06:12:58 +00:00