dolphin/Source/Plugins
NeoBrainX 5cdda90182 DX11: Fix ClearScreen properly this time. Should fix quite a few games (or break them :P)
Fixes issue 3399.

Also remove unnecessary stateman/gfxstate applies:
- gfxstate->ApplyState/Reset only need to be called by VertexManager
- stateman->Apply only needs to be called before any Draw/DrawIndexed call

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6309 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-10-24 16:53:33 +00:00
..
Plugin_DSP_HLE Fix building with --as-needed. 2010-10-05 18:10:06 +00:00
Plugin_DSP_LLE Fix building with --as-needed. 2010-10-05 18:10:06 +00:00
Plugin_VideoDX9 Added the wait/sync back in the video thread on XFB swaps. Fixes issue 3391. 2010-10-23 12:26:57 +00:00
Plugin_VideoDX11 DX11: Fix ClearScreen properly this time. Should fix quite a few games (or break them :P) 2010-10-24 16:53:33 +00:00
Plugin_VideoMerge Allow building without bluetooth support. 2010-10-12 23:39:16 +00:00
Plugin_VideoOGL OpenGL plugin: Support for dual-source blending, CURRENTLY DISABLED. It doesn't work yet. To fix it, we may need to convert all our shaders to GLSL so that we can use glBindFragDataLocation. 2010-10-23 19:55:19 +00:00
Plugin_VideoSoftware