dolphin/Source/Plugins/Plugin_VideoOGL/Src
hrydgard 2b1022f152 More tidying up - share the stats print between the two plugins, etc
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4184 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-09-03 19:42:45 +00:00
..
Debugger GUI: Linux problem, wxAuiNotebook can't have wxFrame pages 2009-09-01 02:41:48 +00:00
GUI Add the wide screen hack by <---Does the person even have a user name? 2009-09-02 21:30:19 +00:00
OS plugins can now compile with unicode 2009-07-30 07:08:31 +00:00
BPFunctions.cpp Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin. 2009-09-03 19:24:16 +00:00
Config.cpp Add the wide screen hack by <---Does the person even have a user name? 2009-09-02 21:30:19 +00:00
Config.h Add the wide screen hack by <---Does the person even have a user name? 2009-09-02 21:30:19 +00:00
DLCache.cpp make DLCache compile on linux, required some weird casting so tell me 2009-08-10 06:18:10 +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 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
FramebufferManager.h Correct addrRangesOverlap. May fix stuttering in many games. 2009-07-29 01:06:49 +00:00
GLUtil.cpp plugins can now compile with unicode 2009-07-30 07:08:31 +00:00
GLUtil.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
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 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
NativeVertexFormat.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
OnScreenDisplay.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
OnScreenDisplay.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
PixelShaderCache.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
PixelShaderCache.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
PostProcessing.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
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
Render.cpp More tidying up - share the stats print between the two plugins, etc 2009-09-03 19:42:45 +00:00
Render.h More tidying up - share the stats print between the two plugins, etc 2009-09-03 19:42:45 +00:00
SConscript Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin. 2009-09-03 19:24:16 +00:00
SDLWindow.cpp 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). 2009-01-29 23:35:31 +00:00
SDLWindow.h 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). 2009-01-29 23:35:31 +00:00
TextureConverter.cpp Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin. 2009-09-03 19:24:16 +00:00
TextureConverter.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
TextureMngr.cpp Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin. 2009-09-03 19:24:16 +00:00
TextureMngr.h GFX: Cleanup - Move OGL's GetBlockHeightInTexels and GetBlockWidthInTexels code into VideoCommon. 2009-08-11 20:36:13 +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 GFX: New GlobalControl system - cleaner way to control hacks and for possible control over other parts of the video code (video debugger control). 2009-08-15 07:20:37 +00:00
VertexManager.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
VertexShaderCache.cpp vertex shader generator: don't multiply z by two in d3d mode (thanks drk|razi) 2009-08-29 12:15:59 +00:00
VertexShaderCache.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
WXGLWindow.cpp Some testgl work 2009-01-06 20:54:47 +00:00
WXGLWindow.h Some testgl work 2009-01-06 20:54:47 +00:00
Win32Window.cpp Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)! 2009-09-02 21:00:45 +00:00
Win32Window.h compile fix 2009-01-31 20:31:19 +00:00
X11Window.cpp Fixed some log messages 2009-03-20 15:01:49 +00:00
X11Window.h Some testgl work 2009-01-06 20:54:47 +00:00
XFB.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
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 Fix compile on osx 2008-12-18 21:40:50 +00:00
cocoaGL.m osx fixes for nongui and ogl plugin 2009-05-15 08:55:46 +00:00
main.cpp GUI: Dock plugin windows 2009-08-26 23:28:30 +00:00
main.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
nGLUtil.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
nGLUtil.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
nmain.cpp Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)! 2009-09-02 21:00:45 +00:00
rasterfont.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
rasterfont.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
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