dolphin/Source/Plugins
Rodolfo Osvaldo Bogado c2a4e33313 Implemented secondary path for hardware with no multiples render target support, so please a lot of testing from people with problems in the last release.
corrected a little depth textures still broken but now at least i discover the reason, the ultra bad news for d3d lover is, the only correct way to implement depth textures will be do a firs depth only pass disabling blending. 
This is because blending is affecting the values stored in the depth texture, so to store the true values, blending mus be deactivated.
this will degrade performance but is the only "Correct" way in d3d 9. the other possibility is dx10 but that's a complete different story ;)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4526 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-11-10 12:45:03 +00:00
..
Plugin_DSP_HLE Fix Compiling in OSX 2009-11-08 23:36:14 +00:00
Plugin_DSP_LLE Fix Compiling in OSX 2009-11-08 23:36:14 +00:00
Plugin_PadSimple Fix compiling in Snow Leopard, the Update stuff in the Video plugin shouldn't be in the GUI since it breaks nowx builds, wasn't sure where to put it, but Render.cpp seemed like the best place. Fixed wiiuse.c, and the SConscripts needed updating for Snow Leopard. Building 32bit in Snow Leopard is apparently broken. and Running 64bit in Snow Leopard seems to fail. Haven't tracked this down yet 2009-09-18 19:56:49 +00:00
Plugin_VideoDX9 Implemented secondary path for hardware with no multiples render target support, so please a lot of testing from people with problems in the last release. 2009-11-10 12:45:03 +00:00
Plugin_VideoOGL Implemented secondary path for hardware with no multiples render target support, so please a lot of testing from people with problems in the last release. 2009-11-10 12:45:03 +00:00
Plugin_VideoSoftware SWG: Adds TEV stage output dumping. Fixes interrupt handling in the command processor. Some code cleanup and a few graphical fixes for rare cases. 2009-10-28 03:01:07 +00:00
Plugin_Wiimote give wiimote + extensions more sane (to me...) default keys. make order of all directions be left, right, up, down, instead of having different orderings 2009-11-09 07:46:43 +00:00
Plugin_nJoy_SDL Fix Compiling in OSX 2009-11-08 23:36:14 +00:00