dolphin/Source/Plugins/Plugin_VideoOGL/Src
Shawn Hoffman 38ff37539d updated gui a little bit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@488 8ced0084-cf51-0410-be5f-012b33b47a6e
2008-09-09 23:34:13 +00:00
..
GUI updated gui a little bit 2008-09-09 23:34:13 +00:00
OS Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins. 2008-08-30 22:06:53 +00:00
BPStructs.cpp Added some Fog functions to the GL plugin, doesn't effect games at all. Quick change to GLInit.cpp that doesn't do much as well 2008-09-08 04:03:42 +00:00
BPStructs.h New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup. 2008-08-30 19:19:40 +00:00
DataReader.cpp Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. 2008-08-31 13:36:52 +00:00
DataReader.h Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. 2008-08-31 13:36:52 +00:00
GLInit.cpp Added some Fog functions to the GL plugin, doesn't effect games at all. Quick change to GLInit.cpp that doesn't do much as well 2008-09-08 04:03:42 +00:00
GLInit.h
Globals.cpp updated gui a little bit 2008-09-09 23:34:13 +00:00
Globals.h Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins. 2008-08-30 22:06:53 +00:00
main.cpp warning fixes 2008-09-08 06:41:03 +00:00
main.h
memcpy_amd.cpp compiler doesn't like unmatched '' even in comments 2008-09-08 06:48:23 +00:00
OpcodeDecoding.cpp Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Windows API. 2008-09-01 22:48:56 +00:00
OpcodeReaders.cpp
OpcodeReaders.h
PixelShader.cpp more warning fixes 2008-09-08 07:09:34 +00:00
PixelShader.h
PixelShaderManager.cpp more warning fixes 2008-09-08 07:09:34 +00:00
PixelShaderManager.h Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. 2008-08-31 13:36:52 +00:00
rasterfont.cpp more warning fixes 2008-09-08 07:09:34 +00:00
rasterfont.h
Render.cpp more warning fixes 2008-09-08 07:09:34 +00:00
Render.h
SConscript Removed jpeg dependency in GL plugin, added Rumble to Linux nJoy. and reverted my accidental Dolphin ini file 2008-08-29 09:55:17 +00:00
TextureMngr.cpp more warning fixes 2008-09-08 07:09:34 +00:00
TextureMngr.h
VertexLoader_Color.h
VertexLoader_Normal.cpp Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. 2008-08-31 14:32:35 +00:00
VertexLoader_Normal.h Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. 2008-08-31 14:32:35 +00:00
VertexLoader_Position.h
VertexLoader_TextCoord.h more warning fixes 2008-09-08 07:09:34 +00:00
VertexLoader.cpp more warning fixes 2008-09-08 07:09:34 +00:00
VertexLoader.h Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. 2008-08-31 13:36:52 +00:00
VertexShader.cpp Basic VBA-style save state system implemented - kb shortcuts only working on Windows. Keyboard shortcut system added. More cleanup in GFX plugins. 2008-08-30 22:06:53 +00:00
VertexShader.h
VertexShaderManager.cpp casting 2008-09-08 07:36:30 +00:00
VertexShaderManager.h New SaveState folder for states. Removed some outdated code. Removed an unnecessary level of indirection for plugin calls. Assorted cleanup. 2008-08-30 19:19:40 +00:00
XFB.cpp
XFB.h