dolphin/Source/Plugins/Plugin_VideoOGL/Src
Rodolfo Osvaldo Bogado beee4f4804 other experimental commit:
applied mlkbouba patch to make Mario Strikers Charged Football work (i do not own the game so please test).
some minor tweaks to the plugins to improve performance. for game that do not use xfb the best settings are dual core enabled, audio throtle disabled, frame limit set to the desired value, and xfb off.
change the frameskip calculations to use fps instead of vps as in dual core vps != fps caused by unresolved sync problems, till this problems are fixed the best for game play is calculate times in base of fps.
please test and let me know the results

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5239 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-03-25 22:01:33 +00:00
..
Debugger Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
GUI Extend the OGL virtual XFB to handle games that use multiple XFBs to make a frame. This should allow games that require the XFB to work without using a real XFB in RAM which is slow and limited to the original resolution. To use this enhancement you must check Use XFB in the options. The previous option was renamed Use Real XFB. I don't think this works with the aspect settings yet. 2010-03-10 06:45:13 +00:00
OS accidently broke free look with mouse input, fixed (fixes issue 2377) 2010-03-03 19:21:24 +00:00
BPFunctions.cpp Fies Issue 1584 2010-01-29 07:44:21 +00:00
DLCache.cpp Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
DLCache.h Frameskipping more aggressive (minor speedup, plz report any serious problems). Initial display list cache implementation, disabled for now. Various cleanup. 2009-08-09 11:03:58 +00:00
FramebufferManager.cpp Extend the OGL virtual XFB to handle games that use multiple XFBs to make a frame. This should allow games that require the XFB to work without using a real XFB in RAM which is slow and limited to the original resolution. To use this enhancement you must check Use XFB in the options. The previous option was renamed Use Real XFB. I don't think this works with the aspect settings yet. 2010-03-10 06:45:13 +00:00
FramebufferManager.h Extend the OGL virtual XFB to handle games that use multiple XFBs to make a frame. This should allow games that require the XFB to work without using a real XFB in RAM which is slow and limited to the original resolution. To use this enhancement you must check Use XFB in the options. The previous option was renamed Use Real XFB. I don't think this works with the aspect settings yet. 2010-03-10 06:45:13 +00:00
GLUtil.cpp Shutdown NoGUI build properly in linux. 2010-03-16 13:18:52 +00:00
GLUtil.h nowx build fix, and fix a bug when render to main is changed from the gfx config dialog while the emulator is running. 2010-03-16 01:16:55 +00:00
GLWindow.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Globals.h Rename Config.cpp/h to VideoConfig.cpp/h. 2009-09-13 09:23:30 +00:00
NativeVertexFormat.cpp Fix missing shading in NSMBWii etc in the D3D plugin. Now, I'm not entirely sure why the existing code didn't work properly, but hey, this fixes it :) 2010-01-12 00:08:02 +00:00
PixelShaderCache.cpp Some code clean up, and take care of some compiler warnings. 2010-02-20 04:18:19 +00:00
PixelShaderCache.h Shader Disk Cache implementation for D3D. Saves generated shaders on disk. Eliminates "freeze jerks" in D3D plugin the _second_ and later times you play something.... not much to do about the first time. The D3D shader compiler is just slow. 2010-01-17 17:44:09 +00:00
PostProcessing.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
PostProcessing.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
RasterFont.cpp VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
RasterFont.h VSW: Copied rasterfont from ogl to prevent inter plugin dependencies 2009-10-13 06:12:58 +00:00
Render.cpp other experimental commit: 2010-03-25 22:01:33 +00:00
SConscript Added scons options "shared_libname=true" to link agains the system shared libraries for lzo, sfml, and soil. For example add the scons option "shared_lzo=true" for lzo. This will check for the system libraries and then fall back to building and linking statically against the Externals if not found. You must have liblzo2-dev, libsoil-dev, and libsfml-dev installed. Note that you need version 1.5 or later for sfml. Currently scons doesn't check the version for you. 2010-03-09 22:17:33 +00:00
TextureConverter.cpp Some code clean up, and take care of some compiler warnings. 2010-02-20 04:18:19 +00:00
TextureConverter.h Fix screen flickering with frameskip on D3D plugin, also fix occasional hang when turning frameskip off 2009-09-04 06:09:21 +00:00
TextureMngr.cpp experimental commit: simplify even more the params. please test and if theres something wrong will revert asap 2010-02-26 22:14:29 +00:00
TextureMngr.h a lot of modifications here :) 2010-02-03 03:52:50 +00:00
VertexLoaderManager.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
VertexManager.cpp Fix NoWX build, use a different define in CoreParameter, the one we all know and love, and add a Function call to VertexManager which can boost performance, tells the drivers that we don't care about the current data, because we are putting new data in it anyway. This gives quite a performance boost on OSX since it bypasses a call in the drivers that takes around 24% CPU time 2010-03-09 21:15:28 +00:00
VertexManager.h Sps fixed in all the games tested, code cleanup and reordering 2009-10-06 14:24:10 +00:00
VertexShaderCache.cpp D3D and Opengl: 2010-02-06 16:05:48 +00:00
VertexShaderCache.h Shader Disk Cache implementation for D3D. Saves generated shaders on disk. Eliminates "freeze jerks" in D3D plugin the _second_ and later times you play something.... not much to do about the first time. The D3D shader compiler is just slow. 2010-01-17 17:44:09 +00:00
XFB.cpp Moving more things out of GL into VideoCommon... 2009-09-03 20:37:35 +00:00
XFB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
cocoaGL.h Compiling with rev 63470 of wxWidgets now works with OSX x86_64. There are a BUNCH of errors while running, none fatal from what I've seen. This also fixes Dolphin creating multiple NSWindows when running multiple games. 2010-02-12 12:41:53 +00:00
cocoaGL.m Compiling with rev 63470 of wxWidgets now works with OSX x86_64. There are a BUNCH of errors while running, none fatal from what I've seen. This also fixes Dolphin creating multiple NSWindows when running multiple games. 2010-02-12 12:41:53 +00:00
main.cpp other experimental commit: 2010-03-25 22:01:33 +00:00
main.h OpenGL fix: s_swapRequested must be volatile. 2010-01-26 14:56:51 +00:00
stdafx.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00