dolphin/Source/Plugins/Plugin_VideoOGL/Src
sl1nk3.s 936225eee4 Fix a nasty dualcore hang in EFB read (see r3658 comment...)
Also fix an issue reported by baby.lueshi (issue 1074) in nJoy related to half press button being always pressed when unset.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3661 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-07-03 15:35:31 +00:00
..
Debugger re-enable the ogl "debugger" (doesn't do much - and i don't have any plans for it - just wanted to dump shaders easily). 2009-07-02 17:11:27 +00:00
GUI re-enable the ogl "debugger" (doesn't do much - and i don't have any plans for it - just wanted to dump shaders easily). 2009-07-02 17:11:27 +00:00
OS re-enable the ogl "debugger" (doesn't do much - and i don't have any plans for it - just wanted to dump shaders easily). 2009-07-02 17:11:27 +00:00
BPFunctions.cpp Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup. 2009-06-29 07:30:48 +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
Config.cpp revert accidental change to OpenGL's Config.cpp 2009-06-28 16:47:14 +00:00
Config.h Simple post-processing shader implementation. No UI yet. Does not work together with AA yet. To use shader bad_bloom, for example, set PostProcessingShader under [Enhancements] in gfx_opengl.ini. 2009-06-08 19:42:25 +00:00
FramebufferManager.cpp Use EXT_framebuffer_blit whenever possible. Some video cards may not handle glCopyTexImage2D correctly. 2009-06-29 21:54:42 +00:00
FramebufferManager.h Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup. 2009-06-29 07:30:48 +00:00
Globals.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
GLUtil.cpp OpenGL: Fixed the screenshot function now that I found all the buffers 2009-06-08 00:44:48 +00:00
GLUtil.h Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup. 2009-06-13 22:08:01 +00:00
GLWindow.h OpenGL: Fixed the screenshot function now that I found all the buffers 2009-06-08 00:44:48 +00:00
main.cpp Fix a nasty dualcore hang in EFB read (see r3658 comment...) 2009-07-03 15:35:31 +00:00
main.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
NativeVertexFormat.cpp OpenGL Plugin: small fix 2009-04-03 15:39:16 +00:00
nGLUtil.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
nGLUtil.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
nmain.cpp nakee's new logmanager. added a console window for windows builds (prints to parent console on non-win32). also fix some random wxw bugs: main window's position is saved when using debugger, disabling windows from the tools menu are saved settings, some other small fixes 2009-03-18 17:17:58 +00:00
OnScreenDisplay.cpp Add mini unit testing framework to Dolphin itself - use it to find bugs and verify the portable powerpc fp number classifier. also random cleanup. 2009-06-13 22:08:01 +00:00
OnScreenDisplay.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
PixelShaderCache.cpp Post-processing: Added options to graphics config dialog. 2009-06-09 19:40:47 +00:00
PixelShaderCache.h revert last 2 commits 2009-06-22 09:31:30 +00:00
PostProcessing.cpp Post-processing: Added options to graphics config dialog. 2009-06-09 19:40:47 +00:00
PostProcessing.h Post-processing: Added options to graphics config dialog. 2009-06-09 19:40:47 +00:00
rasterfont.cpp give the DSP breakpoints that can be toggled but don't work yet :p 2009-06-28 12:30:34 +00:00
rasterfont.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
Render.cpp EFB Access now works from both Dual Core and Single Core modes. Thread-safe. 2009-07-02 10:16:06 +00:00
Render.h Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup. 2009-06-29 07:30:48 +00:00
SConscript Linux build fixes. 2009-06-29 18:40:10 +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
stdafx.cpp OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
stdafx.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00
TextureConversionShader.cpp revert last 2 commits 2009-06-22 09:31:30 +00:00
TextureConversionShader.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
TextureConverter.cpp Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup. 2009-06-29 07:30:48 +00:00
TextureConverter.h Move to new Virtual XFB system which correctly handles games which store multiple XFB's in memory. More OpenGL cleanup. 2009-06-29 07:30:48 +00:00
TextureMngr.cpp Clean up OpenGL code and introduce the Framebuffer Manager. More work is forthcoming; I plan to implement resolution switching (while the game is running) and also multiple virtual XFBs for game-controlled buffer swapping. 2009-06-28 23:35:08 +00:00
TextureMngr.h revert last 2 commits 2009-06-22 09:31:30 +00:00
VertexLoaderManager.cpp Sort vertex loader debug statistics by number of verts loaded - now easy to identify the heaviest vertex loader in games. 2009-02-15 12:38:25 +00:00
VertexManager.cpp revert last 2 commits 2009-06-22 09:31:30 +00:00
VertexManager.h OpenGL Plugin: code cleanup trying to follow code style wiki and updated copyright date 2009-04-03 14:35:49 +00:00
VertexShaderCache.cpp Changing where depth is read. Trying to use the same depth buffer GL uses when copying depth to a texture. This eliminates some quirky code and gets depth copies working in AA, but may not work on older graphics cards. 2009-05-15 02:39:55 +00:00
VertexShaderCache.h revert last 2 commits 2009-06-22 09:31:30 +00:00
Win32Window.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
Win32Window.h compile fix 2009-01-31 20:31:19 +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
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 Display buffer flips are now triggered by the CPU thread through the Video_UpdateXFB function. This is a fairly significant change of behavior, but it improves performance. 2009-06-26 08:57:53 +00:00
XFB.h Display buffer flips are now triggered by the CPU thread through the Video_UpdateXFB function. This is a fairly significant change of behavior, but it improves performance. 2009-06-26 08:57:53 +00:00