dolphin/Source/Core
Rodolfo Osvaldo Bogado 802c112ad9 Well this commit has 2 parts:
first part if fixing, fixed, i thing, the flickering that everyone has reported, at least in my case i only have flickering in the one texture in one game and now is fixed. The other fix is not for an reported issue, is more a correctness fix, running dolphin with pix to review debug errors, result in a ton of warnings and error, now with this commit, at least for ati, there no more error or warnings, this means, correct management and state change, no accurate emulation, for this still a lot of work to do.
for this part of the commit please give me feedback and let me know of remaining issues

Te second part is the partial implementation of efb to ram copy in d3d, this won't brake anything because is commented but i commit this to ask for help from ector and donko in some errors remaining in the implementation related to differences between opengl an d3d.
if you want to test this you have to uncomment line 150 to 155 of bpstruct.cpp

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4594 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-11-20 18:46:30 +00:00
..
AudioCommon LUAInterface should have all its functionality now (excluding input/controller management). Now we need a GUI to see how it works. Added new DSP function: ClearAudioBuffer, which clears the audio buffer for pausing. Currently it doesn't work with DSound. 2009-11-07 20:01:39 +00:00
Common allow dumping of all symbols to a signature file 2009-11-18 21:11:05 +00:00
Core Clean up Wiiuse to allow less _WIN32 defines. Windows side now spits out regular packets, and takes in regular packets. Like a normal OS should :} This shouldn't break Windows wiimote, Linux Wiimote doesn't work with this revision. Will require the new plugin which doesn't have emulated Wiimote at all. 2009-11-19 22:47:57 +00:00
DebuggerUICommon fix bug with ascii memview: make '\0' be ' ' instead of string end. 2009-10-31 09:12:31 +00:00
DebuggerWX allow dumping of all symbols to a signature file 2009-11-18 21:11:05 +00:00
DiscIO DiscIO.vcproj depends on zlib... 2009-11-19 03:12:14 +00:00
DolphinWX allow dumping of all symbols to a signature file 2009-11-18 21:11:05 +00:00
DSPCore reapply changes from 4550-4551,4556-4559 correctly...sigh...some files were ignored by tortoisesvn, and myself :| 2009-11-14 17:50:51 +00:00
InputCommon revert to r4531, but keep the changes from the following revisions: 4533,4550-4551,4556-4559 2009-11-14 17:08:32 +00:00
VideoCommon Well this commit has 2 parts: 2009-11-20 18:46:30 +00:00