dolphin/Source/Plugins/Plugin_VideoOGL/Src
2010-04-14 15:15:01 +00:00
..
Debugger Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
GUI Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
OS Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
BPFunctions.cpp Fies Issue 1584 2010-01-29 07:44:21 +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
DLCache.cpp Removed more compiler warnings in linux. 2010-03-07 22:48:37 +00:00
DLCache.h
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
Globals.h
GLUtil.cpp Fixes wxGL, so it draws correctly in OSX, so Draw to Main works if enabled in OSX. Disabled, it creates a window but with no titlebar 2010-04-12 02:35:59 +00:00
GLUtil.h Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
GLWindow.h
main.cpp osx buildfix, add resolutions to ogl dialog 2010-04-14 04:32:59 +00:00
main.h
NativeVertexFormat.cpp
PixelShaderCache.cpp Some code clean up, and take care of some compiler warnings. 2010-02-20 04:18:19 +00:00
PixelShaderCache.h
PostProcessing.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
PostProcessing.h
RasterFont.cpp
RasterFont.h
Render.cpp fixed xfb bumping introduced by my last commit. 2010-04-14 13:57:16 +00:00
SConscript Big restructuring of how the video plugin works. In linux and windows you shouldn't see a change in the functionality; however, there are changes in how render to main or not, and fullscreen modes, and such are handled. Input is largely restructured for the video plugin. It is now handled by the host. Keys for pausing and changing fullscreen are configurable. More will probably be later. This is probably classified as highly experimental. 2010-04-12 01:33:10 +00:00
stdafx.cpp
stdafx.h
TextureConverter.cpp Some code clean up, and take care of some compiler warnings. 2010-02-20 04:18:19 +00:00
TextureConverter.h
TextureMngr.cpp disable loading of native mip for compressed textures as they are not working, this should fix grass problem in zww 2010-04-14 15:15:01 +00:00
TextureMngr.h fixed xfb bumping introduced by my last commit. 2010-04-14 13:57:16 +00:00
VertexLoaderManager.cpp
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
VertexShaderCache.cpp D3D and Opengl: 2010-02-06 16:05:48 +00:00
VertexShaderCache.h
XFB.cpp
XFB.h