dolphin/Source/Core
Rodolfo Osvaldo Bogado 9e2bbec47f a lot of modifications here :)
first fixed scaling when updating backbuffer to make it friendly with encoders, now frame dumping must work without errors in any codec.
clean screenshot and frame dumping code now is more correct, faster and stable.
improve safe texture cache, improving the distribution of the hash algorithm, including tlut hash in the final hash of the texture, and making use of a 64 bit hash to make it more accurate.
clean a lot of code and corrected some missused vertex formats when drawing full screen quads.
and biggest change last:
implemented pseudo antialiasing: a image post-process algorithm that mimics antialiazing and is fare more easier to implement in this scenario.
you can change the intensity of the effect changing the values of the antialiasing combo. the right value depends on the game.
for example mkwii looks awesome with 8x.
please try all the changes and let me know the results.
if something is broken, please let me know and will fix it asap.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5000 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-02-03 03:52:50 +00:00
..
AudioCommon Some small clean up + fixes to make valgrind happy 2010-02-02 08:10:23 +00:00
Common Revert commit 4997 and fix in a way that is more consistent with the structure 2010-02-03 03:27:32 +00:00
Core Revert commit 4997 and fix in a way that is more consistent with the structure 2010-02-03 03:27:32 +00:00
DebuggerUICommon Some clean up in io_osx.m, the if not confused me in the SConscript. I made the frames work with WX 2.9. Disabled rumble in Wiimote in OSX. Wiimote MAY work in Dolphin in OSX, not 100% sure. Made a test app and it works in that. Couldn't build a WX build of Dolphin in OSX because Macports doesn't compile in AUI apparently 2010-01-20 11:49:11 +00:00
DebuggerWX Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
DiscIO Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
DolphinWX Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
DSPCore Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
InputCommon Re-added Semi-Pressure 2010-02-02 02:39:21 +00:00
VideoCommon a lot of modifications here :) 2010-02-03 03:52:50 +00:00