dolphin/Source/Plugins
NeoBrainX fa5f206797 DX11: Disable MSAA when using a GPU which only supports D3D 10.0.
10.0 level hardware can't create multisampled depth buffers which can be bound as shader resources as well, but we need that for e.g. EFB access or EFB copies.
Only multisampling the color buffer doesn't work either since color and depth targets must be using the same sample count.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6491 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-11-28 15:23:51 +00:00
..
Plugin_DSP_HLE DSPHLE Should fix Issue 3543 2010-11-26 15:04:35 +00:00
Plugin_DSP_LLE minor fix for r6486 2010-11-28 09:49:41 +00:00
Plugin_VideoDX9 DX11: 2010-11-27 11:11:05 +00:00
Plugin_VideoDX11 DX11: Disable MSAA when using a GPU which only supports D3D 10.0. 2010-11-28 15:23:51 +00:00
Plugin_VideoOGL DX11: 2010-11-27 11:11:05 +00:00
Plugin_VideoSoftware Inhibit the screensaver while the emulator is running on linux. Fixes issue 3279. Uses the xdg-screensaver method suggested in that issue. 2010-11-25 02:26:46 +00:00
CMakeLists.txt Add the video software plugin to the cmake build system. 2010-11-18 02:13:05 +00:00